aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gstreamer-plugins-fluendo-mp3
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-01 02:41:40 +0800
committertijl <tijl@FreeBSD.org>2014-09-01 02:41:40 +0800
commitce27abceb5db4236cbc962a1af591814dfe7b1b4 (patch)
tree577df7aa41fe08b1765ee86e5f2021ca7fc127b9 /audio/gstreamer-plugins-fluendo-mp3
parent241f629ffec6823c93fd2c0fa5f7ba92f37b8bae (diff)
downloadfreebsd-ports-gnome-ce27abceb5db4236cbc962a1af591814dfe7b1b4.tar.gz
freebsd-ports-gnome-ce27abceb5db4236cbc962a1af591814dfe7b1b4.tar.zst
freebsd-ports-gnome-ce27abceb5db4236cbc962a1af591814dfe7b1b4.zip
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove default CFLAGS
Diffstat (limited to 'audio/gstreamer-plugins-fluendo-mp3')
-rw-r--r--audio/gstreamer-plugins-fluendo-mp3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/gstreamer-plugins-fluendo-mp3/Makefile b/audio/gstreamer-plugins-fluendo-mp3/Makefile
index df480ed2db9d..8f1b85f92f88 100644
--- a/audio/gstreamer-plugins-fluendo-mp3/Makefile
+++ b/audio/gstreamer-plugins-fluendo-mp3/Makefile
@@ -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 fluendo
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>