From patchwork Sun Oct 9 09:12:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 43237 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 23DCE27BBEA; Sun, 9 Oct 2022 10:14:51 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E22F627BBE9 for ; Sun, 9 Oct 2022 10:14:50 +0100 (BST) Received: from localhost ([::1]:52228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohSOY-00082F-2w for patchwork@mira.cbaines.net; Sun, 09 Oct 2022 05:14:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59942) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohSNy-00080v-Fr for guix-patches@gnu.org; Sun, 09 Oct 2022 05:14:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42995) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohSNm-0006oA-GO 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-0004FD-BC for guix-patches@gnu.org; Sun, 09 Oct 2022 05:14:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54379] [PATCH v4 5/6] gnu: pipewire: Enable more features. 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.166530678616223 (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]:42068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohSMr-0004DZ-I1 for submit@debbugs.gnu.org; Sun, 09 Oct 2022 05:13:05 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:58054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohSMn-0004C9-GN for 54379@debbugs.gnu.org; Sun, 09 Oct 2022 05:13:01 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::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 4MlbtG19d5z9sNR; Sun, 9 Oct 2022 11:12:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1665306774; 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=RYwJQdLAVBLlSjRx/Zh+JUjwhmiRl5uVHA+mL8ZABmg=; b=M451xbZTPm4NjBD5h3WIrPwa9/D67g4sOm2TEOH9l5whDfNrFAwxCIw1hQ45JsxtSNvXPX jnJUc/XbfmmMIiybj7RaWT6bNK+xM6LXiuHbWtg/ptESVxObhis9Xl+XT9ixed2JXHGHkz HdWRJ38MuHBbmzJrNuj7gi9iYDOEZHnhWXvIVbtn0DNcyyWNnSnEcJP0TXhWwBbP5xARW3 lTLupo9MU0AwaPKiIzJhMzzmeFZ8Scj9nLSn3c6GJnqWvGzATM4lP3Bol2Yo+pZ6EpBcPA nIAVeYI+5kY+UnjyPPdtVDHj6adkq5oP7klkpmFIOubjW5V7W6xvexTZAavi5A== From: 'Brendan Tildesley Date: Sun, 9 Oct 2022 20:12:31 +1100 Message-Id: <20221009091232.25885-6-mail@brendan.scot> In-Reply-To: <20221009091232.25885-1-mail@brendan.scot> References: <20221009091232.25885-1-mail@brendan.scot> MIME-Version: 1.0 X-Rspamd-Queue-Id: 4MlbtG19d5z9sNR 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Brendan Tildesley * gnu/packages/linux.scm (pipewire):[inputs]:Add ... libfdk for ACC support over bluetooth libfreeaptx for aptX support over bluetooth libsndfile libusb for bluetooth support lilv for lv2 plugins webrtc-audio-processing for noise cancelling readline for pw-cli [arguments]: Set sysconfdir=/etc to allow for global configuration, othewires pipewire tries to read from the empty immutable /gnu/.../etc/. --- gnu/packages/linux.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9f3fec4196..548d686136 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8747,11 +8747,18 @@ (define-public pipewire gstreamer jack-2 ldacbt + libfdk + libfreeaptx + libsndfile + libusb + openssl ; raop sink libva pulseaudio + readline ;for pw-cli sbc vulkan-headers - vulkan-loader)) + vulkan-loader + webrtc-audio-processing)) (home-page "https://pipewire.org/") (synopsis "Server and user space API to deal with multimedia pipelines") (description