aa49f23a6d
- The spc plugin was removed inflavor for the gsm plugin. - Added in tree qt plugin. Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2 Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer) Thanks to antoine@ for the exp-run. PR: 239386
28 lines
818 B
Makefile
28 lines
818 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gstreamer1-editing-services
|
|
PORTVERSION= 1.16.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer-editing-services/
|
|
DISTNAME= gstreamer-editing-services-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= GStreamer editing services
|
|
|
|
LICENSE= LGPL20
|
|
|
|
USES= compiler:c11 gmake gnome libtool pathfix perl5 python:3.6+ pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_PERL5= build
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 introspection:build libxml2 pygobject3:build
|
|
USE_GSTREAMER1= good
|
|
INSTALL_TARGET= install-strip
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
CONFIGURE_ARGS= --enable-introspection=yes \
|
|
--with-bash-completion-dir=${PREFIX}/share/bash-completion/completions
|
|
PLIST_SUB= VERSION=1.0 SOVERSION=0.1602.0
|
|
|
|
.include <bsd.port.mk>
|