shaderc 2023.8-1build1 source package in Ubuntu

Changelog

shaderc (2023.8-1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:41:09 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
shaderc_2023.8.orig.tar.gz 221.9 KiB dfec5045f30d8f6d3d3914ab5b3cc2695947f266d41261b1459177cd789308d1
shaderc_2023.8-1build1.debian.tar.xz 7.1 KiB 81094de5ccfbccaeaee8341382e34bb003ea16d14a26c6e8ccd7b811ec8b2296
shaderc_2023.8-1build1.dsc 2.1 KiB 1a7728be4d4c2b9a22d5c061bb53028af1be2f7c21a982fad83f7b145809772f

View changes file

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