diff options
author | nia <nia@pkgsrc.org> | 2020-07-07 12:52:19 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-07 12:52:19 +0000 |
commit | 7680e6e6b3207e5ff9325a6ca9a2b978749371f9 (patch) | |
tree | 5ae8a9ee3c73ef3ac75581387b7908dac7cba561 /audio | |
parent | ad06e4bfb094ead5b6398ccf45bc038566e55ea9 (diff) | |
download | pkgsrc-7680e6e6b3207e5ff9325a6ca9a2b978749371f9.tar.gz |
musicpd: Update to 0.21.25
ver 0.21.25 (2020/07/06)
* protocol:
- fix crash when using "rangeid" while playing
* database
- simple: automatically scan new mounts
- upnp: fix compatibility with Plex DLNA
* storage
- fix disappearing mounts after mounting twice
- udisks: fix reading ".mpdignore"
* input
- file: detect premature end of file
- smbclient: don't send credentials to MPD clients
* decoder
- opus: apply pre-skip and end trimming
- opus: fix memory leak
- opus: fix crash bug
- vorbis: fix crash bug
* output
- osx: improve sample rate selection
- osx: fix noise while stopping
* neighbor
- upnp: fix crash during shutdown
* Windows/Android:
- fix Boost detection after breaking change in Meson 0.54
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 e917789b2d6..634694308a8 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.222 2020/06/13 18:15:08 nia Exp $ +# $NetBSD: Makefile,v 1.223 2020/07/07 12:52:19 nia Exp $ -DISTNAME= mpd-0.21.24 +DISTNAME= mpd-0.21.25 PKGNAME= ${DISTNAME:S/mpd/musicpd/} CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/0.21/ diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 9440e8eae37..e0f00e74992 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.116 2020/06/13 18:15:08 nia Exp $ +$NetBSD: distinfo,v 1.117 2020/07/07 12:52:19 nia Exp $ -SHA1 (mpd-0.21.24.tar.xz) = ffbc50a8a08951de132ba990b93d55cade58ef57 -RMD160 (mpd-0.21.24.tar.xz) = 4badc3c4643548704d7c537f5a3ada623fa523b4 -SHA512 (mpd-0.21.24.tar.xz) = dd0f97cdb405a0995ceafb965d2e872c54b27b384a721efa8d13ae7e28544b22da9e94433bc544f475d8da52d06c020842b11104cbfbc41406a10599db2d005c -Size (mpd-0.21.24.tar.xz) = 681576 bytes +SHA1 (mpd-0.21.25.tar.xz) = 7e733fc9bf98c9c25f6b780e0df2347d0f1717b2 +RMD160 (mpd-0.21.25.tar.xz) = 9951bf096e8d6d6fe3a07a82d660caf1d2bd91af +SHA512 (mpd-0.21.25.tar.xz) = 67e0cbf176d18cd63effab0d12b22bea846458cbaa383ead9078c4b5f2a472dbb1d7308af4d6898691e8864a911c808af5ca2c553d8233323b8aaedfdc7189fc +Size (mpd-0.21.25.tar.xz) = 683768 bytes SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6 SHA1 (patch-src_output_plugins_SolarisOutputPlugin.cxx) = 16f366dfc41b712753ed8da32389848a2cd84f4d |