pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cheese cheese: requires v4l2 plugin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6eed9cfaffd4
branches:  trunk
changeset: 409767:6eed9cfaffd4
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jan 20 12:44:11 2020 +0000

description:
cheese: requires v4l2 plugin

diffstat:

 graphics/cheese/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0b0984cae87f -r 6eed9cfaffd4 graphics/cheese/Makefile
--- a/graphics/cheese/Makefile  Mon Jan 20 11:56:36 2020 +0000
+++ b/graphics/cheese/Makefile  Mon Jan 20 12:44:11 2020 +0000
@@ -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 @@
 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