import glslang-11.9.0-2.el9_0
This commit is contained in:
parent
3bafdb5cda
commit
c3c1541ea6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/glslang-2742e959347ae2fac58acd0d022c92a0ff1f24bf.tar.gz
|
SOURCES/glslang-sdk-1.3.216.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
53d23bfd3b5684b0736342d06d8bbb0b23f5c2e5 SOURCES/glslang-2742e959347ae2fac58acd0d022c92a0ff1f24bf.tar.gz
|
1e5b03daa1a4e573cff5567f508fa1eeea35da4c SOURCES/glslang-sdk-1.3.216.0.tar.gz
|
||||||
|
@ -1,16 +1,13 @@
|
|||||||
%global commit 2742e959347ae2fac58acd0d022c92a0ff1f24bf
|
%global sdkver 1.3.216.0
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
%global commit_date 20220202
|
|
||||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
|
||||||
|
|
||||||
Name: glslang
|
Name: glslang
|
||||||
Version: 11.9.0
|
Version: 11.9.0
|
||||||
Release: 1%{?gitrel}%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: OpenGL and OpenGL ES shader front end and validator
|
Summary: OpenGL and OpenGL ES shader front end and validator
|
||||||
|
|
||||||
License: BSD and GPLv3+ and ASL 2.0
|
License: BSD and GPLv3+ and ASL 2.0
|
||||||
URL: https://github.com/KhronosGroup
|
URL: https://github.com/KhronosGroup/%{name}
|
||||||
Source0: %url/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
|
Source0: %url/archive/sdk-%{sdkver}.tar.gz#/%{name}-sdk-%{sdkver}.tar.gz
|
||||||
Patch1: glslang-default-resource-limits_staticlib.patch
|
Patch1: glslang-default-resource-limits_staticlib.patch
|
||||||
# Patch to build against system spirv-tools (rebased locally)
|
# 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
|
#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.
|
interpretation of the specifications for these languages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{commit}
|
%autosetup -p1 -n %{name}-sdk-%{sdkver}
|
||||||
# Fix rpmlint warning on debuginfo
|
# Fix rpmlint warning on debuginfo
|
||||||
find . -name '*.h' -or -name '*.cpp' -or -name '*.hpp'| xargs chmod a-x
|
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/*
|
%{_libdir}/cmake/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 22 2022 Dave Airlie <airlied@redhat.com> - 11.9.0-2
|
||||||
|
- Latest snapshot used in 1.3.216 sdk
|
||||||
|
|
||||||
* Fri Feb 25 2022 Dave Airlie <airlied@redhat.com> - 11.9.0-1.20220202.git2742e95
|
* Fri Feb 25 2022 Dave Airlie <airlied@redhat.com> - 11.9.0-1.20220202.git2742e95
|
||||||
- Latest snapshot used in 1.3.204 sdk
|
- Latest snapshot used in 1.3.204 sdk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user