Date: Thu, 17 Jul 2014 15:03:59 +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: r362150 - head/multimedia/gstreamer-plugins-gnonlin Message-ID: <201407171503.s6HF3x4Q024832@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407171503.s6HF3x4Q024832>