pkgsrc-WIP-changes archive

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

qt6-qtquick3d: add embree PLIST



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Fri Oct 28 11:16:41 2022 +0200
Changeset:	0772a8f7451e5e3e93af85d605f7b751f7c79607

Modified Files:
	qt6-qtquick3d/Makefile
Added Files:
	qt6-qtquick3d/PLIST.embree

Log Message:
qt6-qtquick3d: add embree PLIST

Add embree PLIST.
embree is built on macos and linux
if the cpu is X86_64 or aarch64.

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

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

diffstat:
 qt6-qtquick3d/Makefile     |  8 ++++++++
 qt6-qtquick3d/PLIST.embree | 10 ++++++++++
 2 files changed, 18 insertions(+)

diffs:
diff --git a/qt6-qtquick3d/Makefile b/qt6-qtquick3d/Makefile
index 417893450d..e80cb96de8 100644
--- a/qt6-qtquick3d/Makefile
+++ b/qt6-qtquick3d/Makefile
@@ -19,6 +19,14 @@ PKGCONFIG_OVERRIDE+=	lib/pkgconfig/Qt6Quick3DParticles.pc
 PKGCONFIG_OVERRIDE+=	lib/pkgconfig/Qt6Quick3DRuntimeRender.pc
 PKGCONFIG_OVERRIDE+=	lib/pkgconfig/Qt6Quick3DUtils.pc
 
+.if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) \
+ || !empty(MACHINE_PLATFORM:MDarwin-*-x86_64) \
+ || !empty(MACHINE_PLATFORM:MLinux-*-aarch64) \
+ || !empty(MACHINE_PLATFORM:MLinux-*-x86_64)
+PLIST_SRC=	PLIST
+PLIST_SRC+=	PLIST.embree
+.endif
+
 .include "../../multimedia/assimp/buildlink3.mk"
 .include "../../wip/qt6-qtbase/buildlink3.mk"
 .include "../../wip/qt6-qtdeclarative/buildlink3.mk"
diff --git a/qt6-qtquick3d/PLIST.embree b/qt6-qtquick3d/PLIST.embree
new file mode 100644
index 0000000000..72f65f9db0
--- /dev/null
+++ b/qt6-qtquick3d/PLIST.embree
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+qt6/lib/cmake/Qt6/FindWrapBundledEmbreeConfigExtra.cmake
+qt6/lib/cmake/Qt6BundledEmbree/Qt6BundledEmbreeAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6BundledEmbree/Qt6BundledEmbreeConfig.cmake
+qt6/lib/cmake/Qt6BundledEmbree/Qt6BundledEmbreeConfigVersion.cmake
+qt6/lib/cmake/Qt6BundledEmbree/Qt6BundledEmbreeConfigVersionImpl.cmake
+qt6/lib/cmake/Qt6BundledEmbree/Qt6BundledEmbreeTargets-release.cmake
+qt6/lib/cmake/Qt6BundledEmbree/Qt6BundledEmbreeTargets.cmake
+qt6/lib/cmake/Qt6BundledEmbree/Qt6BundledEmbreeVersionlessTargets.cmake
+qt6/lib/libQt6BundledEmbree.a


Home | Main Index | Thread Index | Old Index