spirv-headers: 1.5.3 -> 1.5.3-060627f

This commit is contained in:
Danny Rawlins 2020-10-24 01:52:30 +11:00
parent 0d2c092d08
commit 18c62f4120
3 changed files with 13 additions and 6 deletions

View File

@ -48,11 +48,13 @@ drwxr-xr-x root/root usr/include/spirv/unified1/
-rw-r--r-- root/root usr/include/spirv/unified1/AMD_shader_trinary_minmax.h
-rw-r--r-- root/root usr/include/spirv/unified1/DebugInfo.h
-rw-r--r-- root/root usr/include/spirv/unified1/GLSL.std.450.h
-rw-r--r-- root/root usr/include/spirv/unified1/NonSemanticClspvReflection.h
-rw-r--r-- root/root usr/include/spirv/unified1/NonSemanticDebugPrintf.h
-rw-r--r-- root/root usr/include/spirv/unified1/OpenCL.std.h
-rw-r--r-- root/root usr/include/spirv/unified1/OpenCLDebugInfo100.h
-rw-r--r-- root/root usr/include/spirv/unified1/extinst.debuginfo.grammar.json
-rw-r--r-- root/root usr/include/spirv/unified1/extinst.glsl.std.450.grammar.json
-rw-r--r-- root/root usr/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
-rw-r--r-- root/root usr/include/spirv/unified1/extinst.nonsemantic.debugprintf.grammar.json
-rw-r--r-- root/root usr/include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json
-rw-r--r-- root/root usr/include/spirv/unified1/extinst.opencl.std.100.grammar.json

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Zlc4yfecSQEOKs3QIHiYvWeUacgNsa9vvThaunz6nagf8DtyYD4LQPVt1Dz3X/N4Nq+galiZ1hWuhKujr9J8wI=
SHA256 (Pkgfile) = b0044fe738b9dcf870127fc84f0a404b162b4391d92ba019ed2f077e5d3ac300
SHA256 (.footprint) = 24829e1b094986dd7021f7ac3082b328a3baf6688964509a117222df08ee76f4
SHA256 (SPIRV-Headers-1.5.3.tar.gz) = eece8a9e147d37997d425d5d2eeb2e757ad25adc30d6651467094f3b18609b5a
RWSE3ohX2g5d/fdjaQ3god4euoPEXY7jDzoHgq23652+Rs8qmv+lzM3JVWfhMjJlVLPEQ33afSPunckXNjHbWCJFp+H/JNOWywM=
SHA256 (Pkgfile) = 58dcdd9db5906b918ad8475261ed5584a369678e42da5fbb3b3749c6174e705e
SHA256 (.footprint) = 051b31aecd3e919aa7f5b6c995e1c913350e6c210ed660ac2cb46030df110d9c
SHA256 (060627f0b0d2fa8581b5acb939f46e3b9e500593.zip) = 6ff599807b355da41140978156698bb64ce0ecee12458ee5f98feb9e81ba3555

View File

@ -4,11 +4,16 @@
# Depends on: cmake ninja
name=spirv-headers
version=1.5.3
version=1.5.3-060627f
release=1
source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/$version/SPIRV-Headers-$version.tar.gz)
source=(
#https://github.com/KhronosGroup/SPIRV-Headers/archive/$version/SPIRV-Headers-$version.tar.gz
https://github.com/KhronosGroup/SPIRV-Headers/archive/060627f0b0d2fa8581b5acb939f46e3b9e500593.zip
)
build() {
mv SPIRV-Headers-060627f0b0d2fa8581b5acb939f46e3b9e500593 SPIRV-Headers-$version
cmake -SSPIRV-Headers-$version -Bbuild -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \