diff options
author | wiz <wiz@pkgsrc.org> | 2020-04-28 17:36:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-04-28 17:36:54 +0000 |
commit | e2224b1bc9247e5399dd2e6fd8f6a8754d02dfb8 (patch) | |
tree | b01adf3e6ed3f1935a67cb5fed1d10610f028fad /audio | |
parent | 8510b7fd96bbb887114f19ab27a7ff990e646638 (diff) | |
download | pkgsrc-e2224b1bc9247e5399dd2e6fd8f6a8754d02dfb8.tar.gz |
musicpd: update to 0.21.23.
ver 0.21.23 (2020/04/23)
* protocol
- add tag fallback for AlbumSort
* storage
- curl: fix corrupt "href" values in the presence of XML entities
- curl: unescape "href" values
* input
- nfs: fix crash bug
- nfs: fix freeze bug on reconnect
* decoder
- gme: adapt to API change in the upcoming version 0.7.0
* output
- alsa: implement channel mapping for 5.0 and 7.0
* player
- drain outputs at end of song in "single" mode
* Windows
- fix case insensitive search
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 b7bf353c2c3..420f5ff07ac 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.216 2020/04/15 08:48:13 wiz Exp $ +# $NetBSD: Makefile,v 1.217 2020/04/28 17:36:54 wiz Exp $ -DISTNAME= mpd-0.21.22 +DISTNAME= mpd-0.21.23 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/0.21/ EXTRACT_SUFX= .tar.xz diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 0205f118370..0026acf3be0 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.114 2020/04/15 08:48:04 wiz Exp $ +$NetBSD: distinfo,v 1.115 2020/04/28 17:36:54 wiz Exp $ -SHA1 (mpd-0.21.22.tar.xz) = 51a2965f6c14c27f5de7d96e7e80a7f5b387edf1 -RMD160 (mpd-0.21.22.tar.xz) = 1fe7d8193c52b0d65382ed990e2fd2b9692414ca -SHA512 (mpd-0.21.22.tar.xz) = 051d97500d8224fe4769a667a58c7915eebcca809e9345a30881f99d7c33d99907d9cc0258c0a5fd20f10609edbeb6da16941099ac3c033762ceb4b116e4df04 -Size (mpd-0.21.22.tar.xz) = 679244 bytes +SHA1 (mpd-0.21.23.tar.xz) = af40bc1e3af94686c8c4d07d753f2a64a3b64521 +RMD160 (mpd-0.21.23.tar.xz) = da94931efbc6160d4ab8fee981713576a8b28408 +SHA512 (mpd-0.21.23.tar.xz) = 155f606cd6ddce3e74d745a0f1479776d9f73b4cd250604072a863e28ea72d1ff1a7eafeae44cada7b16042251065634376eaa1a211b503e2f874c72dbcdecf0 +Size (mpd-0.21.23.tar.xz) = 680060 bytes SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6 SHA1 (patch-src_output_plugins_SolarisOutputPlugin.cxx) = 16f366dfc41b712753ed8da32389848a2cd84f4d |