Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / glslang
Commits: a3a1f3ee by Timo Aaltonen at 2024-02-07T17:48:34+02:00 tests, patches: OGLCompiler got removed, update pkgconfig patch and tests to link correctly. - - - - - 44141fd2 by Timo Aaltonen at 2024-02-07T17:48:53+02:00 release to sid - - - - - 3 changed files: - debian/changelog - debian/patches/0001-pkg-config-compatibility.patch - debian/patches/glslang.pc-Add-missing-libraries.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +glslang (14.0.0-2) unstable; urgency=medium + + * tests, patches: OGLCompiler got removed, update pkgconfig patch and + tests to link correctly. + + -- Timo Aaltonen <tjaal...@debian.org> Wed, 07 Feb 2024 17:48:39 +0200 + glslang (14.0.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/0001-pkg-config-compatibility.patch ===================================== @@ -51,7 +51,7 @@ +Description: OpenGL and OpenGL ES shader front end and validator +Requires: +Version: @VERSION@ -+Libs: -L${libdir} -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper ++Libs: -L${libdir} -lglslang -lOSDependent -lSPVRemapper +Cflags: -I${includedir} --- a/SPIRV/CMakeLists.txt +++ b/SPIRV/CMakeLists.txt ===================================== debian/patches/glslang.pc-Add-missing-libraries.patch ===================================== @@ -5,6 +5,8 @@ Subject: glslang.pc: Add missing libraries -lglslang depends on -lMachineIndependent, and -lOGLCompiler depends on -lGenericCodeGen. +v2 OGLCompiler was removed, so remove GenericCodeGen + Signed-off-by: Simon McVittie <s...@collabora.com> --- glslang/glslang.pc.cmake.in | 4 ++-- @@ -18,7 +20,7 @@ index 921497e..8c49e0c 100644 Description: OpenGL and OpenGL ES shader front end and validator Requires: Version: @VERSION@ --Libs: -L${libdir} -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper +-Libs: -L${libdir} -lglslang -lOSDependent -lSPVRemapper -Cflags: -I${includedir} -+Libs: -L${libdir} -lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen -lSPVRemapper -lpthread ++Libs: -L${libdir} -lglslang -lMachineIndependent -lOSDependent -lSPVRemapper -lpthread +Cflags: -I${includedir} View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/glslang/-/compare/c8dcfb8a78d8ca3b3679125feed198e1cf71c0c7...44141fd2460a48ec68b44ade2f3b4ba012b50c09 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/glslang/-/compare/c8dcfb8a78d8ca3b3679125feed198e1cf71c0c7...44141fd2460a48ec68b44ade2f3b4ba012b50c09 You're receiving this email because of your account on salsa.debian.org.