mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/mpd: update to version 0.24.4
Version 0.24.4 change log: * protocol - fix stuck "getfingerprint" with io_uring * decoder - mpg123: support Icy stream tags - mpg123: use libid3tag to parse stream tags * tags - id3: fix assertion failure with broken AIFF/RIFF ID3 chunks * output - fix resuming playback after it was paused by "single" mode - alsa: fix compiler warning with alsa-lib 1.2.14 Signed-off-by: Andreas Ziegler <br015@umbiko.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
34b847933e
commit
5080f0af16
@@ -1,3 +1,3 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 4225680e068b2ad87e3c2de414ec3209758de93d671f89fa3bae90b70af478a2 mpd-0.24.3.tar.xz
|
||||
sha256 86035d6c63af32afa77fd5eb5ecd1c6afaef7cc352b28064edf51eea60f40d66 mpd-0.24.4.tar.xz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
MPD_VERSION_MAJOR = 0.24
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).3
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).4
|
||||
MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
|
||||
MPD_SITE = https://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
|
||||
MPD_DEPENDENCIES = host-pkgconf fmt
|
||||
|
||||
Reference in New Issue
Block a user