From patchwork Sat Oct 11 10:17:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9180 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ckKLp3kkDz3x7P for ; Sat, 11 Oct 2025 10:18:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ckKLn4pZ1z447 for ; Sat, 11 Oct 2025 10:18:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ckKLm2L34z333Q for ; Sat, 11 Oct 2025 10:18:08 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ckKLj5G6mz32pG for ; Sat, 11 Oct 2025 10:18:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ckKLj3qblzD6; Sat, 11 Oct 2025 10:18:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760177885; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=n+QshWoqivS4coSqJ3Q6UM3/5gM9pzWfoVe1RdS0uD0=; b=DXeiwTA1EM95bxnSIWoOq1B2yRl67qAKJjd792fgn36kdFMBS6Z+p1r7MUHzWOTJQDdzpX WBdAlu9Ic72QRQAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760177885; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=n+QshWoqivS4coSqJ3Q6UM3/5gM9pzWfoVe1RdS0uD0=; b=jcqMB+T1u9j9cml6zoJ5/u+a+ISPRnCel42huH05yXTqCDbLm2c/PZlE09JImRBeJoYPOs 1qqnYbBoiuqd/YAG7hqkvGX/rdc1SHyEmsxWQLn9x0vuKb3XY/7E0WUKDGzmjr3ToVN5NH Mefwbj6+ApuIWzqvLQ0Nh1O6+PYrEtA2A2rqT00IdEZMwdV67PvvodPFbFB1/ATSC1A8m4 kbI7xkVvSRdwewifbdV/r2tdENNpNkN2SVQB1xfjHtjOgyQ6zyMnXFFbXe4a38RyhEVv4D /3qUXZzg8Dytc3WFfyx0CbolxPIJXydS1OWOZA5LZ2A9sX7/g0pwNZD3eit5YA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 4/5] libmpdclient: Update to version 2.23 Date: Sat, 11 Oct 2025 12:17:59 +0200 Message-ID: <20251011101800.17398-4-adolf.belka@ipfire.org> In-Reply-To: <20251011101800.17398-1-adolf.belka@ipfire.org> References: <20251011101800.17398-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- 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 # +# Copyright (C) 2007-2025 IPFire Team # # # # 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)