From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id oIfAMP+RQmM18gAAbAwnHQ (envelope-from ) for ; Sun, 09 Oct 2022 11:18:55 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id YFryL/+RQmP5QwAAG6o9tA (envelope-from ) for ; Sun, 09 Oct 2022 11:18:55 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 99B3B1538D for ; Sun, 9 Oct 2022 11:18:55 +0200 (CEST) Received: from localhost ([::1]:53864 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohSSU-00030F-On for larch@yhetil.org; Sun, 09 Oct 2022 05:18:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59946) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohSNy-00080x-Dp for guix-patches@gnu.org; Sun, 09 Oct 2022 05:14:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42996) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohSNm-0006oD-UD for guix-patches@gnu.org; Sun, 09 Oct 2022 05:14:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ohSNm-0004FL-Q4 for guix-patches@gnu.org; Sun, 09 Oct 2022 05:14:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54379] [PATCH v4 2/6] gnu: pipewire: Update to 0.3.59. Resent-From: 'Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 09 Oct 2022 09:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54379 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54379@debbugs.gnu.org Cc: Kevin Boulain , Maxime Devos , Brendan Tildesley Received: via spool by 54379-submit@debbugs.gnu.org id=B54379.166530678616230 (code B ref 54379); Sun, 09 Oct 2022 09:14:02 +0000 Received: (at 54379) by debbugs.gnu.org; 9 Oct 2022 09:13:06 +0000 Received: from localhost ([127.0.0.1]:42070 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohSMr-0004Db-Ry for submit@debbugs.gnu.org; Sun, 09 Oct 2022 05:13:06 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:43054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohSMf-0004BZ-2A for 54379@debbugs.gnu.org; Sun, 09 Oct 2022 05:13:03 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4Mlbt537Cnz9sSH; Sun, 9 Oct 2022 11:12:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1665306765; 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=sBdXoGp6lZ5T4qPaOyXOVJ9qpoAXODNmXl+ZWqpnDBY=; b=fSe55CUAxIJtKqoZSl6tf/eD87ETnQWzG0T7kYo0tHWO+m4qyTKNSQPN6HkoQ0Deer1LXy BFAxQMKsDeU3GBMG12kTSymgNrPC2rk8aBuk11i0c6hkBd2Ct//rXE27mSyJN9gjvPZgto N2sWGqYRn31oaB6h685Cq31GgnZxzcbMDC0e713eLyBJs75+qTIN0f21ZwD1Hp/MYQ7vWV e4HfeO58yY4ZVdC6urwFY/XAwDU/3nbvgUAvOQfjSSMZb02HuWWIyRUHf0ihDUuSBqfUxV 63eLQxxuCj+KZs4yA/BxRYpOhHcdnajEq9UogSwklXlc0WOYmWYufTrEIo73Vg== From: 'Brendan Tildesley Date: Sun, 9 Oct 2022 20:12:28 +1100 Message-Id: <20221009091232.25885-3-mail@brendan.scot> In-Reply-To: <20221009091232.25885-1-mail@brendan.scot> References: <20221009091232.25885-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665307135; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=sBdXoGp6lZ5T4qPaOyXOVJ9qpoAXODNmXl+ZWqpnDBY=; b=CjdA54pJX1G9HhIMdM19Et/czHgkxIxIHEBOaS1shq1v02SlVSoO8l7rWK/v67V25XwrdK 3Ei1fz4c04CY4xljCQoSui68nrJdLRUyen9s3YEwqAhBJnw8EGefplU3EKiHrGa68E0g/g oUm4jhH8jSpTcffRAch8fuo99cQsj6CBFQG7Su8Z5XYJ9ASTiTARRCbDaf5xQUu10YS4Hz jxlUCrFyZrvup+GFY2V0j1bpIn/VJ4wQJLv5J1PIj3NxsyDdqAyv8uAVfm/QReML54kNbL YXnmO85Ix7pPqylcMNWa8hkjsy/RSFeMsQFh6+a5Xqsl/8lB1UZjxTV1YHFKWA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665307135; a=rsa-sha256; cv=none; b=BCbQsS9usbfGp9TqKAWB5jYyNxVBwTGyfM70xks0PJUiKJLUMn+KJKLhxTZgRR0kLGFn5q NWeuQzqcBsnsxrarZH9pDUq68l/cB2BI5/sOUlUG3QixSvmjI5XrjYGIOhra2CWxec3fYI YRoM4qMLKV/RCfULnSHPgcoLqQwD222p39oIZY01R3rCQ0AKS7x6W8FCntFw+Rdwwv4J79 bBHqVje9/iZ38gFpJ1kftfPUB14CyXSf8oYciGx7m30zfaiyxnd4n5RZRWNE/vyHKxtR2g pKziF0o3XXS/L1jD2frbi9rrrSj2drKZJINAafs2h1lBkb0Bt/60tjsO0o2Nrg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=fSe55CUA; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 3.32 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=fSe55CUA; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 99B3B1538D X-Spam-Score: 3.32 X-Migadu-Scanner: scn0.migadu.com X-TUID: ImEUyrzrspo8 From: Brendan Tildesley * gnu/packages/linux.scm (pipewire): Update to 0.3.59. [inputs]: Remove sdl2. It's only used to build examples. --- gnu/packages/linux.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b51ea553a0..3d4706d09e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8715,7 +8715,7 @@ (define-public inputattach (define-public pipewire (package (name "pipewire") - (version "0.3.56") + (version "0.3.59") (source (origin (method git-fetch) (uri (git-reference @@ -8724,7 +8724,7 @@ (define-public pipewire (file-name (git-file-name name version)) (sha256 (base32 - "066g4ri2k8pdflclvr2919f6x98gmqrqyj1xyiingw2nn2pwgcf1")))) + "17jnj1las9wnizwh6g9ix2pxnna029vj66qwhrnij19315vfs073")))) (build-system meson-build-system) (arguments (list @@ -8749,7 +8749,6 @@ (define-public pipewire libva pulseaudio sbc - sdl2 vulkan-headers vulkan-loader)) (home-page "https://pipewire.org/") -- 2.37.2