2014-08-08 22:37:41 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gstreamer1-plugins-gnonlin
|
2014-12-16 14:35:01 +01:00
|
|
|
PORTVERSION= 1.4.0
|
2014-08-08 22:37:41 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gnonlin/
|
|
|
|
DISTNAME= gnonlin-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2016-01-04 15:21:56 +01:00
|
|
|
COMMENT= GStreamer lib for writing non-linear audio and video
|
2014-08-08 22:37:41 +02:00
|
|
|
|
2014-12-16 14:35:01 +01:00
|
|
|
USES= libtool pkgconfig python:3,build tar:xz
|
2014-08-08 22:37:41 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GSTREAMER1= good
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
PLIST_FILES= lib/gstreamer-1.0/libgnl.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|