summaryrefslogtreecommitdiff
path: root/audio/faad2/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2007-12-09 10:55:30 +0000
committerdrochner <drochner>2007-12-09 10:55:30 +0000
commitffeaacc748c449f60a06d5ca3bf8b11c35d1f1f5 (patch)
tree353e22e44e5bc5e37159e67ba371a9d4ef14cca8 /audio/faad2/Makefile
parentc88f6ee182cd496ecb9706b782908fb1ba7f865c (diff)
downloadpkgsrc-ffeaacc748c449f60a06d5ca3bf8b11c35d1f1f5.tar.gz
update to 2.6.1
This adds SBR/PS support and bugfixes. The licensing problems which appeared in 2.5 were resolved in 2.6.1. pkgsrc notes: -no dependency on libmp4v2 anymore -added a patch to the "faad" standalone player to restore previous behaviour: The -w option writes .wav format (with riff header) to stdout. Thanks to Raymond Meyer for help and testing.
Diffstat (limited to 'audio/faad2/Makefile')
-rw-r--r--audio/faad2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index 791dc5e992b..39654517b6f 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2007/07/01 15:50:01 heinz Exp $
+# $NetBSD: Makefile,v 1.40 2007/12/09 10:55:30 drochner Exp $
-DISTNAME= faad2-2.0
-PKGREVISION= 9
+DISTNAME= faad2-2.6.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
@@ -42,5 +41,4 @@ pre-configure:
autoconf; \
done
-.include "../../multimedia/libmp4v2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"