aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-gnonlin/Makefile
blob: 34916e22908792ddc2c4f36aaddb949f80fa36da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Michael Johnson <ahze@FreeBSD.org>

PORTNAME=	gstreamer1-plugins-gnonlin
PORTVERSION=	1.4.0
CATEGORIES=	multimedia
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gnonlin/
DISTNAME=	gnonlin-${PORTVERSION}

MAINTAINER=	multimedia@FreeBSD.org
COMMENT=	GStreamer library for writing non-linear audio and video

USES=		libtool pkgconfig python:3.4+,build tar:xz
GNU_CONFIGURE=	yes
USE_GSTREAMER1=	good
INSTALL_TARGET=	install-strip

PLIST_FILES=	lib/gstreamer-1.0/libgnl.so

.include <bsd.port.mk>