Files
ports/multimedia/pitivi/Makefile
T
2026-05-05 22:29:37 +03:00

39 lines
1.2 KiB
Makefile

PORTNAME= pitivi
DISTVERSION= 2023.03
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= GNOME
MAINTAINER= ports@FreeBSD.org
COMMENT= Gstreamer based non-linear audio/video editor
WWW= https://www.pitivi.org
LICENSE= LGPL21+
BUILD_DEPENDS= gst-validate-launcher:devel/gstreamer1-devtools \
itstool:textproc/itstool
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.14.0:multimedia/py-gstreamer1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycairo>=0:graphics/py-pycairo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
USES= cpe desktop-file-utils gettext-tools gnome gstreamer meson \
pkgconfig python shared-mime-info shebangfix tar:xz
USE_GNOME= cairo gsound gtk30 pygobject3
USE_GSTREAMER= bad editing-services gdkpixbuf good gtk
USE_LDCONFIG= yes
SHEBANG_FILES= bin/pitivi.in \
getenvvar.py \
tests/__init__.py \
tests/validate-tests/manager.py \
tests/validate-tests/runtests
MESON_ARGS= -Db_lundef=false
BINARY_ALIAS= python3=${PYTHON_VERSION}
.include <bsd.port.mk>