mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/mpd: update to version 0.24.7
Version 0.24.7 change log: * decoder - ffmpeg: allow seeking only if both AVFormatContext and InputStream allow it * playlist - cue: strip UTF-8 byte order marker * Linux: disable the iowait state for io_uring * fix GCC 16 compiler warning * fix spurious linker failures Signed-off-by: Andreas Ziegler <br025@umbiko.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
04b64c8502
commit
c1ff33e6a4
@@ -1,3 +1,3 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 8ce34a010577feb42999a96d867325c6d38bf7ae1b7a57f878d7e548c1fd1fa9 mpd-0.24.6.tar.xz
|
||||
sha256 47c4f146f39a09979ca65d232063d7df566b101c5b36ca8895083f9f278b0460 mpd-0.24.7.tar.xz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
MPD_VERSION_MAJOR = 0.24
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).6
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).7
|
||||
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