pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia
Module Name: pkgsrc
Committed By: markd
Date: Tue Dec 2 19:53:03 UTC 2025
Modified Files:
pkgsrc/multimedia/mlt-qt5: Makefile
pkgsrc/multimedia/mlt-qt6: Makefile
Log Message:
mlt-qt{5,6}: add missing mlt dependency
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/mlt-qt5/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/mlt-qt6/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mlt-qt5/Makefile
diff -u pkgsrc/multimedia/mlt-qt5/Makefile:1.2 pkgsrc/multimedia/mlt-qt5/Makefile:1.3
--- pkgsrc/multimedia/mlt-qt5/Makefile:1.2 Tue Dec 2 08:04:00 2025
+++ pkgsrc/multimedia/mlt-qt5/Makefile Tue Dec 2 19:53:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/12/02 08:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/12/02 19:53:03 markd Exp $
.include "../../multimedia/mlt/Makefile.common"
@@ -38,6 +38,7 @@ CMAKE_CONFIGURE_ARGS+= -DMOD_XML=OFF
. include "../../devel/libatomic/buildlink3.mk"
.endif
.include "../../graphics/libexif/buildlink3.mk"
+.include "../../multimedia/mlt/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/multimedia/mlt-qt6/Makefile
diff -u pkgsrc/multimedia/mlt-qt6/Makefile:1.2 pkgsrc/multimedia/mlt-qt6/Makefile:1.3
--- pkgsrc/multimedia/mlt-qt6/Makefile:1.2 Tue Dec 2 08:04:00 2025
+++ pkgsrc/multimedia/mlt-qt6/Makefile Tue Dec 2 19:53:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/12/02 08:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/12/02 19:53:03 markd Exp $
.include "../../multimedia/mlt/Makefile.common"
@@ -39,6 +39,7 @@ CMAKE_CONFIGURE_ARGS+= -DMOD_XML=OFF
.endif
.include "../../devel/qt6-qt5compat/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
+.include "../../multimedia/mlt/buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../graphics/qt6-qtsvg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index