pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/kdenlive



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Sep  7 23:31:40 UTC 2016

Modified Files:
        pkgsrc/multimedia/kdenlive: Makefile

Log Message:
How to disable looking for libv4l2 changed.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/kdenlive/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/kdenlive/Makefile
diff -u pkgsrc/multimedia/kdenlive/Makefile:1.39 pkgsrc/multimedia/kdenlive/Makefile:1.40
--- pkgsrc/multimedia/kdenlive/Makefile:1.39    Sat Jul  9 06:38:39 2016
+++ pkgsrc/multimedia/kdenlive/Makefile Wed Sep  7 23:31:40 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2016/07/09 06:38:39 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2016/09/07 23:31:40 markd Exp $
 
 DISTNAME=      kdenlive-0.9.10
 PKGREVISION=   1
@@ -22,7 +22,7 @@ USE_CMAKE=    yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    msgfmt perl pkg-config
 
-CMAKE_ARGS+=   -DWITH_V4L=OFF
+CMAKE_ARGS+=   -DWITH_LibV4L2=OFF
 
 post-install:
        ${RM} ${DESTDIR}${PREFIX}/share/icons/oxygen/*/mimetypes/application-x-kdenlivetitle.png



Home | Main Index | Thread Index | Old Index