Files
ports/multimedia/pitivi/Makefile
Rene Ladan b304d8ab18 all: bump PORTREVISION after updating graphics/libyuv
Using the Tools/scripts/bump_revision.pl script
2025-08-31 12:30:51 +02:00

39 lines
1.2 KiB
Makefile

PORTNAME= pitivi
DISTVERSION= 2023.03
PORTREVISION= 2
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}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} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYNUMPY}
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>