From patchwork Fri Nov 25 17:38:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6176 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NJhsk2dmgz3xfS for ; Fri, 25 Nov 2022 17:38:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NJhsj02F1z2rW; Fri, 25 Nov 2022 17:38:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NJhsh3F5Pz309T; Fri, 25 Nov 2022 17:38:16 +0000 (UTC) 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NJhsg2vJyz2ycW for ; Fri, 25 Nov 2022 17:38:15 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NJhsg1n0Dz2QT; Fri, 25 Nov 2022 17:38:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669397895; 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=RhAa092oXqzdObohVhY2CgAGKG8H6bRBz/UQNHkFSQ0=; b=w+iAmJyHMloVJY+VVYwFX2ngHNLFkKzSaSrjbXO9emm7goV852MAfAni9FeRLN2RCPfska tQYXGqXzbgczP7CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669397895; 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=RhAa092oXqzdObohVhY2CgAGKG8H6bRBz/UQNHkFSQ0=; b=LoFqVVzt1UznfCzLLwzQ0vpTzdlvZmmjTxxrH9i+BhkKQH6p7tJbAc+59cTy1Pb+/F5jPS WugilHr1BMR7IZsxQJ1djMd66NSl0TCkaQRCYRisLork94lwHyP6C2dxebNI8L+S99v/E4 amnbX+EFAiXK7u9B2XfDWkuLdDP2iWToYUQySBjK8tbAklj5aydsaYbuZ4q4xCHfdtouWk LOSlmlGB1W/KweshXUttQYWDLOfo02eKCro5PTNnhxqE4K4nkHI/TE4xcapzXV1Dv8FA9C LI3qbeT/HDa9uNPz7shZZYd+bmN5DImMYOgsPAdjyqovEIdPGumuaIBtCfj85g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] mpd: Update to version 0.23.10 Date: Fri, 25 Nov 2022 18:38:12 +0100 Message-Id: <20221125173812.3342520-2-adolf.belka@ipfire.org> In-Reply-To: <20221125173812.3342520-1-adolf.belka@ipfire.org> References: <20221125173812.3342520-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 0.23.8 to 0.23.10 - Update required to allow successful build with updated ffmpeg - Update of rootfile not required - Changelog ver 0.23.10 (2022/10/14) * storage - curl: fix file time stamps * decoder - ffmpeg: fix libfmt 9 compiler warning * encoder - flac: fix failure when libFLAC is built without Ogg support * output - alsa: fix crash bug * Windows - log to stdout by default, don't require "log_file" setting ver 0.23.9 (2022/08/18) * input - cdio_paranoia: add options "mode" and "skip" * decoder - ffmpeg: support FFmpeg 5.1 * filter - replay gain: fix delayed volume display with handler=mixer * output - pipewire: set app icon * fix bogus volume levels with multiple partitions * improve iconv detection * macOS: fix macOS 10 build problem (0.23.8 regression) * Android - load mpd.conf from app data directory Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/mpd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/mpd b/lfs/mpd index afc4ae5cb..ef849b593 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -26,7 +26,7 @@ include Config SUMMARY = Music Player Daemon -VER = 0.23.8 +VER = 0.23.10 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 = 27 +PAK_VER = 28 SUP_ARCH = aarch64 armv6l 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 = fd2dd32bc935cb78d9204bccea6ed52f5131ae4645efca91323db930373a5fa14115a767daa11d670aaf46e218c52578d155b9a463ed5aae007e1f55d0208d3a +$(DL_FILE)_BLAKE2 = 6b648971412a5f83fe9ff2694c030b451393c415de9c34cbea9894555ac7ea87c5a991edfdd41c7cd76511ae0680ecab35eb36ceae5e372900518c9cf5e9c55c install : $(TARGET)