From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- glslang/.checksum | 1 + glslang/.files | 33 +++++++++++++++++++++++++++++++++ glslang/abuild | 5 +++++ 3 files changed, 39 insertions(+) create mode 100644 glslang/.checksum create mode 100644 glslang/.files create mode 100644 glslang/abuild (limited to 'glslang') 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" -- cgit v1.2.3