all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59378] [PATCH] gnu: mpv: Add libxpresent input.
@ 2022-11-19  4:49 Martin Marshall
  2022-11-19 20:57 ` [bug#59378] bug#59279: MPV does not work on X11 Kaelyn via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Marshall @ 2022-11-19  4:49 UTC (permalink / raw)
  To: 59378

Fixes issue 59279 "MPV does not work on X11".

* gnu/packages/video.scm (mpv)[inputs]: Add libxpresent.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c394c65442..16488f8a35 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2242,6 +2242,7 @@ (define-public mpv
            libxext
            libxkbcommon
            libxinerama
+           libxpresent
            libxrandr
            libxscrnsaver
            libxv
-- 
2.38.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-22  7:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19  4:49 [bug#59378] [PATCH] gnu: mpv: Add libxpresent input Martin Marshall
2022-11-19 20:57 ` [bug#59378] bug#59279: MPV does not work on X11 Kaelyn via Guix-patches via
2022-11-21 13:10 ` [bug#59378] [PATCH] gnu: mpv: Add libxpresent input Kristian Lein-Mathisen
2022-11-22  7:51 ` bug#59279: bug#59378: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.