Thu Oct 3 22:45:22 2019 UTC ()
pitivi: Needs py-sqlite3


(nia)
diff -r1.52 -r1.53 pkgsrc/multimedia/pitivi/Makefile

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

--- pkgsrc/multimedia/pitivi/Makefile 2019/10/03 20:36:53 1.52
+++ pkgsrc/multimedia/pitivi/Makefile 2019/10/03 22:45:22 1.53
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.52 2019/10/03 20:36:53 nia Exp $ 1# $NetBSD: Makefile,v 1.53 2019/10/03 22:45:22 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 using GStreamer/GTK 10COMMENT= Video editor using GStreamer/GTK
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
 20DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
20 21
21# For some reason creating projects fails without these. 22# For some reason creating projects fails without these.
22DEPENDS+= gst-plugins1-ogg-[0-9]*:../../multimedia/gst-plugins1-ogg 23DEPENDS+= gst-plugins1-ogg-[0-9]*:../../multimedia/gst-plugins1-ogg
23DEPENDS+= gst-plugins1-theora-[0-9]*:../../multimedia/gst-plugins1-theora 24DEPENDS+= gst-plugins1-theora-[0-9]*:../../multimedia/gst-plugins1-theora
24DEPENDS+= gst-plugins1-vorbis-[0-9]*:../../audio/gst-plugins1-vorbis 25DEPENDS+= gst-plugins1-vorbis-[0-9]*:../../audio/gst-plugins1-vorbis
25 26
26SUBST_CLASSES+= py 27SUBST_CLASSES+= py
27SUBST_STAGE.py= pre-configure 28SUBST_STAGE.py= pre-configure
28SUBST_MESSAGE.py= Setting the Python executable name. 29SUBST_MESSAGE.py= Setting the Python executable name.
29SUBST_FILES.py+= meson.build 30SUBST_FILES.py+= meson.build
30SUBST_VARS.py+= PYVERSSUFFIX 31SUBST_VARS.py+= PYVERSSUFFIX
31 32
32REPLACE_PYTHON+= bin/pitivi.in 33REPLACE_PYTHON+= bin/pitivi.in