From patchwork Mon Nov 28 17:24:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6203 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 4NLXR23sPjz3xfS for ; Mon, 28 Nov 2022 17:25:02 +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 4NLXR202hrz2Qs; Mon, 28 Nov 2022 17:25:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLXR16RCbz2yxp; Mon, 28 Nov 2022 17:25:01 +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 4NLXR0573fz2xKp for ; Mon, 28 Nov 2022 17:25:00 +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 4NLXQz6yxGz2JJ; Mon, 28 Nov 2022 17:24:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669656300; 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=qjsZAdaNTcpJ2DSKc+v4XHt3Kd2oD+tMmEejmyGcI08=; b=Gd/POrMW5Nn68rZKcyRNpMvvpO0ax9rysLybT36naubcEUNCdpUvHCynAEDdZuNhlk+Cfx mdpFmuNcLuma2tCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669656300; 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=qjsZAdaNTcpJ2DSKc+v4XHt3Kd2oD+tMmEejmyGcI08=; b=qsLONkbQ02vUFWfO92hN8hHGdEMw9+hjgqf56yA6CuwRjLFQ0DRV5AXQ+UzkIASZRL5blh iRMn6/36chpREw7x9d+ar4zFWOqVJCtWM+v2ixmoOfcedU1C+FWCrFmYG+UFTIrBn1IJNk Op6QX9TtJW+IzatIcpHQ8gKnXrko7rA2VPn+rGhbY83YDZri/ezEfWLB3QwD1c4yoMgp3C 7+OXVybH3N6Tr8P5PYXsqtxnZaHw2eaEOPxjghrdMv8G+jbWpXMvS/+LQUTT1w4nH10a6H HkIu3LoWvOp+sHX8O4LMFRn5beklrkkLKdFqrdGQUYL5jsm9SW/E78B90oIHTg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] minidlna: ship package due to new ffmpeg version Date: Mon, 28 Nov 2022 18:24:53 +0100 Message-Id: <20221128172455.919736-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" Signed-off-by: Adolf Belka --- lfs/minidlna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/minidlna b/lfs/minidlna index b7c76b3a0..82a9d7f38 100644 --- a/lfs/minidlna +++ b/lfs/minidlna @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = minidlna -PAK_VER = 10 +PAK_VER = 11 DEPS = ffmpeg flac libexif libid3tag libogg From patchwork Mon Nov 28 17:24:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6204 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 4NLXR36LXFz3xjQ for ; Mon, 28 Nov 2022 17:25:03 +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 4NLXR234cLz2rm; Mon, 28 Nov 2022 17:25:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLXR173K1z309M; Mon, 28 Nov 2022 17:25:01 +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 4NLXR06ZV8z2xKp for ; Mon, 28 Nov 2022 17:25:00 +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 4NLXR054h5z2Qs; Mon, 28 Nov 2022 17:25:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669656300; 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=6mEGKPnmjkA6wXbh6XWCmzixKhUierLBrzKfm9c3TRE=; b=PdK0twxIjjU67xwv4YOqHeyXwKmz608Jbz1QkaKNSaC/ukW500PINR4ZJUNIP5r32Z3VaO i6eBGoprsaNR1xBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669656300; 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=6mEGKPnmjkA6wXbh6XWCmzixKhUierLBrzKfm9c3TRE=; b=SalPcILl11NZ/NoE7mEstCRPWn/hK5O/qehqhbd8Ui9AuVWPSbtQRAP9kTn27U2lEfge3F 9SLKlBbDrA1hNF0Zvk/2YVE/FEs2JF+C+ETZcTwZK35CKF9iJdXwJs6xEgWb6Athc2c6oo fHHRswfBuIlrHKHzx29mSc3QMQ+NZvb6im+KaiP44QxvMYoJhs12ak54tBAWI/RBpefGKz cwiUAOOoY+KfWilHLCVhPaFK5mlmm6zdnMOzp37r7z8EsiNWJin9KgqZMMBpyVUqIEcNNA V0bLoMJ8VGXhTzMwB5RO4AAJzZtLeAOkl5XrKdOJUN3w3KtsezTz/K5/eCRSfA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] mpd: ship package due to new ffmpeg version Date: Mon, 28 Nov 2022 18:24:54 +0100 Message-Id: <20221128172455.919736-2-adolf.belka@ipfire.org> In-Reply-To: <20221128172455.919736-1-adolf.belka@ipfire.org> References: <20221128172455.919736-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" Signed-off-by: Adolf Belka --- lfs/mpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/mpd b/lfs/mpd index ef849b593..3d2cf30d2 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 28 +PAK_VER = 29 SUP_ARCH = aarch64 armv6l x86_64 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt From patchwork Mon Nov 28 17:24:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6205 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 4NLXR40zydz3xfS for ; Mon, 28 Nov 2022 17:25:04 +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 4NLXR231lKz2qL; Mon, 28 Nov 2022 17:25:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLXR20NxWz2yw0; Mon, 28 Nov 2022 17:25:02 +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 4NLXR10xWKz2xKp for ; Mon, 28 Nov 2022 17:25:01 +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 4NLXR06X8Fz2JJ; Mon, 28 Nov 2022 17:25:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669656301; 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=Zj7OgcjhYAj4GUUjUX0/FZYrR9zSd5g3yvJQBlyYdWw=; b=kkBXzbv1cPi9QiWG3KHtobFtn5FG57JsMQyC2WsuRn/90dK5q/favUpRTQc7IBkVoz5RPW /K1SA2YH4HoBi/4TIW122Pa+WUfdlNbFJYBzXDyYlZ+SPFu2NnWN7pd2qnlt+K87IfHeNg t8I84RhoAM38/B0+2tKJXKmaB+sUdW26sxa8IsqbyQcV0dNmo2rh1KBEFSrfpJqaeHqo/Z 8cxw73sfe2xWwbhjq77f9patxkylkJWNRPIdcf3UKfHCRjRWF8Ri3IFlmYZbtwyepUf8sx Fgd1gYcUQQ/zb896928DActiKC24Pa8qKsNHf45GlCSCGW4ZWZXBHXA38XXlpw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669656301; 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=Zj7OgcjhYAj4GUUjUX0/FZYrR9zSd5g3yvJQBlyYdWw=; b=jxDGPhhzGRryTrbs0oK42c/Ri2a5G5BWh+RiK25iJjlFRTfayo2SVIj17iRX9j8RXh/YkD P29Q6PQYTo1mGvAg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] shairport-sync: ship package due to new ffmpeg version Date: Mon, 28 Nov 2022 18:24:55 +0100 Message-Id: <20221128172455.919736-3-adolf.belka@ipfire.org> In-Reply-To: <20221128172455.919736-1-adolf.belka@ipfire.org> References: <20221128172455.919736-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" Signed-off-by: Adolf Belka --- lfs/shairport-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/shairport-sync b/lfs/shairport-sync index 4e87ed145..4e5a100ae 100644 --- a/lfs/shairport-sync +++ b/lfs/shairport-sync @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = shairport-sync -PAK_VER = 8 +PAK_VER = 9 DEPS = alac alsa avahi ffmpeg libdaemon libplist nqptp soxr