9f8f710b3e
Approved by: portmgr
34 lines
962 B
Makefile
34 lines
962 B
Makefile
PORTNAME= gstreamer1-editing-services
|
|
PORTVERSION= ${_GST_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-editing-services/
|
|
DISTNAME= gst-editing-services-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= GStreamer editing services
|
|
WWW= http://gstreamer.freedeskop.org
|
|
|
|
LICENSE= LGPL20
|
|
|
|
USES= bison compiler:c11 gnome gstreamer meson ninja python pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20 introspection:build libxml2 pygobject3:build
|
|
USE_GSTREAMER= good bad
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
CONFIGURE_ARGS= -Ddoc=disabled \
|
|
-Dvalidate=disabled \
|
|
-Dpygi-overrides-dir=${PYTHON_SITELIBDIR}/gstreamer-editing-services
|
|
PLIST_SUB= VERSION=1.0 SOVERSION=0.2205.0
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
OPTIONS_DEFINE= BASH
|
|
OPTIONS_DEFAULT=BASH
|
|
OPTIONS_SUB= yes
|
|
|
|
BASH_BUILD_DEPENDS= bash-completion>0:shells/bash-completion
|
|
BASH_MESON_ENABLED= bash-completion
|
|
|
|
.include <bsd.port.mk>
|