This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1ad663acb0 gnu: mpvpaper: Update to 1.9.
1ad663acb0 is described below
commit 1ad663acb07cde77c42df376f740f9b4d5bf7919
Author: Anderson Torres <[email protected]>
AuthorDate: Sat Jul 18 19:39:32 2026 -0300
gnu: mpvpaper: Update to 1.9.
* gnu/packages/video.scm (mpvpaper): Update to 1.9.
[source, inputs, native-inputs]: Indent.
[description]: Fill paragraph.
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/video.scm | 45 +++++++++++++++++++++++++--------------------
1 file changed, 25 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 614980230f..e8da8c2501 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3207,27 +3207,32 @@ To load this plugin, specify the following option when
starting mpv:
(define-public mpvpaper
(package
(name "mpvpaper")
- (version "1.8")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/GhostNaN/mpvpaper")
- (commit version)))
- (sha256
- (base32 "0pzc6f5r85qd0dgp6aa6pp8ba2m7ghzd3pc4xnqnarh2bx55jf95"))
- (file-name (git-file-name name version))))
+ (version "1.9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/GhostNaN/mpvpaper")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "082x1bj7byd3lrlagcp0pgcs3blis48fnpcjdqpkqvi66s3hr70n"))))
(build-system meson-build-system)
- (inputs
- (list mesa mpv wayland wayland-protocols))
- (native-inputs
- (list pkg-config cmake-minimal))
- (home-page "https://github.com/GhostNaN/mpvpaper")
- (synopsis
- "Video wallpaper program for wlroots-based wayland compositors")
- (description "The mpvpaper package provides a wallpaper program for
-wlroots-based wayland compositors, allowing you to play videos as your
-wallpaper using mpv.")
- (license license:gpl3)))
+ (inputs
+ (list mesa
+ mpv
+ wayland
+ wayland-protocols))
+ (native-inputs
+ (list cmake-minimal
+ pkg-config))
+ (home-page "https://github.com/GhostNaN/mpvpaper")
+ (synopsis
+ "Video wallpaper program for wlroots-based wayland compositors")
+ (description
+ "The mpvpaper package provides a wallpaper program for wlroots-based
+wayland compositors, allowing you to play videos as your wallpaper using mpv.")
+ (license license:gpl3)))
(define-public libvpx
(package