diff options
author | drochner <drochner@pkgsrc.org> | 2009-09-09 16:40:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-09-09 16:40:39 +0000 |
commit | ce4aa8f0a6586eab149d1f8f67b4a9780502ea9a (patch) | |
tree | 3283fd3b43591d13f9b7249fd09451e6dc7dad28 /audio/faac/Makefile | |
parent | 1c7860200a8a6a75cfe9d430c8d75fafb3ca7b26 (diff) | |
download | pkgsrc-ce4aa8f0a6586eab149d1f8f67b4a9780502ea9a.tar.gz |
update to 1.28
changes:
Prevent out of range scalefactors
Updated to latest mpeg4ip mp4 file format library
Added -s option to make the encoder output optimized mp4 layout
Improved JPEG detection for album art
Lot's of compilation issues solved
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index ac4fd190865..1795c64c7ee 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/08/05 11:22:38 ahoka Exp $ +# $NetBSD: Makefile,v 1.11 2009/09/09 16:40:39 drochner Exp $ # -DISTNAME= faac-1.25 -PKGREVISION= 1 +DISTNAME= faac-1.28 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/} @@ -10,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.audiocoding.com/ COMMENT= AAC audio encoder -RESTRICTED= This software may require the payment of patent royalties +RESTRICTED= This software may require the payment of patent royalties NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} @@ -19,7 +18,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_TOOLS+= automake GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/faac LIBTOOLIZE= ${PREFIX}/bin/libtoolize |