summaryrefslogtreecommitdiff
path: root/audio/xmms-faad
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-23 16:09:17 +0000
committeradam <adam@pkgsrc.org>2017-07-23 16:09:17 +0000
commit870a9e6dad1a993e230f89eb04bb9ab4a26169a7 (patch)
tree4c74a7b564800f3c4d0a05e80355b510c9a91c88 /audio/xmms-faad
parent5a02f070e38e98ec87624fe7b266aae362e61c9b (diff)
downloadpkgsrc-870a9e6dad1a993e230f89eb04bb9ab4a26169a7.tar.gz
2.8.1:
- seeking support for MP4 files 2.8.0: - patches and fixed bugs
Diffstat (limited to 'audio/xmms-faad')
-rw-r--r--audio/xmms-faad/Makefile52
1 files changed, 23 insertions, 29 deletions
diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile
index e4c424f939c..f376c0dcefc 100644
--- a/audio/xmms-faad/Makefile
+++ b/audio/xmms-faad/Makefile
@@ -1,44 +1,38 @@
-# $NetBSD: Makefile,v 1.22 2016/04/20 12:10:34 nros Exp $
+# $NetBSD: Makefile,v 1.23 2017/07/23 16:09:57 adam Exp $
-DISTNAME= faad2-2.7
-PKGNAME= xmms-faad-2.7
-PKGREVISION= 4
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
+DISTNAME= faad2-2.8.1
+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/
-COMMENT= XMMS plugin for faad
-LICENSE= gnu-gpl-v2
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.audiocoding.com/
+COMMENT= XMMS plugin for faad
+LICENSE= gnu-gpl-v2
-#RESTRICTED= Dolby doesn't allow binary distributions
-#NO_BIN_ON_FTP= ${RESTRICTED}
-#NO_BIN_ON_CDROM= ${RESTRICTED}
-
-USE_TOOLS+= automake gmake pkg-config
USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
+USE_LIBTOOL= yes
+USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-xmms
+CONFIGURE_ARGS+= --with-mp4v2
+
SHLIBTOOL_OVERRIDE= # empty
DISTINFO_FILE= ${.CURDIR}/../../audio/faad2/distinfo
PATCHDIR= ${.CURDIR}/../../audio/faad2/patches
-AUTOCONF_REQD= 2.50
-GNU_CONFIGURE= YES
-
-CONFIGURE_ARGS+= --with-xmms
-CONFIGURE_ARGS+= --with-mp4v2
BUILD_DIRS= plugins/xmms/src
INSTALL_DIRS= plugins/xmms
pre-configure:
- ${CP} ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend
- for dir in . ; do \
- cd ${WRKSRC}/$$dir; \
- aclocal -I .; \
- autoheader; \
- ${LOCALBASE}/bin/libtoolize --automake; \
- automake --add-missing; \
- autoconf; \
+ for dir in . ; do \
+ cd ${WRKSRC}/$$dir; \
+ aclocal -I .; \
+ autoheader; \
+ libtoolize --automake; \
+ automake --add-missing; \
+ autoconf; \
done
.include "../../audio/faad2/buildlink3.mk"