[PATCH] gnu: mpv: Add libxpresent input.

  • Done
  • quality assurance status badge
Details
4 participants
  • Kaelyn
  • Kristian Lein-Mathisen
  • Martin Marshall
  • Ludovic Courtès
Owner
unassigned
Submitted by
Martin Marshall
Severity
normal
M
M
Martin Marshall wrote on 19 Nov 2022 05:49
(address . guix-patches@gnu.org)
87zgcnzf2t.fsf@martinmarshall.com
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(+)

Toggle diff (14 lines)
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
K
K
Kaelyn wrote on 19 Nov 2022 21:57
Re: bug#59279: MPV does not work on X11
(name . 59279@debbugs.gnu.org)(address . 59279@debbugs.gnu.org)(name . 59378@debbugs.gnu.org)(address . 59378@debbugs.gnu.org)
GeDUKx5fYRcxGeL0MgkNpKrc7m4KW4s91hSt1SwIlihw3xKEi58ERhBMbTmX5eMtNHU-2o7fwGIhmof9A6zb9tdRaR12t9XIZEm_A6i19tM=@protonmail.com
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/59378fixes the playback error.

Cheers,
Kaelyn
K
K
Kristian Lein-Mathisen wrote on 21 Nov 2022 14:10
[PATCH] gnu: mpv: Add libxpresent input.
(address . 59378@debbugs.gnu.org)
CAAGQtHyHVLkzJh+pyhZA5mY_sm7-ZZgQjggHNF=rTCBG4nrVOw@mail.gmail.com
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: file
L
L
Ludovic Courtès wrote on 22 Nov 2022 08:51
(name . Martin Marshall)(address . law@martinmarshall.com)
87v8n7ig01.fsf@gnu.org
Hi,

Martin Marshall <law@martinmarshall.com> skribis:

Toggle quote (4 lines)
> Fixes issue 59279 "MPV does not work on X11".
>
> * gnu/packages/video.scm (mpv)[inputs]: Add libxpresent.

Works for me too. Applied, thanks!

Ludo’.
Closed
?