glslang: update to 15.4.0.

This commit is contained in:
Roger Freitas Pereira 2025-07-06 06:05:46 -03:00 committed by Duncan Overbruck
parent d54d87bbec
commit 7adc4e042d

View file

@ -1,7 +1,7 @@
# Template file for 'glslang' # Template file for 'glslang'
# Libraries are unversioned, beware of ABI breakage (rebuild shaderc on updates) # Libraries are unversioned, beware of ABI breakage (rebuild shaderc on updates)
pkgname=glslang pkgname=glslang
version=15.0.0 version=15.4.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="python3 bison gtest-devel" hostmakedepends="python3 bison gtest-devel"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/KhronosGroup/glslang" homepage="https://github.com/KhronosGroup/glslang"
distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz" distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz"
checksum=c31c8c2e89af907507c0631273989526ee7d5cdf7df95ececd628fd7b811e064 checksum=b16c78e7604b9be9f546ee35ad8b6db6f39bbbbfb19e8d038b6fe2ea5bba4ff4
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
export cmake_crossopts="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" export cmake_crossopts="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"