pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/spirv-headers



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  6 19:23:25 UTC 2023

Modified Files:
        pkgsrc/parallel/spirv-headers: Makefile PLIST distinfo

Log Message:
spirv-headers: updated to 1.3.246.1

1.3.246.1

Merge pull request 320 from CodeLinaro/spv-qcom-image-processing
SPV_QCOM_image_processing


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/spirv-headers/Makefile \
    pkgsrc/parallel/spirv-headers/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/parallel/spirv-headers/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/spirv-headers/Makefile
diff -u pkgsrc/parallel/spirv-headers/Makefile:1.3 pkgsrc/parallel/spirv-headers/Makefile:1.4
--- pkgsrc/parallel/spirv-headers/Makefile:1.3  Mon Nov 14 18:57:39 2022
+++ pkgsrc/parallel/spirv-headers/Makefile      Fri Oct  6 19:23:24 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2022/11/14 18:57:39 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/10/06 19:23:24 adam Exp $
 
 # This version should be kept in sync with what
 # parallel/spirv-llvm-translator's ${WRKSRC}/spirv-headers-tag.conf
 # contains.
-DISTNAME=      SPIRV-Headers-1.3.231.1
+DISTNAME=      SPIRV-Headers-1.3.246.1
 CATEGORIES=    parallel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=KhronosGroup/}
 GITHUB_TAG=    sdk-${PKGVERSION_NOREV}
@@ -13,11 +13,11 @@ HOMEPAGE=   https://github.com/KhronosGrou
 COMMENT=       Headers for translation between SPIR-V and LLVM IR
 LICENSE=       mit
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
 WRKSRC=                ${WRKDIR}/SPIRV-Headers-${GITHUB_TAG}
 
 PKGCONFIG_OVERRIDE+=   SPIRV-Headers.pc.in
 
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/parallel/spirv-headers/distinfo
diff -u pkgsrc/parallel/spirv-headers/distinfo:1.3 pkgsrc/parallel/spirv-headers/distinfo:1.4
--- pkgsrc/parallel/spirv-headers/distinfo:1.3  Mon Nov 14 18:57:39 2022
+++ pkgsrc/parallel/spirv-headers/distinfo      Fri Oct  6 19:23:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/11/14 18:57:39 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/10/06 19:23:24 adam Exp $
 
-BLAKE2s (SPIRV-Headers-1.3.231.1.tar.gz) = 4595b31dfe4cce395b40ca56e6b964b03e9a51cca570605649f0efc90985acdb
-SHA512 (SPIRV-Headers-1.3.231.1.tar.gz) = d2c47127fd81430383e8656917f76933b713ca6cb93b2a9c16c9e0b125e2f62f8c497cab3a4fcc2a711decd911ec5d15f1eb0270add05442aff6672e08c890d7
-Size (SPIRV-Headers-1.3.231.1.tar.gz) = 439688 bytes
+BLAKE2s (SPIRV-Headers-1.3.246.1.tar.gz) = 08ea1635eedfb2d2a8facf35b2272f4d6235cc95d25ced6d553b59faa51f1d31
+SHA512 (SPIRV-Headers-1.3.246.1.tar.gz) = 436c6ce11d918091ce4a5ef2821f51af811c9a289e220b4a2b0bb4417b1f9f3b1f56a6366cfdf56848a9b1fb612ee3ba31d35c3d73d3d24de964ee05f96a7bbc
+Size (SPIRV-Headers-1.3.246.1.tar.gz) = 449917 bytes

Index: pkgsrc/parallel/spirv-headers/PLIST
diff -u pkgsrc/parallel/spirv-headers/PLIST:1.2 pkgsrc/parallel/spirv-headers/PLIST:1.3
--- pkgsrc/parallel/spirv-headers/PLIST:1.2     Mon Aug 15 20:39:21 2022
+++ pkgsrc/parallel/spirv-headers/PLIST Fri Oct  6 19:23:24 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/08/15 20:39:21 tnn Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/10/06 19:23:24 adam Exp $
 include/spirv/1.0/GLSL.std.450.h
 include/spirv/1.0/OpenCL.std.h
 include/spirv/1.0/extinst.glsl.std.450.grammar.json
@@ -43,6 +43,7 @@ include/spirv/unified1/AMD_shader_trinar
 include/spirv/unified1/DebugInfo.h
 include/spirv/unified1/GLSL.std.450.h
 include/spirv/unified1/NonSemanticClspvReflection.h
+include/spirv/unified1/NonSemanticDebugBreak.h
 include/spirv/unified1/NonSemanticDebugPrintf.h
 include/spirv/unified1/NonSemanticShaderDebugInfo100.h
 include/spirv/unified1/OpenCL.std.h
@@ -50,6 +51,7 @@ include/spirv/unified1/OpenCLDebugInfo10
 include/spirv/unified1/extinst.debuginfo.grammar.json
 include/spirv/unified1/extinst.glsl.std.450.grammar.json
 include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
+include/spirv/unified1/extinst.nonsemantic.debugbreak.grammar.json
 include/spirv/unified1/extinst.nonsemantic.debugprintf.grammar.json
 include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json
 include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json



Home | Main Index | Thread Index | Old Index