diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-17 15:04:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-17 15:04:49 +0000 |
commit | 4cc6d78538395694242bbe7dc42c078099e300de (patch) | |
tree | 002bb87353ee098f7a410fd14f23caaa843dc733 /multimedia/gstreamer-plugins-fluendo-mpegdemux | |
parent | 27f41055dfeb72e1bc029ce9711285dba7e787ca (diff) | |
download | ports-4cc6d78538395694242bbe7dc42c078099e300de.tar.gz ports-4cc6d78538395694242bbe7dc42c078099e300de.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-fluendo-mpegdemux')
-rw-r--r-- | multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile b/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile index 7437aca831b8..4263cd4e3d4b 100644 --- a/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile +++ b/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile @@ -3,6 +3,7 @@ PORTNAME= gstreamer-plugins-fluendo-mpegdemux PORTVERSION= 0.10.71 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mpegdemux/ DISTNAME= gst-fluendo-mpegdemux-${PORTVERSION} @@ -13,11 +14,10 @@ COMMENT= MPEG2 demuxing gstreamer plugin from fluendo LICENSE= MPL CFLAGS:= ${CFLAGS} -O2 -USES= pkgconfig -USE_BZIP2= yes -USE_GSTREAMER= yes GNU_CONFIGURE= yes -PLIST_FILES= lib/gstreamer-0.10/libgstflumpegdemux.la \ - lib/gstreamer-0.10/libgstflumpegdemux.so +INSTALL_TARGET= install-strip +USES= libtool pkgconfig tar:bzip2 +USE_GSTREAMER= yes +PLIST_FILES= lib/gstreamer-0.10/libgstflumpegdemux.so .include <bsd.port.mk> |