gnu: pipewire: Update to 0.3.70.

* gnu/packages/linux.scm (pipewire): Update to 0.3.70.
[inputs]: Add glib.
[arguments]: Do not install rlimits.

Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Benjamin 2023-05-08 23:55:35 +02:00 committed by Andrew Tropin
parent 2dd3e35fc9
commit 39a02c5c4e
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -9175,7 +9175,7 @@ (define-public inputattach
(define-public pipewire (define-public pipewire
(package (package
(name "pipewire") (name "pipewire")
(version "0.3.63") (version "0.3.70")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -9184,18 +9184,20 @@ (define-public pipewire
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1pkngynvhxc6iyv75gsyqjy18ky4si9dhvpavb9xwq5xj71nj0hr")))) "1n74rrbwymm89ri4daa4v092f4b81wrak4vg685xfz2wl89p64n6"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list
#:configure-flags #:configure-flags
#~(list (string-append "-Dudevrulesdir=" #$output "/lib/udev/rules.d") #~(list (string-append "-Dudevrulesdir=" #$output "/lib/udev/rules.d")
"-Dsystemd=disabled" "-Dman=enabled"
"-Drlimits-install=false"
"-Dsession-managers=[]" "-Dsession-managers=[]"
"-Dsysconfdir=/etc" "-Dsysconfdir=/etc"
"-Dman=enabled"))) "-Dsystemd=disabled")))
(native-inputs (native-inputs
(list pkg-config (list `(,glib "bin")
pkg-config
python-docutils)) python-docutils))
(inputs (list alsa-lib (inputs (list alsa-lib
avahi avahi