Package glslang: Information

  • Default inline alert: Version in the repository: 14.0.0-alt1

Source package: glslang
Version: 12.1.0-alt1
Latest version according to Repology
Build time:  Mar 24, 2023, 02:13 PM in the task #317339
Category: Development/C++
Report package bug
License: BSD
Summary: OpenGL and OpenGL ES shader front end and validator
Description: 
glslang is the official reference compiler front end for the OpenGL
ES and OpenGL shading languages. It implements a strict
interpretation of the specifications for these languages.

spirv-remap is a utility to improve compression of SPIR-V binary
files via entropy reduction, plus optional stripping of debug
information and load/store optimization. It transforms SPIR-V to
SPIR-V, remapping IDs. The resulting modules have an increased ID
range (IDs are not as tightly packed around zero), but will compress
better when multiple modules are compressed together, since
compressor's dictionary can find better cross module commonality.

List of rpms provided by this srpm:
glslang (x86_64, ppc64le, i586, armh, aarch64)
glslang-devel (x86_64, ppc64le, i586, armh, aarch64)
libglslang12 (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Konstantin Lepikhov



    1. cmake
    2. python3-devel
    3. libspirv-tools-devel >= 2023.2
    4. gcc-c++

Last changed


March 23, 2023 Konstantin Lepikhov 1:12.1.0-alt1
- 12.1.0.
- Return cmake hacks.
March 3, 2023 Konstantin Lepikhov 1:12.0.0-alt1
- 12.0.0.
- Bump soname.
Dec. 13, 2022 Konstantin Lepikhov 1:11.13.0-alt1
- Updated to 11.13.0 (branch sdk-1.3.236).