Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glslang
Commits: df489a9d by Robin Candau at 2026-02-24T10:46:31+01:00 upgpkg: 1:1.4.341.0-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = glslang pkgdesc = OpenGL and OpenGL ES shader front end and validator pkgver = 1.4.341.0 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://github.com/KhronosGroup/glslang arch = x86_64 @@ -11,7 +11,8 @@ pkgbase = glslang makedepends = spirv-headers makedepends = python makedepends = git - depends = gcc-libs + depends = glibc + depends = libstdc++ depends = spirv-tools options = staticlibs source = git+https://github.com/KhronosGroup/glslang.git#tag=vulkan-sdk-1.4.341.0 ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ pkgname=glslang pkgver=1.4.341.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="OpenGL and OpenGL ES shader front end and validator" url="https://github.com/KhronosGroup/glslang" arch=('x86_64') license=('BSD-3-Clause') -depends=('gcc-libs' 'spirv-tools') +depends=('glibc' 'libstdc++' 'spirv-tools') makedepends=('cmake' 'ninja' 'spirv-headers' 'python' 'git') options=('staticlibs') source=("git+${url}.git#tag=vulkan-sdk-${pkgver}") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glslang/-/commit/df489a9d73542c993f2d845f4ae99bb554b7fcbd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glslang/-/commit/df489a9d73542c993f2d845f4ae99bb554b7fcbd You're receiving this email because of your account on gitlab.archlinux.org.
