GNU bug report logs -
#51212
[PATCH] Update pipewire and add wireplumber
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Thu, 14 Oct 2021 19:22:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 51212 <at> debbugs.gnu.org (full text, mbox):
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
* gnu/packages/linux.scm (wireplumber): New variable.
---
gnu/packages/linux.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 48cfc70bc7..beac03eb72 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -132,6 +132,7 @@ (define-module (gnu packages linux)
#:use-module (gnu packages sdl)
#:use-module (gnu packages serialization)
#:use-module (gnu packages slang)
+ #:use-module (gnu packages sphinx)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages tls)
@@ -8074,6 +8075,38 @@ (define-public pipewire-0.3
("vulkan-loader" ,vulkan-loader)
("vulkan-headers" ,vulkan-headers))))))
+(define-public wireplumber
+ (package
+ (name "wireplumber")
+ (version "0.4.4")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/pipewire/wireplumber")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0vr84xlnwlhrfq9l13rxh8cb8s389wlyafvi6bah444acmpx1lwv"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:meson ,meson-next ;; Needs at least 0.56.0
+ #:configure-flags (list "-Dsystem-lua=true")))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("glib-bin" ,glib "bin")))
+ (inputs
+ `(("dbus" ,dbus)
+ ("glib" ,glib)
+ ("lua" ,lua)
+ ("pipewire" ,pipewire-0.3)))
+ (home-page "https://pipewire.org/")
+ (synopsis "Modular session and policy manager for PipeWire")
+ (description "WirePlumber is a daemon that links streams from applications to their
+appropriate device. For example WirePlumber could link an audio stream to a
+speaker.")
+ (license license:expat)))
+
(define-public ell
(package
(name "ell")
--
2.33.1
This bug report was last modified 2 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.