]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
mpc: Update to version 0.34
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 29 Apr 2022 12:05:22 +0000 (14:05 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 2 May 2022 20:22:22 +0000 (20:22 +0000)
- 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>
lfs/mpc

diff --git a/lfs/mpc b/lfs/mpc
index 06aa9c890d9a9b1017c2fa7ef26c3dedb87a96e6..78fd9488c6aee2b5f653eae73f3ce154cb4b8af0 100644 (file)
--- a/lfs/mpc
+++ b/lfs/mpc
@@ -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)