mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
590700ce00
commit
a7ed4af304
1 changed files with 3 additions and 4 deletions
|
@ -9078,16 +9078,16 @@ (define-public inputattach
|
||||||
(define-public pipewire
|
(define-public pipewire
|
||||||
(package
|
(package
|
||||||
(name "pipewire")
|
(name "pipewire")
|
||||||
(version "0.3.56")
|
(version "0.3.63")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/PipeWire/pipewire")
|
(url "https://gitlab.freedesktop.org/pipewire/pipewire")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"066g4ri2k8pdflclvr2919f6x98gmqrqyj1xyiingw2nn2pwgcf1"))))
|
"1pkngynvhxc6iyv75gsyqjy18ky4si9dhvpavb9xwq5xj71nj0hr"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -9112,7 +9112,6 @@ (define-public pipewire
|
||||||
libva
|
libva
|
||||||
pulseaudio
|
pulseaudio
|
||||||
sbc
|
sbc
|
||||||
sdl2
|
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
vulkan-loader))
|
vulkan-loader))
|
||||||
(home-page "https://pipewire.org/")
|
(home-page "https://pipewire.org/")
|
||||||
|
|
Loading…
Reference in a new issue