alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit a40ac02b13b3ed35a25fe6c9521cde8ee342e8ce
parent a338243282cd51ac333c1a8d47d8b1e4e82c2a9e
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Fri, 26 Sep 2025 09:39:32 +0000

glslang: updated to 16.0.0

Diffstat:
Mrepos/extra/glslang/.checksum | 2+-
Mrepos/extra/glslang/.files | 2--
Mrepos/extra/glslang/abuild | 2+-
3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/repos/extra/glslang/.checksum b/repos/extra/glslang/.checksum @@ -1 +1 @@ -bcc8884e6028fd091c0ccc7c907314e0e2e301069128290526c1cbd6aca4ed06 glslang-sdk-15.4.0.tar.gz +5e5e8d752d2c95ce621dc830a204e3b01a919190f4b40842fc4f1efdcfcfff6d glslang-sdk-16.0.0.tar.gz diff --git a/repos/extra/glslang/.files b/repos/extra/glslang/.files @@ -2,7 +2,6 @@ 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/ @@ -19,7 +18,6 @@ drwxr-xr-x root/root usr/include/glslang/Public/ 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.hpp11 diff --git a/repos/extra/glslang/abuild b/repos/extra/glslang/abuild @@ -1,5 +1,5 @@ name=glslang -version=15.4.0 +version=16.0.0 release=1 source="https://github.com/KhronosGroup/glslang/archive/$version/$name-sdk-$version.tar.gz" build_opt="-DENABLE_OPT=OFF"