musicpd: update to 0.21.18.
ver 0.21.18 (2019/12/24) * protocol - work around Mac OS X bug in the ISO 8601 parser * output - alsa: fix hang bug with ALSA "null" outputs * storage - curl: fix crash bug * drop support for CURL versions older than 7.32.0 * reduce unnecessary CPU wakeups ver 0.21.17 (2019/12/16) * protocol - relax the ISO 8601 parser: allow omitting field separators, the time of day and the "Z" suffix * archive - zzip: improve error reporting * outputs - jack: mark ports as terminal - shout: declare metadata as UTF-8 * fix build failure with -Ddatabase=false
This commit is contained in:
parent
cb4def7bc0
commit
b8cbc43371
3 changed files with 18 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.203 2019/12/04 11:00:23 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.204 2019/12/31 12:24:54 wiz Exp $
|
||||
|
||||
DISTNAME= mpd-0.21.16
|
||||
DISTNAME= mpd-0.21.18
|
||||
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://www.musicpd.org/download/mpd/0.21/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2019/10/24 21:36:45 nia Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2019/12/31 12:24:54 wiz Exp $
|
||||
bin/mpd
|
||||
man/man1/mpd.1
|
||||
man/man5/mpd.conf.5
|
||||
|
@ -12,12 +12,18 @@ share/doc/mpd/html/_sources/index.rst.txt
|
|||
share/doc/mpd/html/_sources/plugins.rst.txt
|
||||
share/doc/mpd/html/_sources/protocol.rst.txt
|
||||
share/doc/mpd/html/_sources/user.rst.txt
|
||||
share/doc/mpd/html/_static/ajax-loader.gif
|
||||
share/doc/mpd/html/_static/basic.css
|
||||
share/doc/mpd/html/_static/classic.css
|
||||
share/doc/mpd/html/_static/comment-bright.png
|
||||
share/doc/mpd/html/_static/comment-close.png
|
||||
share/doc/mpd/html/_static/comment.png
|
||||
share/doc/mpd/html/_static/doctools.js
|
||||
share/doc/mpd/html/_static/documentation_options.js
|
||||
share/doc/mpd/html/_static/down-pressed.png
|
||||
share/doc/mpd/html/_static/down.png
|
||||
share/doc/mpd/html/_static/file.png
|
||||
share/doc/mpd/html/_static/jquery-3.4.1.js
|
||||
share/doc/mpd/html/_static/jquery-3.2.1.js
|
||||
share/doc/mpd/html/_static/jquery.js
|
||||
share/doc/mpd/html/_static/language_data.js
|
||||
share/doc/mpd/html/_static/minus.png
|
||||
|
@ -27,6 +33,9 @@ share/doc/mpd/html/_static/searchtools.js
|
|||
share/doc/mpd/html/_static/sidebar.js
|
||||
share/doc/mpd/html/_static/underscore-1.3.1.js
|
||||
share/doc/mpd/html/_static/underscore.js
|
||||
share/doc/mpd/html/_static/up-pressed.png
|
||||
share/doc/mpd/html/_static/up.png
|
||||
share/doc/mpd/html/_static/websupport.js
|
||||
share/doc/mpd/html/developer.html
|
||||
share/doc/mpd/html/genindex.html
|
||||
share/doc/mpd/html/index.html
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.106 2019/12/04 11:00:23 nia Exp $
|
||||
$NetBSD: distinfo,v 1.107 2019/12/31 12:24:54 wiz Exp $
|
||||
|
||||
SHA1 (mpd-0.21.16.tar.xz) = 389023117eba5963a03222289f20f007b2afd3c0
|
||||
RMD160 (mpd-0.21.16.tar.xz) = 457ef719afd9296c94321501fc10d5e44e2eae71
|
||||
SHA512 (mpd-0.21.16.tar.xz) = bb7587acd03d675ae3127ab4e196d549170551ac643e5134baa2bccaf8d7c9bba6c9a9edec9bcb61a2ec3a6ce26f4d77190323ef0329033d0cd8c1f8964be05c
|
||||
Size (mpd-0.21.16.tar.xz) = 673732 bytes
|
||||
SHA1 (mpd-0.21.18.tar.xz) = 954c1cb1d864b779ff74a9b881121be7f25008cc
|
||||
RMD160 (mpd-0.21.18.tar.xz) = 1f0cb1e163637eef284fabed92cc2553b689ac6c
|
||||
SHA512 (mpd-0.21.18.tar.xz) = 68b4d9dc4be8454d7ef92df2a7b42513dc2d97bfd6b11ba99bce6709fc58ccbeab05419863bacb7a3427f1325bc88da74f9f4b48206222349085f02d0135e1a8
|
||||
Size (mpd-0.21.18.tar.xz) = 676084 bytes
|
||||
SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6
|
||||
SHA1 (patch-src_output_plugins_SolarisOutputPlugin.cxx) = 1bf5284c52446100f6c01ac94d6e82a0685ab13a
|
||||
|
|
Loading…
Reference in a new issue