pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/pitivi pitivi: Needs a few more DEPENDS to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/941728ee3fb0
branches: trunk
changeset: 341531:941728ee3fb0
user: nia <nia%pkgsrc.org@localhost>
date: Thu Oct 03 20:09:52 2019 +0000
description:
pitivi: Needs a few more DEPENDS to successfully work with projects.
diffstat:
multimedia/pitivi/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 1f9f4e97fdd3 -r 941728ee3fb0 multimedia/pitivi/Makefile
--- a/multimedia/pitivi/Makefile Thu Oct 03 18:53:32 2019 +0000
+++ b/multimedia/pitivi/Makefile Thu Oct 03 20:09:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2019/10/03 14:59:48 nia Exp $
+# $NetBSD: Makefile,v 1.51 2019/10/03 20:09:52 nia Exp $
DISTNAME= pitivi-0.999
CATEGORIES= multimedia
@@ -18,6 +18,11 @@
DEPENDS+= ${PYPKGPREFIX}-gstreamer1-[0-9]*:../../multimedia/py-gstreamer1
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+# For some reason creating projects fails without these.
+DEPENDS+= gst-plugins1-ogg-[0-9]*:../../multimedia/gst-plugins1-ogg
+DEPENDS+= gst-plugins1-theora-[0-9]*:../../multimedia/gst-plugins1-theora
+DEPENDS+= gst-plugins1-vorbis-[0-9]*:../../audio/gst-plugins1-vorbis
+
SUBST_CLASSES+= py
SUBST_STAGE.py= pre-configure
SUBST_MESSAGE.py= Setting the Python executable name.
Home |
Main Index |
Thread Index |
Old Index