* [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
* [bug#59378] bug#59279: MPV does not work on X11
2022-11-19 4:49 [bug#59378] [PATCH] gnu: mpv: Add libxpresent input Martin Marshall
@ 2022-11-19 20:57 ` 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
2 siblings, 0 replies; 4+ messages in thread
From: Kaelyn via Guix-patches via @ 2022-11-19 20:57 UTC (permalink / raw)
To: 59279@debbugs.gnu.org; +Cc: 59378@debbugs.gnu.org
Hi,
I recently encountered the same error with mpv 0.35 on X11, and can confirm that the patch in https://issues.guix.gnu.org/59378 fixes the playback error.
Cheers,
Kaelyn
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#59378] [PATCH] gnu: mpv: Add libxpresent input.
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 ` Kristian Lein-Mathisen
2022-11-22 7:51 ` bug#59279: bug#59378: " Ludovic Courtès
2 siblings, 0 replies; 4+ messages in thread
From: Kristian Lein-Mathisen @ 2022-11-21 13:10 UTC (permalink / raw)
To: 59378
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
I too can confirm that this patch resolves my original issue <
https://issues.guix.gnu.org/59339>. Please consider applying this upstream.
Thank you,
K.
[-- Attachment #2: Type: text/html, Size: 278 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#59279: bug#59378: [PATCH] gnu: mpv: Add libxpresent input.
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 ` Ludovic Courtès
2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-11-22 7:51 UTC (permalink / raw)
To: Martin Marshall; +Cc: 59378-done, 59279-done
Hi,
Martin Marshall <law@martinmarshall.com> skribis:
> Fixes issue 59279 "MPV does not work on X11".
>
> * gnu/packages/video.scm (mpv)[inputs]: Add libxpresent.
Works for me too. Applied, thanks!
Ludo’.
^ permalink raw reply [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.