pkgsrc-WIP-changes archive

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

spirv-headers: update to the latest vulkan-sdk version 1.4.341.0



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Sat Apr 11 16:45:05 2026 +0200
Changeset:	ff4353f4f2b79d4bba163ea9bc4aaf188bef657a

Modified Files:
	spirv-headers/Makefile
	spirv-headers/distinfo

Log Message:
spirv-headers: update to the latest vulkan-sdk version 1.4.341.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ff4353f4f2b79d4bba163ea9bc4aaf188bef657a

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

diffstat:
 spirv-headers/Makefile | 11 +++--------
 spirv-headers/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 11 deletions(-)

diffs:
diff --git a/spirv-headers/Makefile b/spirv-headers/Makefile
index ffe22f6f1b..bb34e61005 100644
--- a/spirv-headers/Makefile
+++ b/spirv-headers/Makefile
@@ -1,21 +1,16 @@
 # $NetBSD: Makefile,v 1.11 2026/03/25 23:00:44 wiz 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.4.335.0
+.include "../../graphics/vulkan-headers/Makefile.common"
+
+DISTNAME=	SPIRV-Headers-${SDK_VERSION}
 PKGNAME=	${DISTNAME:tl}
 CATEGORIES=	parallel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=KhronosGroup/}
-GITHUB_TAG=	vulkan-sdk-${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/KhronosGroup/SPIRV-Headers
 COMMENT=	Headers for translation between SPIR-V and LLVM IR
 LICENSE=	mit
 
-USE_LANGUAGES=	c c++
-
 WRKSRC=		${WRKDIR}/SPIRV-Headers-${GITHUB_TAG}
 
 PKGCONFIG_OVERRIDE+=	SPIRV-Headers.pc.in
diff --git a/spirv-headers/distinfo b/spirv-headers/distinfo
index 1cd9ffc946..925fbb3903 100644
--- a/spirv-headers/distinfo
+++ b/spirv-headers/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.11 2026/03/25 23:00:44 wiz Exp $
 
-BLAKE2s (SPIRV-Headers-1.4.335.0.tar.gz) = 201638a47c965b3f1916e9a43893c85d4a42b106822fffdec813c9499a798834
-SHA512 (SPIRV-Headers-1.4.335.0.tar.gz) = 4906f5b310d176d7c5e83f9a4ec0b6006a39d278a6fce50f5ef29a4d5b287e5823d28007f5015b1dba60d9db352c3bb1a6190bb07ff3a6940b5a5c3ce19ee985
-Size (SPIRV-Headers-1.4.335.0.tar.gz) = 558628 bytes
+BLAKE2s (SPIRV-Headers-1.4.341.0.tar.gz) = 76139ee0645d599f226185d86300c482cc48147c4a28485ec8d948faac193d21
+SHA512 (SPIRV-Headers-1.4.341.0.tar.gz) = d624371dd455c66a300344c89812598ffe11b5eedba555779f789e85c29dc67317741858c60e0744a1e6755cc0d2759b8659f0674f4cc31479c4cb6fc25ed23b
+Size (SPIRV-Headers-1.4.341.0.tar.gz) = 561287 bytes


Home | Main Index | Thread Index | Old Index