diff options
author | simonb <simonb@pkgsrc.org> | 2004-07-07 05:45:19 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2004-07-07 05:45:19 +0000 |
commit | 8082b424fe9cc4d3a68c025efa7cf3718d61b805 (patch) | |
tree | ea0e35960c9f05313644c7ec0156cdaa5957f7cb /audio/musicpd | |
parent | e4c1482b1cf7a85abd0daa1ec03b1fab828c157c (diff) | |
download | pkgsrc-8082b424fe9cc4d3a68c025efa7cf3718d61b805.tar.gz |
Update to version 0.11.2. Changes include:
1) Work around in computing total time for mp3's whose first valid mpeg
frame is not layer III
2) Fix mp3 and mp4 decoders when seeking past the end of the file
3) Fix replaygain for flac and vorbis
4) Fix memory leaks in flac decoder (from normalperson)
5) Fix Several other bugs in playlist.c and directory.c (from normalperson)
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 4 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 336864d304f..55596095f76 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/06/29 08:24:20 simonb Exp $ +# $NetBSD: Makefile,v 1.4 2004/07/07 05:45:19 simonb Exp $ DISTNAME= mpd-${PKGVERSION} -PKGNAME= musicpd-0.11.1 +PKGNAME= musicpd-0.11.2 CATEGORIES= audio MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 5eeda097b0c..a42d1afc430 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/06/29 08:24:20 simonb Exp $ +$NetBSD: distinfo,v 1.5 2004/07/07 05:45:19 simonb Exp $ -SHA1 (mpd-0.11.1.tar.gz) = 78d2c3ba81c8e6249cebf1ba6a651b4bba8a1f46 -Size (mpd-0.11.1.tar.gz) = 1116854 bytes +SHA1 (mpd-0.11.2.tar.gz) = b758413bbfea48ad768c701c528634d1f19e0e62 +Size (mpd-0.11.2.tar.gz) = 1118098 bytes |