pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmms-faad xmms-faad: updated to 2.8.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/787d927169ba
branches:  trunk
changeset: 372285:787d927169ba
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 01 11:26:31 2017 +0000

description:
xmms-faad: updated to 2.8.6

diffstat:

 audio/xmms-faad/Makefile |  16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diffs (41 lines):

diff -r 79065aa6e4ba -r 787d927169ba audio/xmms-faad/Makefile
--- a/audio/xmms-faad/Makefile  Fri Dec 01 11:17:51 2017 +0000
+++ b/audio/xmms-faad/Makefile  Fri Dec 01 11:26:31 2017 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.audiocoding.com/
@@ -13,7 +12,7 @@
 
 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 @@
 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"



Home | Main Index | Thread Index | Old Index