From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] mpd: Update to version 0.23.14 Date: Sat, 11 Nov 2023 11:58:50 +0100 Message-ID: <20231111105850.717840-8-adolf.belka@ipfire.org> In-Reply-To: <20231111105850.717840-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3924742684122516353==" List-Id: --===============3924742684122516353== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.24.13 to 0.24.14 - Update of rootfile not required - Changelog 0.23.14 (2023/10/08) * decoder - flac: fix scanning files with non-ASCII names on Windows - mad: fix calculation of LAME peak values * mixer - wasapi: fix problem setting volume * more libfmt 10 fixes * fix auto-detected systemd unit directory * Android - require Android 7 or newer Signed-off-by: Adolf Belka --- lfs/mpd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/mpd b/lfs/mpd index cd9702f9a..a9807b3cd 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Music Player Daemon =20 -VER =3D 0.23.13 +VER =3D 0.23.14 =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 32 +PAK_VER =3D 33 # SUP_ARCH =3D aarch64 x86_64 =20 DEPS =3D alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libi= d3tag 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 02907f08cc504d0fbf703179b333b301c7ad8fc8535d85305faa79= 62dd7faa164f4492286902cb48eaf3db2a1445b541b1261c18a89ca8a73e80016af9581e26 +$(DL_FILE)_BLAKE2 =3D c048f128111d1d65775c317182b91d113339a5b09d3005c320cc3b= 14a79b7c1da0d1ba3d53f6bf348a3a404ceea33c1ad2427225f4a1f3d1cde4a921e71d6e1c =20 install : $(TARGET) =20 --=20 2.42.1 --===============3924742684122516353==--