diff options
author | wiz <wiz@pkgsrc.org> | 2020-10-18 14:43:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-10-18 14:43:59 +0000 |
commit | 44f52650263ea98820a11aa73d3393f0f052e00a (patch) | |
tree | 1aa0bbfa722a450389dd0568e0eb04d20ef8a4ae /audio/musicpd | |
parent | a672ef976d54f2e48482462f00a9a80fe12a2e14 (diff) | |
download | pkgsrc-44f52650263ea98820a11aa73d3393f0f052e00a.tar.gz |
musicpd: update to 0.22.1.
ver 0.22.1 (2020/10/17)
* decoder
- opus: apply the OpusHead output gain even if there is no EBU R128 tag
- opus: fix track/album ReplayGain fallback
* output
- alsa: don't deadlock when the ALSA driver is buggy
- jack, pulse: reduce the delay when stopping or pausing playback
* playlist
- cue: fix two crash bugs
* state_file: fix the state_file_interval setting
Diffstat (limited to 'audio/musicpd')
-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 cfa747b590d..5eae258d6db 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.226 2020/10/02 09:47:09 wiz Exp $ +# $NetBSD: Makefile,v 1.227 2020/10/18 14:43:59 wiz Exp $ -DISTNAME= mpd-0.22 +DISTNAME= mpd-0.22.1 PKGNAME= ${DISTNAME:S/mpd/musicpd/} CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/0.22/ diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 4ddd57c4b21..33004234540 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.118 2020/10/02 09:47:09 wiz Exp $ +$NetBSD: distinfo,v 1.119 2020/10/18 14:43:59 wiz Exp $ -SHA1 (mpd-0.22.tar.xz) = 5dd348085f39e6c6259a771e49d992370d55872e -RMD160 (mpd-0.22.tar.xz) = b1b54c521796b26e20c60f1ab1b3600fed0ae397 -SHA512 (mpd-0.22.tar.xz) = 2a6671dc2392dbac65d8339b8cfe86626fc46727bedab80266b24c6d63b0a26a832fc233576866ab5115627efdaa61bbe6876f4d33cb48c21e16fb5b74d3cfe4 -Size (mpd-0.22.tar.xz) = 722940 bytes +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 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e |