shaderc: update to 2025.3.

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

View file

@ -1,6 +1,6 @@
# Template file for 'shaderc' # Template file for 'shaderc'
pkgname=shaderc pkgname=shaderc
version=2024.3 version=2025.3
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DSHADERC_SKIP_TESTS=ON" configure_args="-DSHADERC_SKIP_TESTS=ON"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/google/shaderc" homepage="https://github.com/google/shaderc"
distfiles="https://github.com/google/shaderc/archive/v${version}.tar.gz" distfiles="https://github.com/google/shaderc/archive/v${version}.tar.gz"
checksum=d5c68b5de5d4c7859d9699054493e0a42a2a5eb21b425d63f7b7dd543db0d708 checksum=a8e4a25e5c2686fd36981e527ed05e451fcfc226bddf350f4e76181371190937
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/glslang" CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/glslang"
LDFLAGS="-Wl,--no-undefined" LDFLAGS="-Wl,--no-undefined"