diff mbox series

[bug#59378] gnu: mpv: Add libxpresent input.

Message ID 87zgcnzf2t.fsf@martinmarshall.com
State New
Headers show
Series [bug#59378] gnu: mpv: Add libxpresent input. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success
cbaines/issue success View issue

Commit Message

Martin Marshall Nov. 19, 2022, 4:49 a.m. UTC
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(+)

Comments

Kaelyn Takata Nov. 19, 2022, 8:57 p.m. UTC | #1
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
Kristian Lein-Mathisen Nov. 21, 2022, 1:10 p.m. UTC | #2
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.
Ludovic Courtès Nov. 22, 2022, 7:51 a.m. UTC | #3
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’.
diff mbox series

Patch

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