xmms-faad: updated to 2.8.6
This commit is contained in:
parent
d8b87595f0
commit
0a2c4e4b53
1 changed files with 4 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue