From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH 4/5] libmpdclient: Update to version 2.23
Date: Sat, 11 Oct 2025 12:17:59 +0200 [thread overview]
Message-ID: <20251011101800.17398-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20251011101800.17398-1-adolf.belka@ipfire.org>
- Update from version 2.22 to 2.23
- Update of rootfile
- Changelog
2.23
* support MPD protocol 0.24.0
- allow window for listplaylist and listplaylistinfo
- command "playlistlength", "protocol", "stickertypes", "stickernamestypes",
"searchplaylist"
- tag "ShowMovement"
- new sticker find api
- new subcommands for "tagtypes": "available", "reset"
* Support open end for mpd_search_add_window
* format floating-point numbers with the POSIX localew
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/packages/libmpdclient | 3 ++-
lfs/libmpdclient | 12 +++++++-----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/config/rootfiles/packages/libmpdclient b/config/rootfiles/packages/libmpdclient
index 1c9da51f9..412080013 100644
--- a/config/rootfiles/packages/libmpdclient
+++ b/config/rootfiles/packages/libmpdclient
@@ -11,6 +11,7 @@
#usr/include/mpd/directory.h
#usr/include/mpd/entity.h
#usr/include/mpd/error.h
+#usr/include/mpd/feature.h
#usr/include/mpd/fingerprint.h
#usr/include/mpd/idle.h
#usr/include/mpd/list.h
@@ -44,7 +45,7 @@
#usr/include/mpd/version.h
usr/lib/libmpdclient.so
usr/lib/libmpdclient.so.2
-usr/lib/libmpdclient.so.2.22
+usr/lib/libmpdclient.so.2.23
#usr/lib/pkgconfig/libmpdclient.pc
#usr/share/doc/libmpdclient
#usr/share/doc/libmpdclient/AUTHORS
diff --git a/lfs/libmpdclient b/lfs/libmpdclient
index 6335f1b4a..293236a04 100644
--- a/lfs/libmpdclient
+++ b/lfs/libmpdclient
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -26,7 +26,7 @@ include Config
SUMMARY = Library for interfacing the Music Player Daemon
-VER = 2.22
+VER = 2.23
THISAPP = libmpdclient-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libmpdclient
-PAK_VER = 6
+PAK_VER = 7
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 2ff692baaeb8160ce757e754ae08db57aca803628989e4dc3616f88eb02ebf1823d269d5a17afaa32bf32c7a384da0342db1ef083199f85ea7e0687cae0e8455
+$(DL_FILE)_BLAKE2 = bd58d6616cd8fa0d58d58a8f464ac9d27c5151f7ca6db2574effddfe8e389dc110a7049a018e54c4c1ae06300f7906f96d33ee643afcb4f1b32e2e89ad78c515
install : $(TARGET)
@@ -82,7 +82,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
$(UPDATE_AUTOMAKE)
- cd $(DIR_APP) && meson --prefix=/usr builddir/
+ cd $(DIR_APP) && meson setup \
+ --prefix=/usr \
+ builddir/
cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING)
cd $(DIR_APP) && ninja -C builddir/ install
@rm -rf $(DIR_APP)
--
2.51.0
next prev parent reply other threads:[~2025-10-11 10:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-11 10:17 [PATCH 1/5] coreutils: Update to version 9.8 Adolf Belka
2025-10-11 10:17 ` [PATCH 2/5] core199: Ship coreutils Adolf Belka
2025-10-11 10:17 ` [PATCH 3/5] mympd: Update to version 22.0.4 and work with coreutils-9.8 Adolf Belka
2025-10-11 10:17 ` Adolf Belka [this message]
2025-10-11 10:18 ` [PATCH 5/5] mpd: Update to version 0.24.5 Adolf Belka
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=20251011101800.17398-4-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