2010-09-09 09:43:33 +02:00
|
|
|
PORTNAME= pitivi
|
2022-09-20 19:47:40 +02:00
|
|
|
PORTVERSION= 2022.06
|
2023-04-23 11:09:58 +02:00
|
|
|
PORTREVISION= 2
|
2010-09-09 09:43:33 +02:00
|
|
|
CATEGORIES= multimedia
|
2022-09-20 19:47:40 +02:00
|
|
|
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:R}
|
2010-09-09 09:43:33 +02:00
|
|
|
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
|
|
COMMENT= Gstreamer based non-linear audio/video editor
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.pitivi.org
|
2010-09-09 09:43:33 +02:00
|
|
|
|
2017-01-25 17:15:49 +01:00
|
|
|
LICENSE= LGPL21+
|
|
|
|
|
2018-12-11 21:31:02 +01:00
|
|
|
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}
|
2010-09-09 09:43:33 +02:00
|
|
|
|
2022-09-20 19:47:40 +02:00
|
|
|
USES= cpe desktop-file-utils gettext gnome gstreamer meson pkgconfig python:3.7+ \
|
|
|
|
shared-mime-info shebangfix tar:xz
|
2018-12-11 21:31:02 +01:00
|
|
|
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
|
2022-09-20 19:47:40 +02:00
|
|
|
USE_GSTREAMER= bad editing-services gdkpixbuf good gtk
|
2010-09-09 09:43:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
2018-12-11 21:31:02 +01:00
|
|
|
MESON_ARGS= -Db_lundef=false
|
|
|
|
|
2022-09-20 19:47:40 +02:00
|
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
2010-09-09 09:43:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|