Latest snapshot used in 1.3.216 sdk
This commit is contained in:
parent
409999936b
commit
d7aaee6fd2
16
glslang.spec
16
glslang.spec
@ -1,16 +1,13 @@
|
||||
%global commit 9bb8cfffb0eed010e07132282c41d73064a7a609
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20220406
|
||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||
%global sdkver 1.3.216.0
|
||||
|
||||
Name: glslang
|
||||
Version: 11.9.0
|
||||
Release: 2%{?gitrel}%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: OpenGL and OpenGL ES shader front end and validator
|
||||
|
||||
License: BSD and GPLv3+ and ASL 2.0
|
||||
URL: https://github.com/KhronosGroup
|
||||
Source0: %url/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
|
||||
URL: https://github.com/KhronosGroup/%{name}
|
||||
Source0: %url/archive/sdk-%{sdkver}.tar.gz#/%{name}-sdk-%{sdkver}.tar.gz
|
||||
Patch1: glslang-default-resource-limits_staticlib.patch
|
||||
# Patch to build against system spirv-tools (rebased locally)
|
||||
#Patch3: https://patch-diff.githubusercontent.com/raw/KhronosGroup/glslang/pull/1722.patch#/0001-pkg-config-compatibility.patch
|
||||
@ -36,7 +33,7 @@ ES and OpenGL shading languages. It implements a strict
|
||||
interpretation of the specifications for these languages.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{commit}
|
||||
%autosetup -p1 -n %{name}-sdk-%{sdkver}
|
||||
# Fix rpmlint warning on debuginfo
|
||||
find . -name '*.h' -or -name '*.cpp' -or -name '*.hpp'| xargs chmod a-x
|
||||
|
||||
@ -81,6 +78,9 @@ install -pm 0644 %{_vpath_builddir}/StandAlone/libglslang-default-resource-limit
|
||||
%{_libdir}/cmake/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 17 2022 Dave Airlie <airlied@redhat.com> - 11.9.0-3
|
||||
- Latest snapshot used in 1.3.216 sdk
|
||||
|
||||
* Wed Apr 27 2022 Dave Airlie <airlied@redhat.com> - 11.9.0-2.20220406.git9bb8cff
|
||||
- Latest snapshot used in 1.3.211 sdk
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glslang-9bb8cfffb0eed010e07132282c41d73064a7a609.tar.gz) = d0a5e05329d7657927273ec2a944e48d910ecbe3b830368202d5a66548a2f0b7f7538c5efe492cbc5804500cde2ff378be408b28352bb28816f858b8bb2f5315
|
||||
SHA512 (glslang-sdk-1.3.216.0.tar.gz) = 4ab3953df2e881e4eb923307d6ec906daaa1786a1ad1b4d7d6713d63599c8f7cfd41257d53f7caeddcc4ad8cc4aac707393d2b7a1c7452ff5e9d1ae5f84696e8
|
||||
|
Loading…
Reference in New Issue
Block a user