glslang: update to 11.11.0.

This commit is contained in:
Đoàn Trần Công Danh 2022-09-05 00:05:31 +07:00 committed by Đoàn Trần Công Danh
parent 37d834038b
commit 4b37ae6e57
2 changed files with 6 additions and 5 deletions

View File

@ -3466,9 +3466,9 @@ liblinphone++.so.10 linphone-4.4.0_1
libbelr.so.1 belr-0.1.3_1
libbelcard.so.1 belcard-1.0.2_1
libshaderc_shared.so.1 shaderc-2018.0_1
libglslang.so glslang-6.2.2596_1
libHLSL.so glslang-8.13.3743_1
libSPIRV.so glslang-6.2.2596_1
libglslang.so.11 glslang-11.11.0_1
libHLSL.so glslang-11.11.0_1
libSPIRV.so glslang-11.11.0_1
libSPIRV-Tools-shared.so SPIRV-Tools-2022.3_1
libmaxminddb.so.0 libmaxminddb-1.3.2_1
libmysqlpp.so.3 mysql++-3.2.5_1

View File

@ -1,7 +1,7 @@
# Template file for 'glslang'
# Libraries are unversioned, beware of ABI breakage (rebuild shaderc on updates)
pkgname=glslang
version=8.13.3743
version=11.11.0
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/KhronosGroup/glslang"
distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz"
checksum=639ebec56f1a7402f2fa094469a5ddea1eceecfaf2e9efe361376a0f73a7ee2f
checksum=26c216c3062512c018cbdd752224b8dad703b7e5bb90bf338ba2dbb5d4f11438
post_install() {
sed -n '2,32p' < glslang/GenericCodeGen/CodeGen.cpp > LICENSE
@ -24,6 +24,7 @@ glslang-devel_package() {
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/libglslang.so
vmove usr/lib/cmake
}
}