guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: pipewire: Enable more features.


From: guix-commits
Subject: 05/06: gnu: pipewire: Enable more features.
Date: Sun, 8 Jan 2023 11:47:07 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 619cb50199d61489a02198389b9ed22af18505b3
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sun Jan 8 10:30:41 2023 +0100

    gnu: pipewire: Enable more features.
    
    * 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
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 8c737edde2..4b21f9ca33 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9110,11 +9110,18 @@ types and interfaces and translates so that the X 
server can use them.")
                   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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]