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 d48a93f046 gnu: mpv: Fix wayland-dmabuf output again.
d48a93f046 is described below

commit d48a93f046898ed38aa7fc5a4c778bc3642abacc
Author: Danny Milosavljevic <dan...@friendly-machines.com>
AuthorDate: Sun Jul 6 16:52:57 2025 +0200

    gnu: mpv: Fix wayland-dmabuf output again.
    
    * gnu/packages/video.scm (mpv)[native-inputs]: Add libdisplay-info.
    [arguments]<#:configure-flags>: Add "-Ddmabuf-wayland=enabled".
    
    Change-Id: Ibb7d8a1acb458b22a1f81dfb7c633bfbcfa780a4
---
 gnu/packages/video.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f8d0610bf1..e7ef726846 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -222,6 +222,7 @@
   #:use-module (gnu packages vulkan)
   #:use-module (gnu packages web)
   #:use-module (gnu packages wget)
+  #:use-module (gnu packages wm)
   #:use-module (gnu packages wxwidgets)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xiph)
@@ -2631,10 +2632,12 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
       #:configure-flags
       #~(list "-Dlibmpv=true"
               "-Dcdda=enabled"
+              "-Ddmabuf-wayland=enabled"
               "-Ddvdnav=enabled"
               "-Dbuild-date=false")))
     (native-inputs
-     (list perl                         ;for zsh completion file
+     (list libdisplay-info
+           perl                         ;for zsh completion file
            pkg-config
            python-docutils
            python-wrapper))

Reply via email to