diff options
author | dillo <dillo@pkgsrc.org> | 2002-09-05 17:49:42 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-09-05 17:49:42 +0000 |
commit | 3411e52950bf99a808f11ba55190be0114186b82 (patch) | |
tree | f9ce27bd554941c21c90cf5b6522d86e2d1c86e8 /audio/faad2/Makefile | |
parent | 6832a169004407a4a39fbda8d0349217251301bc (diff) | |
download | pkgsrc-3411e52950bf99a808f11ba55190be0114186b82.tar.gz |
initial import of faad 1.1
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type
AAC files.
Diffstat (limited to 'audio/faad2/Makefile')
-rw-r--r-- | audio/faad2/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile new file mode 100644 index 00000000000..6db03e94748 --- /dev/null +++ b/audio/faad2/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/05 17:49:42 dillo Exp $ +# + +DISTNAME= faad2-1.1 +CATEGORIES= audio +MASTER_SITES= http://faac.sourceforge.net/files/ + +MAINTAINER= dillo@giga.or.at +HOMEPAGE= http://faac.sourceforge.net/ +COMMENT= AAC decoding library + +BUILD_DEPENDS+=autoconf-[0-9]*:../../devel/autoconf +BUILD_DEPENDS+=automake-[0-9]*:../../devel/automake + +RESTRICTED= Dolby doesn't allow binary distributions +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CD= ${RESTRICTED} + +WRKSRC= ${WRKDIR}/faad2 + +USE_GMAKE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/common/mp4v2/libtool +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES + +pre-configure: + cd ${WRKSRC} && ${SH} bootstrap + +.include "../../audio/libsndfile/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |