diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 14:43:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 14:43:17 +0000 |
commit | 1e4d4bad62df0d84d0106e5c3378348567b2a306 (patch) | |
tree | 37808af4fb2f89fcd02f74d49bb786d4758b6322 /audio | |
parent | 7256157890bc05625ebaae33d8a380b2b5f8121a (diff) | |
download | pkgsrc-1e4d4bad62df0d84d0106e5c3378348567b2a306.tar.gz |
Updated musicpd to 0.20.10.
ver 0.20.10 (2017/08/24)
* decoder
- ffmpeg: support MusicBrainz ID3v2 tags
* tags
- aiff: fix FORM chunk size endianess (is big-endian)
* mixer
- osx: add a mixer for OSX.
* fix crash when resuming playback before decoder is ready
* fix crash on Windows
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 5 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index e392882eaf9..9abdabfcfcb 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.148 2017/08/24 20:03:05 adam Exp $ +# $NetBSD: Makefile,v 1.149 2017/09/04 14:43:17 wiz Exp $ -DISTNAME= mpd-0.20.9 +DISTNAME= mpd-0.20.10 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpd/0.20/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index d6ac8983dc7..f8ffb8d736e 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.82 2017/06/14 15:53:09 wiz Exp $ +$NetBSD: distinfo,v 1.83 2017/09/04 14:43:17 wiz Exp $ -SHA1 (mpd-0.20.9.tar.xz) = 3d6ee5a903ce2c4925ee954543f37abbe977d20e -RMD160 (mpd-0.20.9.tar.xz) = 5f32c4340ef8928dc18da18e55677a4233212357 -SHA512 (mpd-0.20.9.tar.xz) = 3b29fed4146ca09e3b5866aeea280ca3fb412d182a940da6c1418525e251385fdb18bb58ea99754ad5ba3704a3e2033ff2ef54c392117af7c0be30b78708a2e7 -Size (mpd-0.20.9.tar.xz) = 773404 bytes +SHA1 (mpd-0.20.10.tar.xz) = acb9c08a855f5777e4ecd4507c8964794a71e6b1 +RMD160 (mpd-0.20.10.tar.xz) = 59b016069b164cfee68d9ad857c35bd494d1fa89 +SHA512 (mpd-0.20.10.tar.xz) = bac6a71e5b85600c590eae6b785474574cf0d7b03d9add537161b968a2997a975a597639a9fece119a01a7e27b5207523e4ae30b2f4f35791eff8c3ff26d107c +Size (mpd-0.20.10.tar.xz) = 778828 bytes |