Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 18:41:40 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366810 - head/audio/gstreamer-plugins-fluendo-mp3
Message-ID:  <201408311841.s7VIfeXN098309@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408311841.s7VIfeXN098309>