summaryrefslogtreecommitdiff
path: root/audio/xmms-faad
diff options
context:
space:
mode:
authordrochner <drochner>2007-12-09 10:55:30 +0000
committerdrochner <drochner>2007-12-09 10:55:30 +0000
commitb214eaf5c6f8d20dddec98b88985c0d9015a9c72 (patch)
tree353e22e44e5bc5e37159e67ba371a9d4ef14cca8 /audio/xmms-faad
parentb9dcbab2be3fb045aed4c79554fa78d06b9bc62e (diff)
downloadpkgsrc-b214eaf5c6f8d20dddec98b88985c0d9015a9c72.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/xmms-faad')
-rw-r--r--audio/xmms-faad/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile
index bb1ac832542..becec968cae 100644
--- a/audio/xmms-faad/Makefile
+++ b/audio/xmms-faad/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2007/02/09 20:10:50 drochner Exp $
+# $NetBSD: Makefile,v 1.13 2007/12/09 10:55:37 drochner Exp $
-DISTNAME= faad2-2.0
-PKGNAME= xmms-faad-2.0
-PKGREVISION= 2
+DISTNAME= faad2-2.6.1
+PKGNAME= xmms-faad-2.6.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
@@ -27,7 +26,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-xmms
CONFIGURE_ARGS+= --with-mp4v2
-BUILD_DIRS= plugins/xmms/src
+BUILD_DIRS= common/mp4ff plugins/xmms/src
INSTALL_DIRS= plugins/xmms
pre-configure:
@@ -44,6 +43,5 @@ pre-configure:
.include "../../audio/faad2/buildlink3.mk"
.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/xmms/buildlink3.mk"
-.include "../../multimedia/libmp4v2/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"