GNU bug report logs - #75706
[PATCH] gnu: pipewire: Enable echo-cancel-webrtc

Previous Next

Package: guix-patches;

Reported by: spacecadet <spacecadet <at> purge.sh>

Date: Mon, 20 Jan 2025 23:31:03 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 75706 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75706; Package guix-patches. (Mon, 20 Jan 2025 23:31:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to spacecadet <spacecadet <at> purge.sh>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Jan 2025 23:31:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: spacecadet <spacecadet <at> purge.sh>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: pipewire: Enable echo-cancel-webrtc
Date: Mon, 20 Jan 2025 21:58:05 +0000
Pipewire's echo-cancel-webrtc subproject, which provides
libpipewire-module-echo-cancel, requires abseil-cpp.

* gnu/packages/linux.scm (pipewire)
Add abseil-cpp input, required to build echo-cancel-webrtc subproject.
Add -Decho-cancel-webrtc=enabled configure flag to ensure the plugin
builds, default is "auto".
---
 gnu/packages/linux.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 49fa5a8dda..c570338f5c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10024,6 +10024,7 @@ (define-public pipewire
      (list
       #:configure-flags
       #~(list (string-append "-Dudevrulesdir=" #$output "/lib/udev/rules.d")
+              "-Decho-cancel-webrtc=enabled"
               "-Dman=enabled"
               "-Drlimits-install=false"
               "-Dsession-managers=[]"
@@ -10035,7 +10036,8 @@ (define-public pipewire
            doxygen
            python
            python-docutils))
-    (inputs (list alsa-lib
+    (inputs (list abseil-cpp ; for webrtc-audio-processing
+                  alsa-lib
                   avahi
                   bluez
                   dbus
-- 
2.46.0






This bug report was last modified 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.