shaderc 2023.8-1 source package in Ubuntu

Changelog

shaderc (2023.8-1) unstable; urgency=medium

  * New upstream release
    - Refresh patches
    - Add patch to fix name of Python interpreter
    - Fix FTBFS (Closes: #1058397)
    - Refresh d/glslc.lintian-overrides
  * Fix linking of libshaderc.so, add autopkgtest (Closes: #1029939)
  * Add obj-x86_64-linux-gnu to d/clean
  * Use printf instead of echo to generate build-version.inc. Thanks to
    Vagrant Cascadian! (Closes: #1035324)
  * Build-Depends on pkgconf instead of pkg-config
  * d/copyright: update copyright year
  * Add Built-Using since we are linking against static libraries

 -- Philippe SWARTVAGHER <email address hidden>  Sat, 09 Mar 2024 22:52:47 +0100

Upload details

Uploaded by:
Philippe SWARTVAGHER
Uploaded to:
Sid
Original maintainer:
Philippe SWARTVAGHER
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
shaderc_2023.8-1.dsc 2.0 KiB 14b5ce7fa8e4d9e2093033eda793ab8d4634b062415cad177bf5430d18a294d5
shaderc_2023.8.orig.tar.gz 221.9 KiB dfec5045f30d8f6d3d3914ab5b3cc2695947f266d41261b1459177cd789308d1
shaderc_2023.8-1.debian.tar.xz 7.0 KiB 1391d76fd3b1f5afd0d5ce81e100f3f6637bd2672f069afc9310a24b2a148353

Available diffs

No changes file available.

Binary packages built by this source

glslc: Command line compiler for GLSL/HLSL to SPIR-V

 glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and
 its library aims to provide:
    - a command line compiler with GCC- and Clang-like usage, for better
    integration with build systems;
    - an API where functionality can be added without breaking existing clients;
    - an API supporting standard concurrency patterns across multiple operating
    systems;
    - increased functionality such as file #include support.
 .
 This package contains the glslc binary.

glslc-dbgsym: debug symbols for glslc
libshaderc-dev: Library API for accessing glslc functionality - static libraries and headers

 glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and
 its library aims to provide:
    - a command line compiler with GCC- and Clang-like usage, for better
    integration with build systems;
    - an API where functionality can be added without breaking existing clients;
    - an API supporting standard concurrency patterns across multiple operating
    systems;
    - increased functionality such as file #include support.
 .
 This package contains static libraries and development headers.

libshaderc1: Library API for accessing glslc functionality - shared libraries

 glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and
 its library aims to provide:
    - a command line compiler with GCC- and Clang-like usage, for better
    integration with build systems;
    - an API where functionality can be added without breaking existing clients;
    - an API supporting standard concurrency patterns across multiple operating
    systems;
    - increased functionality such as file #include support.
 .
 This package contains shared libraries.

libshaderc1-dbgsym: debug symbols for libshaderc1