pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/qt6-qt3d
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 25 18:13:08 UTC 2025
Modified Files:
pkgsrc/graphics/qt6-qt3d: Makefile PLIST
Log Message:
qt6-qt3d: add missing vulkan file to PLIST, except for on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/qt6-qt3d/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/qt6-qt3d/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/qt6-qt3d/Makefile
diff -u pkgsrc/graphics/qt6-qt3d/Makefile:1.33 pkgsrc/graphics/qt6-qt3d/Makefile:1.34
--- pkgsrc/graphics/qt6-qt3d/Makefile:1.33 Tue Nov 11 12:34:13 2025
+++ pkgsrc/graphics/qt6-qt3d/Makefile Thu Dec 25 18:13:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2025/11/11 12:34:13 adam Exp $
+# $NetBSD: Makefile,v 1.34 2025/12/25 18:13:08 wiz Exp $
DISTNAME= qt3d-everywhere-src-${QTVERSION}
PKGNAME= qt6-qt3d-${QTVERSION}
@@ -28,6 +28,13 @@ PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt63D
PLIST_VARS+= simd
+.include "../../mk/bsd.fast.prefs.mk"
+
+PLIST_VARS+= vulkan
+.if ${OPSYS} != "Darwin"
+PLIST.vulkan= yes
+.endif
+
.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
PLIST.simd= yes
.else
Index: pkgsrc/graphics/qt6-qt3d/PLIST
diff -u pkgsrc/graphics/qt6-qt3d/PLIST:1.13 pkgsrc/graphics/qt6-qt3d/PLIST:1.14
--- pkgsrc/graphics/qt6-qt3d/PLIST:1.13 Tue Nov 11 12:34:13 2025
+++ pkgsrc/graphics/qt6-qt3d/PLIST Thu Dec 25 18:13:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2025/11/11 12:34:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/12/25 18:13:08 wiz Exp $
lib/pkgconfig/Qt63DAnimation.pc
lib/pkgconfig/Qt63DCore.pc
lib/pkgconfig/Qt63DExtras.pc
@@ -913,6 +913,7 @@ qt6/include/Qt3DRender/${PKGVERSION}/Qt3
qt6/include/Qt3DRender/${PKGVERSION}/Qt3DRender/private/viewportnode_p.h
qt6/include/Qt3DRender/${PKGVERSION}/Qt3DRender/private/visitorutils_p.h
qt6/include/Qt3DRender/${PKGVERSION}/Qt3DRender/private/vsyncframeadvanceservice_p.h
+${PLIST.vulkan}qt6/include/Qt3DRender/${PKGVERSION}/Qt3DRender/private/vulkaninstance_p.h
qt6/include/Qt3DRender/${PKGVERSION}/Qt3DRender/private/waitfence_p.h
qt6/include/Qt3DRender/QAbstractLight
qt6/include/Qt3DRender/QAbstractRayCaster
Home |
Main Index |
Thread Index |
Old Index