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/Makefile | |
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/Makefile')
-rw-r--r-- | audio/musicpd/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |