From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/3] mpc: Update to version 0.34
Date: Fri, 29 Apr 2022 14:05:22 +0200 [thread overview]
Message-ID: <20220429120522.3484043-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20220429120522.3484043-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1459 bytes --]
- 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(a)ipfire.org>
---
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
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)
--
2.36.0
prev parent reply other threads:[~2022-04-29 12:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-29 12:05 [PATCH 1/3] mpd: Update to version 0.23.6 Adolf Belka
2022-04-29 12:05 ` [PATCH 2/3] fmt: Addition of new build time dependency for mpd Adolf Belka
2022-04-29 12:05 ` Adolf Belka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220429120522.3484043-3-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox