From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 2/2] mpd: Update to version 0.23.10 Date: Sun, 27 Nov 2022 11:55:21 +0000 Message-ID: In-Reply-To: <20221125173812.3342520-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2820008786334461220==" List-Id: --===============2820008786334461220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 25 Nov 2022, at 17:38, Adolf Belka wrote: >=20 > - 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=3Dmixer > * 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 >=20 > Signed-off-by: Adolf Belka > --- > lfs/mpd | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/mpd b/lfs/mpd > index afc4ae5cb..ef849b593 100644 > --- a/lfs/mpd > +++ b/lfs/mpd > @@ -26,7 +26,7 @@ include Config >=20 > SUMMARY =3D Music Player Daemon >=20 > -VER =3D 0.23.8 > +VER =3D 0.23.10 >=20 > THISAPP =3D mpd-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/${THISAPP} > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D mpd > -PAK_VER =3D 27 > +PAK_VER =3D 28 > SUP_ARCH =3D aarch64 armv6l x86_64 >=20 > DEPS =3D alsa avahi faad2 ffmpeg flac lame libmad libshout libogg lib= id3tag libvorbis opus soxr fmt > @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D fd2dd32bc935cb78d9204bccea6ed52f5131ae4645efca91323d= b930373a5fa14115a767daa11d670aaf46e218c52578d155b9a463ed5aae007e1f55d0208d3a > +$(DL_FILE)_BLAKE2 =3D 6b648971412a5f83fe9ff2694c030b451393c415de9c34cbea98= 94555ac7ea87c5a991edfdd41c7cd76511ae0680ecab35eb36ceae5e372900518c9cf5e9c55c >=20 > install : $(TARGET) >=20 > --=20 > 2.38.1 >=20 --===============2820008786334461220==--