mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/mpd: update to version 0.24.5
Version 0.24.5 change log: * database - fix disappearing playlist files * decoder - ffmpeg: handle "*.aif" files - mpg123: add option "full_scan" - mpg123: support seeking on remote files - mpg123: work around libmpg123 ID3 corruption bug - sidplay: add support for PSID files * output - pipewire: fix resuming playback after it was paused by "single" mode * Windows - fix libfmt error "what(): invalid utf8" Tested-by: Andreas Ziegler <br015@umbiko.net> Signed-off-by: Andreas Ziegler <br015@umbiko.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
ab470fbc8e
commit
866d89dfeb
@@ -1,3 +1,3 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 86035d6c63af32afa77fd5eb5ecd1c6afaef7cc352b28064edf51eea60f40d66 mpd-0.24.4.tar.xz
|
||||
sha256 69dfcba5c99c8d828d8f35dfb31eb0a4e34ce3813f54666af4d8247558160a13 mpd-0.24.5.tar.xz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
MPD_VERSION_MAJOR = 0.24
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).4
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).5
|
||||
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