diff options
author | simonb <simonb> | 2004-06-29 08:24:20 +0000 |
---|---|---|
committer | simonb <simonb> | 2004-06-29 08:24:20 +0000 |
commit | b2c01e3d682a588a0f6c758accad652b5c3ea7f0 (patch) | |
tree | 507d439079ea588814d2d3419e2ab616afb312d6 | |
parent | e12e5303771a7f43f12324decf3f8c2596a5c5f4 (diff) | |
download | pkgsrc-b2c01e3d682a588a0f6c758accad652b5c3ea7f0.tar.gz |
Update to version 0.11.1.
Changes include:
. Added support for HTTP Proxy
. Detect and skip recursive links in the music directory
. Support for playing mp3 and Ogg Vorbis streams
. Replaygain support for Ogg Vorbis and FLAC
. Update specific files/directories (for fast, incremental updating)
. Play after stop resumes from last position in the playlist
. Play while pause resumes playback
-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 d0cb907bcda..336864d304f 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/05/20 16:13:05 danw Exp $ +# $NetBSD: Makefile,v 1.3 2004/06/29 08:24:20 simonb Exp $ DISTNAME= mpd-${PKGVERSION} -PKGNAME= musicpd-0.10.3 +PKGNAME= musicpd-0.11.1 CATEGORIES= audio MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index ac02b4eaac0..5eeda097b0c 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/05/05 08:08:59 mrg Exp $ +$NetBSD: distinfo,v 1.4 2004/06/29 08:24:20 simonb Exp $ -SHA1 (mpd-0.10.3.tar.gz) = fa093eb6f01d1cb3522380084451432b40873c96 -Size (mpd-0.10.3.tar.gz) = 815429 bytes +SHA1 (mpd-0.11.1.tar.gz) = 78d2c3ba81c8e6249cebf1ba6a651b4bba8a1f46 +Size (mpd-0.11.1.tar.gz) = 1116854 bytes |