diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /glslang | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'glslang')
| -rw-r--r-- | glslang/.checksum | 1 | ||||
| -rw-r--r-- | glslang/.files | 33 | ||||
| -rw-r--r-- | glslang/abuild | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/glslang/.checksum b/glslang/.checksum new file mode 100644 index 00000000..20fa3262 --- /dev/null +++ b/glslang/.checksum @@ -0,0 +1 @@ +7edf12d0d382297d0713c327f8113a9e91e44d69fe7c489a72ba4da00c56641f glslang-sdk-15.3.0.tar.gz diff --git a/glslang/.files b/glslang/.files new file mode 100644 index 00000000..d12b554f --- /dev/null +++ b/glslang/.files @@ -0,0 +1,33 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/glslang +lrwxrwxrwx root/root usr/bin/glslangValidator -> glslang +-rwxr-xr-x root/root usr/bin/spirv-remap +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/glslang/ +drwxr-xr-x root/root usr/include/glslang/Include/ +-rw-r--r-- root/root usr/include/glslang/Include/ResourceLimits.h +-rw-r--r-- root/root usr/include/glslang/Include/glslang_c_interface.h +-rw-r--r-- root/root usr/include/glslang/Include/glslang_c_shader_types.h +-rw-r--r-- root/root usr/include/glslang/Include/visibility.h +drwxr-xr-x root/root usr/include/glslang/MachineIndependent/ +-rw-r--r-- root/root usr/include/glslang/MachineIndependent/Versions.h +drwxr-xr-x root/root usr/include/glslang/Public/ +-rw-r--r-- root/root usr/include/glslang/Public/ResourceLimits.h +-rw-r--r-- root/root usr/include/glslang/Public/ShaderLang.h +-rw-r--r-- root/root usr/include/glslang/Public/resource_limits_c.h +drwxr-xr-x root/root usr/include/glslang/SPIRV/ +-rw-r--r-- root/root usr/include/glslang/SPIRV/GlslangToSpv.h +-rw-r--r-- root/root usr/include/glslang/SPIRV/Logger.h +-rw-r--r-- root/root usr/include/glslang/SPIRV/SPVRemapper.h +-rw-r--r-- root/root usr/include/glslang/SPIRV/SpvTools.h +-rw-r--r-- root/root usr/include/glslang/SPIRV/disassemble.h +-rw-r--r-- root/root usr/include/glslang/SPIRV/spirv.hpp +-rw-r--r-- root/root usr/include/glslang/build_info.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/glslang/ +-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-config-version.cmake +-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-config.cmake +-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-targets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-targets.cmake diff --git a/glslang/abuild b/glslang/abuild new file mode 100644 index 00000000..f4a2e0f6 --- /dev/null +++ b/glslang/abuild @@ -0,0 +1,5 @@ +name=glslang +version=15.3.0 +release=1 +source="https://github.com/KhronosGroup/glslang/archive/$version/$name-sdk-$version.tar.gz" +build_opt="-DENABLE_OPT=OFF" |