unofficial mirror of guix-patches@gnu.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
  2022-11-21 13:10 ` [bug#59378] [PATCH] gnu: mpv: Add libxpresent input Kristian Lein-Mathisen
  0 siblings, 2 replies; 3+ 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] 3+ messages in thread

end of thread, other threads:[~2022-11-21 13:11 UTC | newest]

Thread overview: 3+ 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).