mpc: Update to version 0.34

- 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 <adolf.belka@ipfire.org>
This commit is contained in:
Adolf Belka
2022-04-29 14:05:22 +02:00
committed by Peter Müller
parent 66c022d887
commit eac8a6fbb8

View File

@@ -26,7 +26,7 @@ include Config
SUMMARY = Client for the Music Player Daemon
VER = 0.33
VER = 0.34
THISAPP = mpc-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mpc
PAK_VER = 8
PAK_VER = 9
DEPS = mpd libmpdclient
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 220848e088964297fbaddeedf61d5ddc90386df360a6af81b2d3753517f7ee36ff3d9462242f38b17c991996927a7d1fc253e1006253f2f875023ddb75a800c2
$(DL_FILE)_BLAKE2 = 709f54ceebd66f703e5b1bf6ff8deb890e484fdc29c0b2198922763e347caac89d6eec5f74101f9fa860436e7493e2b02cc6b1b26e800e783546fe5a0c6e0d8f
install : $(TARGET)