From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] mpc: Update to version 0.34 Date: Fri, 29 Apr 2022 14:05:22 +0200 Message-ID: <20220429120522.3484043-3-adolf.belka@ipfire.org> In-Reply-To: <20220429120522.3484043-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7194107857602562310==" List-Id: --===============7194107857602562310== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.33 to 0.34 - Combined this patch with update to mpd as mpc depends on mpd - Changelog 0.34 (2021/11/30) * add commands "albumart", "readpicture" * don't print status after error * custom status format * support grouping "list" results * meson: auto-build libmpdclient if not available * require libmpdclient 2.16 or newer * require MPD 0.21 or newer Signed-off-by: Adolf Belka --- lfs/mpc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/mpc b/lfs/mpc index 06aa9c890..78fd9488c 100644 --- a/lfs/mpc +++ b/lfs/mpc @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Client for the Music Player Daemon =20 -VER =3D 0.33 +VER =3D 0.34 =20 THISAPP =3D mpc-$(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 mpc -PAK_VER =3D 8 +PAK_VER =3D 9 =20 DEPS =3D mpd libmpdclient =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 220848e088964297fbaddeedf61d5ddc90386df360a6af81b2d375= 3517f7ee36ff3d9462242f38b17c991996927a7d1fc253e1006253f2f875023ddb75a800c2 +$(DL_FILE)_BLAKE2 =3D 709f54ceebd66f703e5b1bf6ff8deb890e484fdc29c0b219892276= 3e347caac89d6eec5f74101f9fa860436e7493e2b02cc6b1b26e800e783546fe5a0c6e0d8f =20 install : $(TARGET) =20 --=20 2.36.0 --===============7194107857602562310==--