[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/vulkan/glslang][debian-unstable] 2 commits: tests, patches: OGLCompiler got removed, update pkgconfig patch and tests to link correctly.



Title: GitLab

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:

Changes:

  • debian/changelog
    1
    +glslang (14.0.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * tests, patches: OGLCompiler got removed, update pkgconfig patch and
    
    4
    +    tests to link correctly.
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Wed, 07 Feb 2024 17:48:39 +0200
    
    7
    +
    
    1 8
     glslang (14.0.0-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream release.
    

  • debian/patches/0001-pkg-config-compatibility.patch
    ... ... @@ -51,7 +51,7 @@
    51 51
     +Description: OpenGL and OpenGL ES shader front end and validator
    
    52 52
     +Requires:
    
    53 53
     +Version: @VERSION@
    
    54
    -+Libs: -L${libdir} -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper
    
    54
    ++Libs: -L${libdir} -lglslang -lOSDependent -lSPVRemapper
    
    55 55
     +Cflags: -I${includedir}
    
    56 56
     --- a/SPIRV/CMakeLists.txt
    
    57 57
     +++ b/SPIRV/CMakeLists.txt
    

  • debian/patches/glslang.pc-Add-missing-libraries.patch
    ... ... @@ -5,6 +5,8 @@ Subject: glslang.pc: Add missing libraries
    5 5
     -lglslang depends on -lMachineIndependent, and -lOGLCompiler depends on
    
    6 6
     -lGenericCodeGen.
    
    7 7
     
    
    8
    +v2 OGLCompiler was removed, so remove GenericCodeGen
    
    9
    +
    
    8 10
     Signed-off-by: Simon McVittie <smcv@collabora.com>
    
    9 11
     ---
    
    10 12
      glslang/glslang.pc.cmake.in | 4 ++--
    
    ... ... @@ -18,7 +20,7 @@ index 921497e..8c49e0c 100644
    18 20
      Description: OpenGL and OpenGL ES shader front end and validator
    
    19 21
      Requires:
    
    20 22
      Version: @VERSION@
    
    21
    --Libs: -L${libdir} -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper
    
    23
    +-Libs: -L${libdir} -lglslang -lOSDependent -lSPVRemapper
    
    22 24
     -Cflags: -I${includedir}
    
    23
    -+Libs: -L${libdir} -lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen -lSPVRemapper -lpthread
    
    25
    ++Libs: -L${libdir} -lglslang -lMachineIndependent -lOSDependent -lSPVRemapper -lpthread
    
    24 26
     +Cflags: -I${includedir}


  • Reply to: