svn commit: r362151 - head/multimedia/gstreamer-plugins-fluendo-mpegdemux
Tijl Coosemans
tijl at FreeBSD.org
Thu Jul 17 15:04:50 UTC 2014
Author: tijl
Date: Thu Jul 17 15:04:49 2014
New Revision: 362151
URL: http://svnweb.freebsd.org/changeset/ports/362151
QAT: https://qat.redports.org/buildarchive/r362151/
Log:
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
Modified:
head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
Modified: head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile Thu Jul 17 15:03:59 2014 (r362150)
+++ head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile Thu Jul 17 15:04:49 2014 (r362151)
@@ -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
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>
More information about the svn-ports-all
mailing list