From patchwork Thu Aug 11 12:29:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5856 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4M3R2R12Krz40Wj for ; Thu, 11 Aug 2022 12:29:35 +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 4M3R2P3M2vzyD; Thu, 11 Aug 2022 12:29:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M3R2P2d3Mz2ydm; Thu, 11 Aug 2022 12:29:33 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4M3R2N2VkQz2xGT for ; Thu, 11 Aug 2022 12:29:32 +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 4M3R2M2krSzdx; Thu, 11 Aug 2022 12:29:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1660220971; 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; bh=eyjRJAEBu1cJXNXxtweBw7Mi2b6ern5P6NxQt4s8n2c=; b=d5sL/L6WUfWf2mB9cQoQro926572U9mCyimjtaxbiY9RLZt/n6S9jwgpzR2PMthpAwwJ6O 3CkFUzVeEOG+8RBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1660220971; 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; bh=eyjRJAEBu1cJXNXxtweBw7Mi2b6ern5P6NxQt4s8n2c=; b=h8JSslseRiXMUvjknrwybA/sCboO6P0aB2gDe5RGXv3l4d5W2UJjKynsbravoGyaP9984w t0uNdMxkHVGBRvF/b4CCKF2+gYvy1KyBjlcRZqeX6VScZLb5fbmzmvHZqjrInNB3oCc5Sz h1ljnAiCtOlpJ80FHX2bjEisYP4zjH4PTRkPlUsjLXba7lHydq/uFRbYPDCuUj8pXLGpfA quDo8q64EQ8e+Qety4GNb3SEqw20BNQ4mjhWZO1F80o9RkqUJPbekDXplRWDVUnvS88mab nwUF3FKAizO7sxvBuq/fdTzt86bGlYzhqCogqQ15XBSQfylEOWbOBPWLz2pIaA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/2] mpd: Add fmt as a run time dependency Date: Thu, 11 Aug 2022 14:29:20 +0200 Message-Id: <20220811122921.3499697-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" Fixes: Bug#12909 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/mpd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mpd b/lfs/mpd index e4381fc1b..9e664bf41 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,10 +34,10 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 25 +PAK_VER = 26 SUP_ARCH = aarch64 armv6l x86_64 -DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr +DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt SERVICES = mpd From patchwork Thu Aug 11 12:29:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5857 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 4M3R2h1MdZz40Wj for ; Thu, 11 Aug 2022 12:29:48 +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 4M3R2g3KGgzdk; Thu, 11 Aug 2022 12:29:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M3R2g3NRRz2yF8; Thu, 11 Aug 2022 12:29:47 +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 4M3R2f17Rhz2yF8 for ; Thu, 11 Aug 2022 12:29:46 +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 4M3R2d6DvJzM6; Thu, 11 Aug 2022 12:29:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1660220985; 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=Kl1tUtnRBGCx2gbQtEAeXOYSRtInK1oUn3fxUVY8NYw=; b=oIUNnqr1y7O5f2E/l1BqlvPQ4DBrZ/g8m6JkHKuOt5bwgZ5K4gWQGVBdGVQTr36LCRKpMZ R/vU0huJ8rJY3zAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1660220985; 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=Kl1tUtnRBGCx2gbQtEAeXOYSRtInK1oUn3fxUVY8NYw=; b=u3rolo7WRmgZ7dCR6CNebO5verBEOcnpNt1LWqnNdtQJPNYShAqCK6ssxkIijabrodzQ4H sO8NdCZKJ00aGZzmTw+UOFcAwc9GSkAZN90pSKsUtHyu5w5wmApytvRWTRK2t76u7Etu23 nuJ+Msn1g30t/FTSWbD5UL5TJw+TgTj6QymWzoPIGT25e92axRcooXJ493xXjJNzOqcw8F gkcv1w1lGr8zPQEif0UFeTS2P8M12YGdOg1Mmce6eR1a8D3HDE8Zr5nASOLsVDZMO+JDlz ZEMfiiRaABVBvvDaay6JkNOgRPflh8U+BZU6o1FzCCitsj0rq9yM9OM7UkBFvw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] fmt: Convert from build only to run time also for mpd Date: Thu, 11 Aug 2022 14:29:21 +0200 Message-Id: <20220811122921.3499697-2-adolf.belka@ipfire.org> In-Reply-To: <20220811122921.3499697-1-adolf.belka@ipfire.org> References: <20220811122921.3499697-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" - libfmt required in run time by mpd - mpd changelog specifically said fmt was a build only dependency - Bug#12909 flagged up that fmt was also a run time dependency for mpd Fixes: Bug#12909 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/{common => packages}/fmt | 4 ++-- lfs/fmt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) rename config/rootfiles/{common => packages}/fmt (92%) diff --git a/config/rootfiles/common/fmt b/config/rootfiles/packages/fmt similarity index 92% rename from config/rootfiles/common/fmt rename to config/rootfiles/packages/fmt index d9067f14a..ab97316a2 100644 --- a/config/rootfiles/common/fmt +++ b/config/rootfiles/packages/fmt @@ -18,6 +18,6 @@ #usr/lib/cmake/fmt/fmt-targets-release.cmake #usr/lib/cmake/fmt/fmt-targets.cmake #usr/lib/libfmt.so -#usr/lib/libfmt.so.8 -#usr/lib/libfmt.so.8.1.1 +usr/lib/libfmt.so.8 +usr/lib/libfmt.so.8.1.1 #usr/lib/pkgconfig/fmt.pc diff --git a/lfs/fmt b/lfs/fmt index 754de03b1..9f36e4942 100644 --- a/lfs/fmt +++ b/lfs/fmt @@ -24,6 +24,8 @@ include Config +SUMMARY = Open-source formatting library for C++ + VER = 8.1.1 THISAPP = fmt-$(VER) @@ -31,6 +33,11 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = fmt +PAK_VER = 1 +SUP_ARCH = aarch64 armv6l x86_64 + +DEPS = ############################################################################### # Top-level Rules