gnu: pipewire: Update to 0.3.63.

* gnu/packages/linux.scm (pipewire): Update to 0.3.63.
[source]: Update source to official repo.
[inputs]: Remove sdl2. It's only used to build examples.

Co-authored-by: Kevin Boulain <kevinboulain@gmail.com>
Co-authored-by: Brendan Tildesley <mail@brendan.scot>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Josselin Poiret via Guix-patches via 2023-01-08 10:30:38 +01:00 committed by Mathieu Othacehe
parent 590700ce00
commit a7ed4af304
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -9078,16 +9078,16 @@ (define-public inputattach
(define-public pipewire
(package
(name "pipewire")
(version "0.3.56")
(version "0.3.63")
(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
"066g4ri2k8pdflclvr2919f6x98gmqrqyj1xyiingw2nn2pwgcf1"))))
"1pkngynvhxc6iyv75gsyqjy18ky4si9dhvpavb9xwq5xj71nj0hr"))))
(build-system meson-build-system)
(arguments
(list
@ -9112,7 +9112,6 @@ (define-public pipewire
libva
pulseaudio
sbc
sdl2
vulkan-headers
vulkan-loader))
(home-page "https://pipewire.org/")