[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
- branch master updated (e55bc944a9 -> 6d3a0b2f65), guix-commits, 2023/01/08
- 03/06: gnu: pipewire: Set sysconfdir to /etc., guix-commits, 2023/01/08
- 01/06: gnu: pipewire: Switch default to 0.3., guix-commits, 2023/01/08
- 02/06: gnu: pipewire: Update to 0.3.63., guix-commits, 2023/01/08
- 05/06: gnu: pipewire: Enable more features.,
guix-commits <=
- 04/06: gnu: Add libfreeaptx., guix-commits, 2023/01/08
- 06/06: gnu: wireplumber: Update to 0.4.13., guix-commits, 2023/01/08