Reviewed-by: Michael Tremer > On 25 Nov 2022, at 17:38, Adolf Belka wrote: > > - Update from version 0.23.8 to 0.23.10 > - Update required to allow successful build with updated ffmpeg > - Update of rootfile not required > - Changelog > ver 0.23.10 (2022/10/14) > * storage > - curl: fix file time stamps > * decoder > - ffmpeg: fix libfmt 9 compiler warning > * encoder > - flac: fix failure when libFLAC is built without Ogg support > * output > - alsa: fix crash bug > * Windows > - log to stdout by default, don't require "log_file" setting > ver 0.23.9 (2022/08/18) > * input > - cdio_paranoia: add options "mode" and "skip" > * decoder > - ffmpeg: support FFmpeg 5.1 > * filter > - replay gain: fix delayed volume display with handler=mixer > * output > - pipewire: set app icon > * fix bogus volume levels with multiple partitions > * improve iconv detection > * macOS: fix macOS 10 build problem (0.23.8 regression) > * Android > - load mpd.conf from app data directory > > Signed-off-by: Adolf Belka > --- > lfs/mpd | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/mpd b/lfs/mpd > index afc4ae5cb..ef849b593 100644 > --- a/lfs/mpd > +++ b/lfs/mpd > @@ -26,7 +26,7 @@ include Config > > SUMMARY = Music Player Daemon > > -VER = 0.23.8 > +VER = 0.23.10 > > THISAPP = mpd-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/${THISAPP} > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = mpd > -PAK_VER = 27 > +PAK_VER = 28 > SUP_ARCH = aarch64 armv6l x86_64 > > DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt > @@ -49,7 +49,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = fd2dd32bc935cb78d9204bccea6ed52f5131ae4645efca91323db930373a5fa14115a767daa11d670aaf46e218c52578d155b9a463ed5aae007e1f55d0208d3a > +$(DL_FILE)_BLAKE2 = 6b648971412a5f83fe9ff2694c030b451393c415de9c34cbea9894555ac7ea87c5a991edfdd41c7cd76511ae0680ecab35eb36ceae5e372900518c9cf5e9c55c > > install : $(TARGET) > > -- > 2.38.1 >