gnu: wf-recorder: Update to 0.5.0.

* gnu/packages/video.scm (wf-recorder): Update to 0.5.0.

Addresses #3177.

Change-Id: Id2e17f3ec9d0ecd4352e1b92b7a8273b77bbe056
Co-authored-by: Luis Guilherme Coelho <lgcoelho@disroot.org>
This commit is contained in:
Julian Flake 2025-10-01 12:25:01 +02:00
parent e00aa49ad8
commit 695ef9432c
No known key found for this signature in database
GPG key ID: A998EA3BDF4539EF

View file

@ -6620,7 +6620,7 @@ package does not rely on the @code{YouTube} Data API v3.")
(define-public wf-recorder (define-public wf-recorder
(package (package
(name "wf-recorder") (name "wf-recorder")
(version "0.3.0") (version "0.5.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -6629,12 +6629,12 @@ package does not rely on the @code{YouTube} Data API v3.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"18csvix8fdqir52q729rgcy355xy2ngvmr05l1abflpbvsklbn52")))) "0a805kfbgpg7898gbb218n7krbvn9r96xydhibvrphy08wxd1xzg"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list ffmpeg pulseaudio wayland wayland-protocols libx264)) (list ffmpeg-6 pipewire pulseaudio wayland wayland-protocols libx264 mesa))
(home-page "https://github.com/ammen99/wf-recorder") (home-page "https://github.com/ammen99/wf-recorder")
(synopsis "Screen recorder for wlroots-based compositors") (synopsis "Screen recorder for wlroots-based compositors")
(description (description