blob: aeb470f922bc630ed4eb1a2b072f9857c31fd047 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer1-editing-services
PORTVERSION= 1.4.0
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
USES= gmake libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20 introspection:build libxml2
USE_GSTREAMER1= gnonlin
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --enable-introspection=yes
PLIST_SUB= VERSION=1.0
.include <bsd.port.mk>
|