Thu Oct 3 20:09:52 2019 UTC ()
pitivi: Needs a few more DEPENDS to successfully work with projects.


(nia)
diff -r1.50 -r1.51 pkgsrc/multimedia/pitivi/Makefile

cvs diff -r1.50 -r1.51 pkgsrc/multimedia/pitivi/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/pitivi/Makefile 2019/10/03 14:59:48 1.50
+++ pkgsrc/multimedia/pitivi/Makefile 2019/10/03 20:09:52 1.51
@@ -1,33 +1,38 @@ @@ -1,33 +1,38 @@
1# $NetBSD: Makefile,v 1.50 2019/10/03 14:59:48 nia Exp $ 1# $NetBSD: Makefile,v 1.51 2019/10/03 20:09:52 nia Exp $
2 2
3DISTNAME= pitivi-0.999 3DISTNAME= pitivi-0.999
4CATEGORIES= multimedia 4CATEGORIES= multimedia
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pitivi/0.999/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pitivi/0.999/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.pitivi.org/ 9HOMEPAGE= http://www.pitivi.org/
10COMMENT= Video editor 10COMMENT= Video editor
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13USE_TOOLS+= pkg-config intltool msgfmt xgettext 13USE_TOOLS+= pkg-config intltool msgfmt xgettext
14 14
15TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 15TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
16 16
17DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 17DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
18DEPENDS+= ${PYPKGPREFIX}-gstreamer1-[0-9]*:../../multimedia/py-gstreamer1 18DEPENDS+= ${PYPKGPREFIX}-gstreamer1-[0-9]*:../../multimedia/py-gstreamer1
19DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib 19DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
20 20
 21# For some reason creating projects fails without these.
 22DEPENDS+= gst-plugins1-ogg-[0-9]*:../../multimedia/gst-plugins1-ogg
 23DEPENDS+= gst-plugins1-theora-[0-9]*:../../multimedia/gst-plugins1-theora
 24DEPENDS+= gst-plugins1-vorbis-[0-9]*:../../audio/gst-plugins1-vorbis
 25
21SUBST_CLASSES+= py 26SUBST_CLASSES+= py
22SUBST_STAGE.py= pre-configure 27SUBST_STAGE.py= pre-configure
23SUBST_MESSAGE.py= Setting the Python executable name. 28SUBST_MESSAGE.py= Setting the Python executable name.
24SUBST_FILES.py+= meson.build 29SUBST_FILES.py+= meson.build
25SUBST_VARS.py+= PYVERSSUFFIX 30SUBST_VARS.py+= PYVERSSUFFIX
26 31
27REPLACE_PYTHON+= bin/pitivi.in 32REPLACE_PYTHON+= bin/pitivi.in
28 33
29# Python 3 only 34# Python 3 only
30PYTHON_VERSIONS_INCOMPATIBLE= 27 35PYTHON_VERSIONS_INCOMPATIBLE= 27
31 36
32.include "../../devel/py-meson/build.mk" 37.include "../../devel/py-meson/build.mk"
33.include "../../graphics/gst-plugins1-gdk_pixbuf/buildlink3.mk" 38.include "../../graphics/gst-plugins1-gdk_pixbuf/buildlink3.mk"