diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-12 20:22:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-12 20:22:50 +0000 |
commit | 4ffc20a22f7cd059badb2a66cf667277b67c7f13 (patch) | |
tree | ee22858a28342123f24ae1b2ef1e72d478f6d9e3 /audio | |
parent | 3082f17c5dbc421ab96e2fc709900a20fe78f946 (diff) | |
download | pkgsrc-4ffc20a22f7cd059badb2a66cf667277b67c7f13.tar.gz |
Updated musicpd to 0.20.6.
ver 0.20.6 (2017/03/10)
* input
- curl: fix headers after HTTP redirect to Shoutcast server
* decoder
- ffmpeg: re-enable as fallback
- mpcdec: fix crash (division by zero) after seeking
- sidplay: make compatible with libsidplayfp < 1.8
* fix stream tags after automatic song change
* workaround for GCC 4.9.4 / libstdc++ bug (build failure)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 4 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 3bc08aadb85..b864079dff9 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.142 2017/02/27 10:46:01 wiz Exp $ +# $NetBSD: Makefile,v 1.143 2017/03/12 20:22:50 wiz Exp $ -DISTNAME= mpd-0.20.5 +DISTNAME= mpd-0.20.6 PKGNAME= ${DISTNAME:S/mpd/musicpd/} CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpd/0.20/ diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 984a20ed8c8..e756e5e99d6 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.79 2017/02/27 10:46:01 wiz Exp $ +$NetBSD: distinfo,v 1.80 2017/03/12 20:22:50 wiz Exp $ -SHA1 (mpd-0.20.5.tar.xz) = b6c8e8913979f428771b8e498b334725793a4589 -RMD160 (mpd-0.20.5.tar.xz) = 5875f6c5c2300c1d7b03368bbd98426eca0e640a -SHA512 (mpd-0.20.5.tar.xz) = 0fc89c76bf9fa492f06ad44e27446da8cb8ba23694161366fd62b90eea7562176ddad9996445306c716579e495f59cff19806b06d49bfaa5dfee6987e021e9fc -Size (mpd-0.20.5.tar.xz) = 771276 bytes +SHA1 (mpd-0.20.6.tar.xz) = 33bb4023e77efc17f041c4a864844138a2968903 +RMD160 (mpd-0.20.6.tar.xz) = c54e975c50cd2345b588a94e6b0032f341834d6c +SHA512 (mpd-0.20.6.tar.xz) = 3377e095eaf8cd3ae14e4218fd85d1bcd79d29899ad4c61f5cd2a0b714c5e8aa22aa3b8bd54477195b93ddd44b8e82f8c6428c8f36174c98cba631554224dcfe +Size (mpd-0.20.6.tar.xz) = 772140 bytes |