svn commit: r362150 - head/multimedia/gstreamer-plugins-gnonlin
Tijl Coosemans
tijl at FreeBSD.org
Thu Jul 17 15:03:59 UTC 2014
Author: tijl
Date: Thu Jul 17 15:03:59 2014
New Revision: 362150
URL: http://svnweb.freebsd.org/changeset/ports/362150
QAT: https://qat.redports.org/buildarchive/r362150/
Log:
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
Modified:
head/multimedia/gstreamer-plugins-gnonlin/Makefile
Modified: head/multimedia/gstreamer-plugins-gnonlin/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-gnonlin/Makefile Thu Jul 17 15:03:05 2014 (r362149)
+++ head/multimedia/gstreamer-plugins-gnonlin/Makefile Thu Jul 17 15:03:59 2014 (r362150)
@@ -4,6 +4,7 @@
PORTNAME= gstreamer-plugins-gnonlin
PORTVERSION= 0.10.17
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gnonlin/
DISTNAME= gnonlin-${PORTVERSION}
@@ -12,13 +13,12 @@ MAINTAINER= multimedia at FreeBSD.org
COMMENT= Gstreamer lib for writing non-linear audio and video
CFLAGS:= ${CFLAGS} -O2 -Wno-format
-USES= pkgconfig
-USE_BZIP2= yes
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool pkgconfig tar:bzip2
USE_GSTREAMER= yes
-PLIST_FILES= lib/gstreamer-0.10/libgnl.la \
- lib/gstreamer-0.10/libgnl.so
+PLIST_FILES= lib/gstreamer-0.10/libgnl.so
post-patch:
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure
More information about the svn-ports-all
mailing list