musicpd: update to 0.22.3.
ver 0.22.3 (2020/11/06) * playlist - add option "as_directory", making CUE file expansion optional * storage - curl: fix crash bug * filter - fix garbage after "Audio format not supported by filter" message - ffmpeg: support planar output - ffmpeg: support sample formats other than 16 bit ver 0.22.2 (2020/10/28) * database - simple: purge songs and virtual directories for unavailable plugins on update * input - qobuz/tidal: fix protocol errors due to newlines in error messages - smbclient: disable by default due to libsmbclient crash bug * playlist - soundcloud: fix protocol errors due to newlines in error messages * state_file: save on shutdown
This commit is contained in:
parent
5dcf25c88b
commit
5c3aaaa58b
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.228 2020/11/05 09:07:28 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.229 2020/11/09 10:53:42 wiz Exp $
|
||||
|
||||
DISTNAME= mpd-0.22.1
|
||||
DISTNAME= mpd-0.22.3
|
||||
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://www.musicpd.org/download/mpd/0.22/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.119 2020/10/18 14:43:59 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.120 2020/11/09 10:53:42 wiz Exp $
|
||||
|
||||
SHA1 (mpd-0.22.1.tar.xz) = 1880a44bd914d1a69ff0bbac2dc4402edbc22611
|
||||
RMD160 (mpd-0.22.1.tar.xz) = 455b9a086aa2a4792224106cb7e3de48548ec503
|
||||
SHA512 (mpd-0.22.1.tar.xz) = b7c0156bb85bbc551435bbb9a49ed719e51fe0446dcecbaadbe083e705fc16da9d03d83814c7dcc041075a46544473cf63e5d1576dbc3961bfdfa44ef5fb27d7
|
||||
Size (mpd-0.22.1.tar.xz) = 725204 bytes
|
||||
SHA1 (mpd-0.22.3.tar.xz) = 30bb8adcb6665fa3863f181f14a513209876297a
|
||||
RMD160 (mpd-0.22.3.tar.xz) = ff696172405f6baad8dc0592ff6098326a617982
|
||||
SHA512 (mpd-0.22.3.tar.xz) = deeafbe1a95f777fa4f9f355293a648a3f7121fae8e299c92dbd43d821319ffa4182c558cb0691f65e90f243428cec2cf14f64e9572bc72fc6a2af0fd9c0cd60
|
||||
Size (mpd-0.22.3.tar.xz) = 726356 bytes
|
||||
SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e
|
||||
|
|
Loading…
Reference in a new issue