@@ -8281,7 +8281,7 @@ (define-public pipewire
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/PipeWire/pipewire")
+ (url "https://gitlab.freedesktop.org/pipewire/pipewire.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
@@ -8301,8 +8301,7 @@ (define-public pipewire
gstreamer
gst-plugins-base
libva
- sbc
- sdl2))
+ sbc))
(home-page "https://pipewire.org/")
(synopsis "Server and user space API to deal with multimedia pipelines")
(description
@@ -8320,16 +8319,16 @@ (define-public pipewire-0.3
(package
(inherit pipewire)
(name "pipewire")
- (version "0.3.43")
+ (version "0.3.49")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/PipeWire/pipewire")
+ (url "https://gitlab.freedesktop.org/pipewire/pipewire.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "0gp2h0sidapcqmnifl0iipdmbzb18bdh8zdi7pfywr9gsksh0cxy"))))
+ "1nm5in95318gw18prq4jfx5qrpkn22hvmkii7f40ngkcs3zrf5zj"))))
(arguments
'(#:configure-flags
(list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
@@ -8340,19 +8339,28 @@ (define-public pipewire-0.3
(modify-phases %standard-phases
;; Skip shrink-runpath, otherwise validate-runpath fails.
(delete 'shrink-runpath))))
+ (native-inputs (modify-inputs (package-native-inputs pipewire)
+ (prepend python-docutils))) ; For manpages.
(inputs (modify-inputs (package-inputs pipewire)
(prepend avahi
bluez
jack-2
ldacbt
+ libfdk
+ libsndfile
+ libusb
+ lilv
+ openssl
pulseaudio
+ readline
vulkan-loader
- vulkan-headers)))))
+ vulkan-headers
+ webrtc-audio-processing)))))
(define-public wireplumber
(package
(name "wireplumber")
- (version "0.4.6")
+ (version "0.4.9")
(source
(origin
(method git-fetch)
@@ -8362,7 +8370,7 @@ (define-public wireplumber
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0g7xkgkjlxrhs49hqkwrjk2hb478gq55wwydafvvbsv78vsa7qfb"))))
+ (base32 "0m90ymkrrcqrgr3y8x6i6836w0m3anlrv2masww9050lw77aipak"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"