diff options
-rw-r--r-- | spirv-headers/.footprint | 14 | ||||
-rw-r--r-- | spirv-headers/.signature | 8 | ||||
-rw-r--r-- | spirv-headers/Pkgfile | 13 |
3 files changed, 23 insertions, 12 deletions
diff --git a/spirv-headers/.footprint b/spirv-headers/.footprint index 1c2de331b..ff2c0fdb2 100644 --- a/spirv-headers/.footprint +++ b/spirv-headers/.footprint @@ -42,10 +42,24 @@ drwxr-xr-x root/root usr/include/spirv/1.2/ -rw-r--r-- root/root usr/include/spirv/1.2/spirv.py -rw-r--r-- root/root usr/include/spirv/spir-v.xml drwxr-xr-x root/root usr/include/spirv/unified1/ +-rw-r--r-- root/root usr/include/spirv/unified1/AMD_gcn_shader.h +-rw-r--r-- root/root usr/include/spirv/unified1/AMD_shader_ballot.h +-rw-r--r-- root/root usr/include/spirv/unified1/AMD_shader_explicit_vertex_parameter.h +-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/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.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 +-rw-r--r-- root/root usr/include/spirv/unified1/extinst.spv-amd-gcn-shader.grammar.json +-rw-r--r-- root/root usr/include/spirv/unified1/extinst.spv-amd-shader-ballot.grammar.json +-rw-r--r-- root/root usr/include/spirv/unified1/extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json +-rw-r--r-- root/root usr/include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/spirv.core.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/spirv.cs -rw-r--r-- root/root usr/include/spirv/unified1/spirv.h diff --git a/spirv-headers/.signature b/spirv-headers/.signature index d0b5f3f55..4c547c376 100644 --- a/spirv-headers/.signature +++ b/spirv-headers/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/R1os/WwLNVoekZyJN7CYNQU/H/GoW9jge/oXcG3UQ4KvekMzNDYyKOVZUUd7YLkZHWL3t782kAV2l6RQ+e1RgE= -SHA256 (Pkgfile) = c17edfa9d8913e8a3caa85cccc24e01909cbf1a54ca3b7549c8422fe60f09aff -SHA256 (.footprint) = 57a7e097bb08027c92c5b320002aa765ac7a452a91765a19c07f875a4999848e -SHA256 (spirv-headers-af64a9e826bf5bb5fcd2434dd71be1e41e922563.tar.gz) = e0522545b4fbf4c7ee50c1f31b883c275e5ba829141c9ebfa62fd96c08755966 +RWSE3ohX2g5d/bZ8wsMOgCp8II9yt74L1eRVpIgGVUZyKJ3zDIzutWhzSjrySvhzG7cz6WGsno0E/SiX2N/GTqyXah3TmPOqFg0= +SHA256 (Pkgfile) = 730d1397b299fc03569fbd807b64856eec66364a3bbbdb637c43f8e7107250d3 +SHA256 (.footprint) = 24829e1b094986dd7021f7ac3082b328a3baf6688964509a117222df08ee76f4 +SHA256 (spirv-headers-2ad0492fb00919d99500f1da74abf5ad3c870e4e.tar.gz) = ab33bbded496d399f6f0bb048043041d832e203100ddd664466e390d912fae7d diff --git a/spirv-headers/Pkgfile b/spirv-headers/Pkgfile index 653b38868..5677841bf 100644 --- a/spirv-headers/Pkgfile +++ b/spirv-headers/Pkgfile @@ -5,7 +5,7 @@ name=spirv-headers version=1.5.1 -commit=af64a9e826bf5bb5fcd2434dd71be1e41e922563 +commit=2ad0492fb00919d99500f1da74abf5ad3c870e4e release=1 source=( #https://github.com/KhronosGroup/SPIRV-Headers/archive/$version/SPIRV-Headers-$version.tar.gz @@ -14,18 +14,15 @@ source=( build() { # cd SPIRV-Headers-$version - cd SPIRV-Headers-$commit +# cd SPIRV-Headers-$commit - mkdir build - cd build - - cmake .. \ + cmake -SSPIRV-Headers-$commit -Bbuild -GNinja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -DSPIRV_HEADERS_SKIP_EXAMPLES=ON \ -GNinja - ninja -j ${JOBS:-1} - DESTDIR=$PKG ninja install + cmake --build build + DESTDIR=$PKG cmake --build build --target install } |