CVS commit: pkgsrc/graphics/shaderc

"Robert Bagdan" <[email protected]> Fri, 7 Aug 2026 10:40:06 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	kikadf
Date:		Fri Aug  7 10:40:06 UTC 2026

Modified Files:
	pkgsrc/graphics/shaderc: Makefile

Log Message:
shaderc: matching versions of vulkan-sdk packages


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/shaderc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 1.2 KB)
Modified files:

Index: pkgsrc/graphics/shaderc/Makefile
diff -u pkgsrc/graphics/shaderc/Makefile:1.2 pkgsrc/graphics/shaderc/Makefile:1.3
--- pkgsrc/graphics/shaderc/Makefile:1.2	Wed Jul 29 14:01:02 2026
+++ pkgsrc/graphics/shaderc/Makefile	Fri Aug  7 10:40:06 2026
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2026/07/29 14:01:02 kikadf Exp $
+# $NetBSD: Makefile,v 1.3 2026/08/07 10:40:06 kikadf Exp $
 
 # to get current vulkan SDK version, but we need to override GITHUB_TAG locally
 .include "../../graphics/vulkan-headers/Makefile.common"
 
 DISTNAME=	shaderc-2026.3
+PKGREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GITHUB:=google/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -30,7 +31,10 @@ PKGCONFIG_OVERRIDE+=	cmake/shaderc_stati
 
 .include "../../lang/python/tool.mk"
 .include "../../devel/cmake/build.mk"
+BUILDLINK_API_DEPENDS.glslang+=		glslang>=${SDK_VERSION}
 .include "../../graphics/glslang/buildlink3.mk"
+BUILDLINK_API_DEPENDS.spirv-headers+=	spirv-headers>=${SDK_VERSION}
 .include "../../parallel/spirv-headers/buildlink3.mk"
+BUILDLINK_API_DEPENDS.spirv-tools+=	spirv-tools>=${SDK_VERSION}
 .include "../../parallel/spirv-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"