From 0a2c4e4b53a72607a401f82f5ead91229df885df Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 1 Dec 2017 11:26:31 +0000 Subject: [PATCH] xmms-faad: updated to 2.8.6 --- audio/xmms-faad/Makefile | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile index f376c0dcefce..8a5e80f4b0ae 100644 --- a/audio/xmms-faad/Makefile +++ b/audio/xmms-faad/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2017/07/23 16:09:57 adam Exp $ +# $NetBSD: Makefile,v 1.24 2017/12/01 11:26:31 adam Exp $ -DISTNAME= faad2-2.8.1 +DISTNAME= faad2-2.8.6 PKGNAME= ${DISTNAME:S/faad/xmms-faad/} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.audiocoding.com/ @@ -13,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config +USE_TOOLS+= autoconf automake autoreconf gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xmms CONFIGURE_ARGS+= --with-mp4v2 @@ -26,14 +25,7 @@ BUILD_DIRS= plugins/xmms/src INSTALL_DIRS= plugins/xmms pre-configure: - for dir in . ; do \ - cd ${WRKSRC}/$$dir; \ - aclocal -I .; \ - autoheader; \ - libtoolize --automake; \ - automake --add-missing; \ - autoconf; \ - done + cd ${WRKSRC} && autoreconf -if .include "../../audio/faad2/buildlink3.mk" .include "../../audio/id3lib/buildlink3.mk"