From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id wJ2bFQxoRWIfAQAAgWs5BA (envelope-from ) for ; Thu, 31 Mar 2022 10:36:28 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 6BlPDgxoRWJTPgAAG6o9tA (envelope-from ) for ; Thu, 31 Mar 2022 10:36:28 +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 BAD071184D for ; Thu, 31 Mar 2022 10:36:27 +0200 (CEST) Received: from localhost ([::1]:50024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nZqI6-0002uH-BM for larch@yhetil.org; Thu, 31 Mar 2022 04:36:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZq9y-0004fQ-24 for guix-patches@gnu.org; Thu, 31 Mar 2022 04:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43872) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nZq9x-0004pn-OB for guix-patches@gnu.org; Thu, 31 Mar 2022 04:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nZq9x-0005xZ-LG for guix-patches@gnu.org; Thu, 31 Mar 2022 04:28:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54379] [PATCH] gnu: linux: update PipeWire & WirePlumber Resent-From: Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 31 Mar 2022 08:28:01 +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: Kevin Boulain Cc: "54379@debbugs.gnu.org" <54379@debbugs.gnu.org> Received: via spool by 54379-submit@debbugs.gnu.org id=B54379.164871526022878 (code B ref 54379); Thu, 31 Mar 2022 08:28:01 +0000 Received: (at 54379) by debbugs.gnu.org; 31 Mar 2022 08:27:40 +0000 Received: from localhost ([127.0.0.1]:37769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZq9b-0005ww-Qy for submit@debbugs.gnu.org; Thu, 31 Mar 2022 04:27:40 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:46172) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZq9Y-0005wg-U2 for 54379@debbugs.gnu.org; Thu, 31 Mar 2022 04:27:37 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (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-101.mailbox.org (Postfix) with ESMTPS id 4KTbyV4szSz9sTF; Thu, 31 Mar 2022 10:27:30 +0200 (CEST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1648715248; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jnAMophNNZmLTCpLH6HbSi7NTui99qTTTmsNNq1YhDo=; b=oEVKBWuN557BqHImP+NEPr03LWjLWrQwqBV/RUrrGjQznnOKFPkEpdTWmxQYPqigdIXL0n xkK+6IgLpGR59lXZOmxZlS+qgkzZQ8uvHoxiXTC8PSJOr5a+ZwHkJ2Dr3wRaUhTXrLnZNf JfblMlgeGoB8hpBSr4OQ1sUL4BWfNuUvQcmwLX4u/p0yQ0PlY4sxY0YGE09gxVH7aHyMuC rjeUG1tjG7k7IW2JtXLCH66XZ+S+H9O3+Sa5540TqHue4n/bh6YuvaZB/jd4gkr5N883CB FfEA7UvCWtjLqyK7P49o3PBnufvxTlytgkt7CD3rC3wxLFta+KxTBuzzMHAoYw== Date: Thu, 31 Mar 2022 19:27:20 +1100 MIME-Version: 1.0 Content-Language: en-US References: <1926705393.215334.1647246338511@office.mailbox.org> From: Brendan Tildesley In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: , Reply-To: mail@brendan.scot Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1648715788; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=jnAMophNNZmLTCpLH6HbSi7NTui99qTTTmsNNq1YhDo=; b=r5LCysLmVj97dDT1nBJ9WVEYgxHMMXJuSDlD1GrYddFmHRFmQ9QJkcEOo0iXk4vo5QhpL5 oo1fm1aI1OZ06SBM/LAiNwPNZnyjRv4CJ6iwpVqbEsmrcvnfTaWMILJHQt6p9SSu1ShffG 07reLPv8njBn8ZtiLXeQxdsJUPddU5X7+q4I9mz4qTHtpg11/2HQxavtH7Xt0H/OZXP9Fh w6Qb5blz6yCUehxs8UC7/Tpiai1FMSiJEXLAo1vL5JQ1b2O3CZh8MqczZSdtZ6eArv9z2t ijUMKY/lw6ubSFgVPdiHqPYynen8TsSVWmW4Eom6fKXQZykvsHYoaI5YUW8STg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1648715788; a=rsa-sha256; cv=none; b=Jk4p13y8J6LQWzZYr2ZKZhc4J2PnoNZDXK2iyuyEAFzRrxwNlO/a3gdYUf3Cz4HH3XAdDW zyaS8Vg6GY02BWNmGEhUxISpVVffK4iRlNdDoMFdmVn/Y+a3Vy/JCZJEsWf/+otj0+ZYGY KH7PFZN+EA1fgWcG4VlE6iCbK6q1sS/RnxlUUNvCRBWTiXcjPFOGKB8vM7AlXm73/SGhnt 38wyb4MHH8NV78vuNbTDwpJdKVKlsGXtytpRYG86E8Ho95pV/S0POz14pJDNGGD4frhDVs XRE9laVpl0trUJQi0ooHmlL6iJKPk2IvntJPjeqIS4fUFgeVDIBnHdXynYjdoA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=oEVKBWuN; 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: 0.03 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=oEVKBWuN; 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: BAD071184D X-Spam-Score: 0.03 X-Migadu-Scanner: scn0.migadu.com X-TUID: GDaEstakqk8S Would you mind testing 0ad with pipewire? I'm finding I get no audio and it says "no audio device found" after taking 30 seconds to load.