Skip to content

Commit

Permalink
glslang: Update to v14.1.0
Browse files Browse the repository at this point in the history
Release notes available [here](https://vulkan.lunarg.com/doc/sdk/1.3.280.0/linux/release_notes.html)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Apr 11, 2024
1 parent 5109ca3 commit ee7541f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 22 deletions.
1 change: 1 addition & 0 deletions packages/g/glslang/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ libstdc++.so.6:_ZNSolsEi
libstdc++.so.6:_ZNSt10filesystem6statusERKNS_7__cxx114pathE
libstdc++.so.6:_ZNSt10filesystem7__cxx114path14_M_split_cmptsEv
libstdc++.so.6:_ZNSt10filesystem7__cxx114path5_ListC1Ev
libstdc++.so.6:_ZNSt10filesystem8absoluteERKNS_7__cxx114pathE
libstdc++.so.6:_ZNSt12__basic_fileIcED1Ev
libstdc++.so.6:_ZNSt13basic_filebufIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode
libstdc++.so.6:_ZNSt13basic_filebufIcSt11char_traitsIcEE5closeEv
Expand Down
11 changes: 8 additions & 3 deletions packages/g/glslang/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : glslang
version : 14.0.0
release : 30
version : 14.1.0
release : 31
source :
- git|https://github.com/KhronosGroup/glslang.git : vulkan-sdk-1.3.275.0
- git|https://github.com/KhronosGroup/glslang.git : vulkan-sdk-1.3.280.0
license : BSD-3-Clause
component : xorg.display
homepage : https://github.com/KhronosGroup/glslang
Expand All @@ -14,6 +14,11 @@ patterns :
emul32 : yes
builddeps :
- pkgconfig32(SPIRV-Tools)
rundeps :
- 32bit-devel :
- spirv-tools-32bit-devel
- devel :
- spirv-tools-devel
# We can't enable LTO on this object until we have a way to disable stripping static libs only, otherwise the shaderc build will fail
# optimize :
# - lto
Expand Down
24 changes: 5 additions & 19 deletions packages/g/glslang/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,13 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="30">glslang-devel</Dependency>
<Dependency release="31">glslang-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/cmake/OSDependentTargets.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/SPIRVTargets.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/SPVRemapperTargets.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/glslang-default-resource-limitsTargets.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/glslang-standaloneTargets.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/glslang/glslang-config-version.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/glslang/glslang-config.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/glslang/glslang-targets-relwithdebinfo.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/glslang/glslang-targets.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/glslangTargets.cmake</Path>
<Path fileType="library">/usr/lib32/cmake/spirv-remapTargets.cmake</Path>
<Path fileType="library">/usr/lib32/libGenericCodeGen.a</Path>
<Path fileType="library">/usr/lib32/libMachineIndependent.a</Path>
<Path fileType="library">/usr/lib32/libOSDependent.a</Path>
Expand All @@ -62,7 +55,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="30">glslang</Dependency>
<Dependency release="31">glslang</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/glslang/Include/ResourceLimits.h</Path>
Expand All @@ -78,17 +71,10 @@
<Path fileType="header">/usr/include/glslang/SPIRV/disassemble.h</Path>
<Path fileType="header">/usr/include/glslang/SPIRV/spirv.hpp</Path>
<Path fileType="header">/usr/include/glslang/build_info.h</Path>
<Path fileType="library">/usr/lib64/cmake/OSDependentTargets.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/SPIRVTargets.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/SPVRemapperTargets.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/glslang-default-resource-limitsTargets.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/glslang-standaloneTargets.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/glslang/glslang-config-version.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/glslang/glslang-config.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/glslang/glslang-targets-relwithdebinfo.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/glslang/glslang-targets.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/glslangTargets.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/spirv-remapTargets.cmake</Path>
<Path fileType="library">/usr/lib64/libGenericCodeGen.a</Path>
<Path fileType="library">/usr/lib64/libMachineIndependent.a</Path>
<Path fileType="library">/usr/lib64/libOSDependent.a</Path>
Expand All @@ -99,9 +85,9 @@
</Files>
</Package>
<History>
<Update release="30">
<Date>2024-02-17</Date>
<Version>14.0.0</Version>
<Update release="31">
<Date>2024-04-11</Date>
<Version>14.1.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
Expand Down

0 comments on commit ee7541f

Please sign in to comment.