From patchwork Sat Oct 11 10:18:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9181 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 4ckKLp4K7yz3xNb 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 4ckKLn6d2Xz3vs 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 4ckKLm3XJHz333s 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 4ckKLj6gtlz32wf 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 4ckKLj5CxGz1nf; 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=08d/fQELA2Mgy3qjddN4L8zc0WYV7zQYbA2afSvY8b8=; b=U022C9QhBsUpjBhA2NEOocPiWA2wJLrOX0sbxr71d/jYfGXgmeLDNPLyib74zoaynfYmFs tpdt0Ofy94sdh6Bg== 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=08d/fQELA2Mgy3qjddN4L8zc0WYV7zQYbA2afSvY8b8=; b=nqQg0S4yKLasVytKSTyxc8nXNkvjO1DsQPAHigrQmPPGloAz5WbgdfNDVeDiIconjQmoIa 94YJ+1grdk4N6P4+jldciOcJC3T1gkSFe8n0EJzB9osDn2KCFJJp3TBofMmXpkX1stO0FU lQDMZPoDE3114YfM4GRcCg6dR1sDiDzS1K5dMcRC55V2r0YCV/qPWf5tfHL9JW2qHslAoa v/0mNvu4voPwvbodtXpUSZGEw/14LTLi6nySln9/adIMWQgb9ePHzFwu9o2R0K5lyKu9p2 qikBYuDdyXn5HlcJOmEFsHyvypdSffLnOSAcgRV0oq63BmFYQpureStjB3TkhA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 5/5] mpd: Update to version 0.24.5 Date: Sat, 11 Oct 2025 12:18:00 +0200 Message-ID: <20251011101800.17398-5-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 0.24.4 to 0.24.5 - Update of rootfile not required - Changelog 0.24.5 * database - fix disappearing playlist files * decoder - ffmpeg: handle "*.aif" files - mpg123: add option "full_scan" - mpg123: support seeking on remote files - mpg123: work around libmpg123 ID3 corruption bug - sidplay: add support for PSID files * output - pipewire: fix resuming playback after it was paused by "single" mode * Windows - fix libfmt error "what(): invalid utf8" Signed-off-by: Adolf Belka --- lfs/mpd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/mpd b/lfs/mpd index 410208f4f..f49edbbfa 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -26,7 +26,7 @@ include Config SUMMARY = Music Player Daemon -VER = 0.24.4 +VER = 0.24.5 THISAPP = mpd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 45 +PAK_VER = 46 # SUP_ARCH = aarch64 x86_64 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f373d19bec84bfe0f3d54ad5eb1966de51074333bb0bd822cae735819c2896b947d1fb4c7bb753d42a7781111b8787b4646f1ce6e89c8c57c3192071d3145424 +$(DL_FILE)_BLAKE2 = 482b317f28b714f1c3f423f481f8a58f392293d98bf13f93a857abe49a9dfdc6c3c08c8d57d5223789b222fcf549cbb35a3c1a5e52c2d4ccb429f1086ac60371 install : $(TARGET)