pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/pitivi



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct  3 20:09:52 UTC 2019

Modified Files:
        pkgsrc/multimedia/pitivi: Makefile

Log Message:
pitivi: Needs a few more DEPENDS to successfully work with projects.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/multimedia/pitivi/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/pitivi/Makefile
diff -u pkgsrc/multimedia/pitivi/Makefile:1.50 pkgsrc/multimedia/pitivi/Makefile:1.51
--- pkgsrc/multimedia/pitivi/Makefile:1.50      Thu Oct  3 14:59:48 2019
+++ pkgsrc/multimedia/pitivi/Makefile   Thu Oct  3 20:09:52 2019
@@ -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}-gobject3-[0-9]*
 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