pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/kdenlive How to disable looking for libv4l2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/227de53fc5b7
branches:  trunk
changeset: 352139:227de53fc5b7
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Sep 07 23:31:40 2016 +0000

description:
How to disable looking for libv4l2 changed.

diffstat:

 multimedia/kdenlive/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 782526660a41 -r 227de53fc5b7 multimedia/kdenlive/Makefile
--- a/multimedia/kdenlive/Makefile      Wed Sep 07 22:00:05 2016 +0000
+++ b/multimedia/kdenlive/Makefile      Wed Sep 07 23:31:40 2016 +0000
@@ -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_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