summaryrefslogtreecommitdiff
path: root/audio/bmp-musepack/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-07-25 14:20:58 +0000
committerobache <obache>2008-07-25 14:20:58 +0000
commit50f1f2463f86cffaee7e3bfb7a98e36e1d1c6ae5 (patch)
tree4fb4aa0c3949fa85ee3bfc553cc8064923b94792 /audio/bmp-musepack/Makefile
parentf5b81703625369aa44ce483ffc53437fdfd29403 (diff)
downloadpkgsrc-50f1f2463f86cffaee7e3bfb7a98e36e1d1c6ae5.tar.gz
Update bmp-musepack to 1.2.
1.2 General code refactoring Taglib dependency for ape/id3v1 tags Not using vfs anymore Lots of memleaks removed Various bugs corrected Safer multithreading Updated for libmpcdec-1.2 1.1.2 port to new C libmusepack
Diffstat (limited to 'audio/bmp-musepack/Makefile')
-rw-r--r--audio/bmp-musepack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile
index c1b0b454928..df021617097 100644
--- a/audio/bmp-musepack/Makefile
+++ b/audio/bmp-musepack/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2008/06/16 13:35:02 obache Exp $
+# $NetBSD: Makefile,v 1.14 2008/07/25 14:20:58 obache Exp $
#
-DISTNAME= bmp-musepack-1.1
-PKGREVISION= 3
+DISTNAME= bmp-musepack-1.2
CATEGORIES= audio
MASTER_SITES= http://files.musepack.net/linux/plugins/
EXTRACT_SUFX= .tar.bz2
@@ -19,5 +18,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../audio/bmp/buildlink3.mk"
-.include "../../audio/libmusepack/buildlink3.mk"
+.include "../../audio/libmpcdec/buildlink3.mk"
+.include "../../audio/taglib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"