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:   wiz
Date:           Tue Dec  2 08:04:00 UTC 2025

Modified Files:
        pkgsrc/multimedia/mlt-qt5: Makefile
        pkgsrc/multimedia/mlt-qt6: Makefile

Log Message:
mlt*: does not work with ninja due to BUILD_DIRS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/mlt-qt5/Makefile
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/multimedia/mlt-qt5/Makefile:1.2
--- pkgsrc/multimedia/mlt-qt5/Makefile:1.1      Sun Nov 30 10:10:04 2025
+++ pkgsrc/multimedia/mlt-qt5/Makefile  Tue Dec  2 08:04:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/11/30 10:10:04 markd Exp $
+# $NetBSD: Makefile,v 1.2 2025/12/02 08:04:00 wiz Exp $
 
 .include "../../multimedia/mlt/Makefile.common"
 
@@ -6,6 +6,8 @@ PKGNAME=        mlt-qt5-7.34.1
 COMMENT=       QT5 plugin for the MLT multimedia framework
 
 BUILD_DIRS=    src/modules/qt
+# due to BUILD_DIRS
+CMAKE_GENERATORS_INCOMPATIBLE= ninja
 
 CMAKE_CONFIGURE_ARGS+= -DMOD_QT=ON
 CMAKE_CONFIGURE_ARGS+= -DMOD_QT6=OFF

Index: pkgsrc/multimedia/mlt-qt6/Makefile
diff -u pkgsrc/multimedia/mlt-qt6/Makefile:1.1 pkgsrc/multimedia/mlt-qt6/Makefile:1.2
--- pkgsrc/multimedia/mlt-qt6/Makefile:1.1      Sun Nov 30 10:10:04 2025
+++ pkgsrc/multimedia/mlt-qt6/Makefile  Tue Dec  2 08:04:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/11/30 10:10:04 markd Exp $
+# $NetBSD: Makefile,v 1.2 2025/12/02 08:04:00 wiz Exp $
 
 .include "../../multimedia/mlt/Makefile.common"
 
@@ -6,6 +6,8 @@ PKGNAME=        mlt-qt6-7.34.1
 COMMENT=       QT6 plugin for the MLT multimedia framework
 
 BUILD_DIRS=    src/modules/qt
+# due to BUILD_DIRS
+CMAKE_GENERATORS_INCOMPATIBLE= ninja
 
 CMAKE_CONFIGURE_ARGS+= -DMOD_QT=OFF
 CMAKE_CONFIGURE_ARGS+= -DMOD_QT6=ON



Home | Main Index | Thread Index | Old Index