svn commit: r366810 - head/audio/gstreamer-plugins-fluendo-mp3
Tijl Coosemans
tijl at FreeBSD.org
Sun Aug 31 18:41:41 UTC 2014
Author: tijl
Date: Sun Aug 31 18:41:40 2014
New Revision: 366810
URL: http://svnweb.freebsd.org/changeset/ports/366810
QAT: https://qat.redports.org/buildarchive/r366810/
Log:
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove default CFLAGS
Modified:
head/audio/gstreamer-plugins-fluendo-mp3/Makefile
Modified: head/audio/gstreamer-plugins-fluendo-mp3/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-fluendo-mp3/Makefile Sun Aug 31 18:36:51 2014 (r366809)
+++ head/audio/gstreamer-plugins-fluendo-mp3/Makefile Sun Aug 31 18:41:40 2014 (r366810)
@@ -3,6 +3,7 @@
PORTNAME= gstreamer-plugins-fluendo-mp3
PORTVERSION= 0.10.20
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
DISTNAME= gst-fluendo-mp3-${PORTVERSION}
@@ -12,11 +13,10 @@ COMMENT= Mp3 gstreamer plugin from fluen
LICENSE= MIT
-CFLAGS:= ${CFLAGS} -O2
-USES= pkgconfig
-USE_GSTREAMER= yes
GNU_CONFIGURE= yes
-PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \
- lib/gstreamer-0.10/libgstflump3dec.so
+INSTALL_TARGET= install-strip
+USES= libtool pkgconfig
+USE_GSTREAMER= yes
+PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.so
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list