From 87a6d763389c687e2567ee1ba973a08712da440f Mon Sep 17 00:00:00 2001 From: tijl Date: Thu, 17 Jul 2014 15:04:49 +0000 Subject: - USES=libtool tar:bzip2 - Add INSTALL_TARGET=install-strip --- multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile b/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile index 7437aca831b..4263cd4e3d4 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 -- cgit