diff options
author | obache <obache@pkgsrc.org> | 2008-07-25 14:20:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-25 14:20:58 +0000 |
commit | 5f703c86c674d8b9399f0c72226c91440ac7ba60 (patch) | |
tree | 4fb4aa0c3949fa85ee3bfc553cc8064923b94792 /audio/bmp-musepack | |
parent | af767ebede1c7b5c21d63026eea037e3c4ba4078 (diff) | |
download | pkgsrc-5f703c86c674d8b9399f0c72226c91440ac7ba60.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')
-rw-r--r-- | audio/bmp-musepack/Makefile | 8 | ||||
-rw-r--r-- | audio/bmp-musepack/distinfo | 8 |
2 files changed, 8 insertions, 8 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" diff --git a/audio/bmp-musepack/distinfo b/audio/bmp-musepack/distinfo index 080120b03e7..bdebd8ec9b2 100644 --- a/audio/bmp-musepack/distinfo +++ b/audio/bmp-musepack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 20:39:43 agc Exp $ +$NetBSD: distinfo,v 1.3 2008/07/25 14:20:58 obache Exp $ -SHA1 (bmp-musepack-1.1.tar.bz2) = f1229f3f772986c541d71a3deb8292cec9565943 -RMD160 (bmp-musepack-1.1.tar.bz2) = 7bb347c0193d93d6aea8850175ef441ec57056b6 -Size (bmp-musepack-1.1.tar.bz2) = 205382 bytes +SHA1 (bmp-musepack-1.2.tar.bz2) = e02b455d2289802218b2dee967e7c1c1c7b85c54 +RMD160 (bmp-musepack-1.2.tar.bz2) = d5672544c10b5c2a2f7e8380aaeb6258495f35da +Size (bmp-musepack-1.2.tar.bz2) = 217862 bytes |