aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pitivi/Makefile
blob: 1d3284e36c792f3d5c311e00e369ac48d28cac64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
PORTNAME=	pitivi
PORTVERSION=	2022.06
PORTREVISION=	3
CATEGORIES=	multimedia
MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:R}

MAINTAINER=	kwm@FreeBSD.org
COMMENT=	Gstreamer based non-linear audio/video editor
WWW=		https://www.pitivi.org

LICENSE=	LGPL21+

BUILD_DEPENDS=	gst-validate-launcher:multimedia/gstreamer1-validate \
		itstool:textproc/itstool
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.14.0:multimedia/py-gstreamer1@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4:math/py-matplotlib@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
		${PYNUMPY}

USES=		cpe desktop-file-utils gettext gnome gstreamer meson pkgconfig python \
		shared-mime-info shebangfix tar:xz
SHEBANG_FILES=	bin/pitivi.in \
		getenvvar.py \
		tests/__init__.py \
		tests/validate-tests/manager.py \
		tests/validate-tests/runtests
USE_GNOME=	cairo intltool gdkpixbuf2 gsound gtk30 pygobject3
USE_GSTREAMER=	bad editing-services gdkpixbuf good gtk
USE_LDCONFIG=	yes
MESON_ARGS=	-Db_lundef=false

BINARY_ALIAS=	python3=${PYTHON_VERSION}

.include <bsd.port.mk>