[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/108: gnu: pipewire: Update to 0.3.2.
From: |
guix-commits |
Subject: |
49/108: gnu: pipewire: Update to 0.3.2. |
Date: |
Sat, 25 Apr 2020 15:22:50 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit dab045d0a4615d45a4d9c6d8ae4d008a061ae3c7
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Apr 19 18:37:32 2020 -0400
gnu: pipewire: Update to 0.3.2.
* gnu/packages/linux.scm (pipewire): Update to 0.3.2.
[source]: Update URL.
[arguments]: Add configure flags to disable manpage generation, disable
audioconvert plugin integration, and ensure the 'valid-runpath' phase
passes.
[inputs]: Add bluez, jack-2, pulseaudio, vulkan-headers and vulkan-loader.
---
gnu/packages/linux.scm | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 36d5b9f..a602cdd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -129,6 +129,7 @@
#:use-module (gnu packages rsync)
#:use-module (gnu packages selinux)
#:use-module (gnu packages swig)
+ #:use-module (gnu packages vulkan)
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
#:use-module (guix build-system go)
@@ -6721,31 +6722,47 @@ types and interfaces and translates so that the X
server can use them.")
(define-public pipewire
(package
(name "pipewire")
- (version "0.2.7")
+ (version "0.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/PipeWire/pipewire")
+ (url "https://gitlab.freedesktop.org/pipewire/pipewire")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "1q5wrqnhhs6r49p8yvkw1pl0cnsd4rndxy4h5lvdydwgf1civcwc"))))
+ "1aqhaaranv1jlc5py87mzfansxhzzpawqrfs8i08qc5ggnz6mfak"))))
(build-system meson-build-system)
(arguments
- '(#:configure-flags '("-Dsystemd=false")))
+ ;; TODO: enable manpage generation when xmltoman is packaged
+ ;; TODO: figure out why building with audioconvert enabled fails
+ '(#:configure-flags `("-Daudioconvert=false"
+ "-Dman=false"
+ "-Dsystemd=false"
+ ;; Ensure the RUNPATH contains all installed library
+ ;; locations.
+ ,(string-append "-Dc_link_args=-Wl,-rpath="
+ (assoc-ref %outputs "out")
+ "/lib:"
+ (assoc-ref %outputs "out")
+ "/lib/pipewire-0.3"))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("alsa-lib" ,alsa-lib)
+ ("bluez" ,bluez)
("dbus" ,dbus)
("eudev" ,eudev)
("ffmpeg" ,ffmpeg)
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
+ ("jack" ,jack-2)
("libva" ,libva)
+ ("pulseaudio" ,pulseaudio)
("sbc" ,sbc)
- ("sdl2" ,sdl2)))
+ ("sdl2" ,sdl2)
+ ("vulkan-headers" ,vulkan-headers)
+ ("vulkan-loader" ,vulkan-loader)))
(home-page "https://pipewire.org/")
(synopsis "Server and user space API to deal with multimedia pipelines")
(description
- 32/108: gnu: gtk-vnc: Update to 1.0.0., (continued)
- 32/108: gnu: gtk-vnc: Update to 1.0.0., guix-commits, 2020/04/25
- 40/108: gnu: yelp-xsl: Update to 3.36.0., guix-commits, 2020/04/25
- 29/108: gnu: evolution-data-server: Update to 3.36.1., guix-commits, 2020/04/25
- 42/108: gnu: yelp: Update to 3.36.0., guix-commits, 2020/04/25
- 43/108: gnu: Add fuse3., guix-commits, 2020/04/25
- 44/108: gnu: libgdata: Update to 0.17.12., guix-commits, 2020/04/25
- 31/108: gnu: evolution: Update to 3.36.1., guix-commits, 2020/04/25
- 51/108: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2020/04/25
- 34/108: gnu: gnome-bluetooth: Update to 3.34.1., guix-commits, 2020/04/25
- 46/108: gnu: nautilus: Update to 3.36.1.1., guix-commits, 2020/04/25
- 49/108: gnu: pipewire: Update to 0.3.2.,
guix-commits <=
- 54/108: gnu: network-manager-applet: Update to 1.16.0., guix-commits, 2020/04/25
- 41/108: gnu: dconf: Update to 0.36.0., guix-commits, 2020/04/25
- 48/108: gnu: wayland-protocols: Update to 1.20., guix-commits, 2020/04/25
- 53/108: gnu: libnma: Update to 1.8.28., guix-commits, 2020/04/25
- 52/108: gnu: network-manager: Update to 1.22.10., guix-commits, 2020/04/25
- 58/108: gnu: gnome-control-center: Update to 3.36.1., guix-commits, 2020/04/25
- 61/108: gnu: libdazzle: Update to 3.36.0., guix-commits, 2020/04/25
- 38/108: gnu: gnome-maps: Update to 3.36.1., guix-commits, 2020/04/25
- 45/108: gnu: gvfs: Update to 1.44.1., guix-commits, 2020/04/25
- 55/108: gnu: network-manager-openvpn: Update to 1.8.12., guix-commits, 2020/04/25