shaderc 2023.2-1 source package in Ubuntu

Changelog

shaderc (2023.2-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches (probably required by the raise of cmake required version)
  * Bump Standards-Version to 4.6.2: no change needed

 -- Philippe SWARTVAGHER <email address hidden>  Sun, 22 Jan 2023 13:21:24 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
shaderc_2023.2-1.dsc 2.0 KiB d912bacfbefd98cbf1fcb88e34814dedefa65eca349ef75e2c40f0aeed6ebc52
shaderc_2023.2.orig.tar.gz 217.2 KiB 06c4e2fdd63d62b73450d7011b72e7720b416182fb883fb0aac0afe6db2df3f6
shaderc_2023.2-1.debian.tar.xz 5.6 KiB fecd98d3b805a2ce6ff176c43f4818c29693c654e188383269a62be5e50deab4

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