Sun May 31 14:44:45 2020 UTC ()
gst-plugins0.10-fluendo-mp3: remove unknown configure option


(rillig)
diff -r1.16 -r1.17 pkgsrc/audio/gst-plugins0.10-fluendo-mp3/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/audio/gst-plugins0.10-fluendo-mp3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins0.10-fluendo-mp3/Attic/Makefile 2020/03/08 16:48:41 1.16
+++ pkgsrc/audio/gst-plugins0.10-fluendo-mp3/Attic/Makefile 2020/05/31 14:44:45 1.17
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.16 2020/03/08 16:48:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2020/05/31 14:44:45 rillig Exp $
2 2
3DISTNAME= gst-fluendo-mp3-0.10.32 3DISTNAME= gst-fluendo-mp3-0.10.32
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= audio 5CATEGORIES= audio
6MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/ 6MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= http://www.fluendo.com/shop/product/fluendo-mp3-decoder/ 10#HOMEPAGE= http://www.fluendo.com/shop/product/fluendo-mp3-decoder/
11COMMENT= MP3 decoder for gstreamer 11COMMENT= MP3 decoder for gstreamer
12LICENSE= mit 12LICENSE= mit
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17CONFIGURE_ARGS+= --with-liboil 
18 17
19.include "../../multimedia/gstreamer0.10/buildlink3.mk" 18.include "../../multimedia/gstreamer0.10/buildlink3.mk"
20.include "../../devel/liboil/buildlink3.mk" 19.include "../../devel/liboil/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"