Debian Patches

Status for glslang/14.2.0-1

Patch Description Author Forwarded Bugs Origin Last update
0001-pkg-config-compatibility.patch no
glslang.pc-Add-missing-libraries.patch glslang.pc: Add missing libraries
-lglslang depends on -lMachineIndependent, and -lOGLCompiler depends on
-lGenericCodeGen.

v2 OGLCompiler was removed, so remove GenericCodeGen


Philippe SWARTVAGHER <phil.swart@gmx.fr>, 2024-05-26: GenericCodeGen seems to be still required.
Simon McVittie <smcv@collabora.com> no 2021-01-18
spirv.pc-Add-dependencies-on-SPIRV-Tools-and-glslang.patch spirv.pc: Add dependencies on SPIRV-Tools and glslang
Otherwise, a simple program like this will fail to link:

#include <glslang/SPIRV/GlslangToSpv.h>
int main (void)
{
std::string s;
glslang::GetSpirvVersion(s);
return 0;
}

when compiled with the obvious parameters from pkg-config:

g++ -ospirv spirv.cpp $(pkg-config --cflags --libs spirv)
Simon McVittie <smcv@collabora.com> no debian 2021-01-18
fix-typos.patch Fix typos

commit b800f90179ae2acf9290a598839e07fbd93aeb27

Fix few typos

diff --git a/Test/baseResults/150.geom.out b/Test/baseResults/150.geom.out
index c5a31f55..bf278244 100644
Philippe SWARTVAGHER <phil.swart@gmx.fr> yes 2024-05-26

All known versions for source package 'glslang'

Links