- Update to release 13
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=118
This commit is contained in:
parent
1be34be24a
commit
69be46f907
3
13.0.0.tar.gz
Normal file
3
13.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715
|
||||||
|
size 3710806
|
@ -1 +1 @@
|
|||||||
libglslang12
|
libglslang13
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 6 22:49:08 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 13
|
||||||
|
* extension: GL_QCOM_image_processing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 22 10:09:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue Aug 22 10:09:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
10
glslang.spec
10
glslang.spec
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libglslang12
|
%define lname libglslang13
|
||||||
Name: glslang
|
Name: glslang
|
||||||
Version: 12.3.1+sdk261
|
Version: 13.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenGL and OpenGL ES shader front end and validator
|
Summary: OpenGL and OpenGL ES shader front end and validator
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
|
URL: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
|
||||||
#Git-URL: https://github.com/KhronosGroup/glslang
|
#Git-URL: https://github.com/KhronosGroup/glslang
|
||||||
Source: https://github.com/KhronosGroup/glslang/archive/sdk-1.3.261.0.tar.gz
|
Source: https://github.com/KhronosGroup/glslang/archive/%version.tar.gz
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch1: 0001-Revert-CMake-Make-glslang-default-resource-limits-ST.patch
|
Patch1: 0001-Revert-CMake-Make-glslang-default-resource-limits-ST.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -81,7 +81,7 @@ This package contains additional headers that are not officially installed,
|
|||||||
but which some downstream packages rely on.
|
but which some downstream packages rely on.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %name-sdk-1.3.261.0
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
||||||
@ -132,7 +132,7 @@ done
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/*.so.12*
|
%_libdir/*.so.13*
|
||||||
|
|
||||||
%files devel -f devel.files
|
%files devel -f devel.files
|
||||||
%_bindir/gls*
|
%_bindir/gls*
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19fd5c35ec62d7584189e4c4f73378d4343eb655c49818e4bd8a408d6b822f60
|
|
||||||
size 3705459
|
|
Loading…
Reference in New Issue
Block a user