pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cheese



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jan 20 12:44:11 UTC 2020

Modified Files:
        pkgsrc/graphics/cheese: Makefile

Log Message:
cheese: requires v4l2 plugin


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/graphics/cheese/Makefile

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

Modified files:

Index: pkgsrc/graphics/cheese/Makefile
diff -u pkgsrc/graphics/cheese/Makefile:1.85 pkgsrc/graphics/cheese/Makefile:1.86
--- pkgsrc/graphics/cheese/Makefile:1.85        Mon Jan 20 02:22:59 2020
+++ pkgsrc/graphics/cheese/Makefile     Mon Jan 20 12:44:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/01/20 02:22:59 nia Exp $
+# $NetBSD: Makefile,v 1.86 2020/01/20 12:44:11 nia Exp $
 
 DISTNAME=      cheese-3.34.0
 CATEGORIES=    graphics gnome
@@ -10,6 +10,8 @@ HOMEPAGE=     https://wiki.gnome.org/Apps/Ch
 COMMENT=       Use your webcam to take photos and videos
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      gst-plugins1-v4l2-[0-9]*:../../multimedia/gst-plugins1-v4l2
+
 USE_TOOLS+=    pkg-config msgfmt xgettext
 
 MESON_ARGS+=   -Dgtk_doc=false



Home | Main Index | Thread Index | Old Index