[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: mpv: Add libxpresent input.
From: |
guix-commits |
Subject: |
07/07: gnu: mpv: Add libxpresent input. |
Date: |
Tue, 22 Nov 2022 03:48:29 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 78f03567f44f704dfbc03cb64368aa42a01e78ad
Author: Martin Marshall <law@martinmarshall.com>
AuthorDate: Fri Nov 18 23:49:35 2022 -0500
gnu: mpv: Add libxpresent input.
Fixes <https://issues.guix.gnu.org/59279>.
Reported by Jorge P. de Morais Neto <jorge+list@disr.it>
and Kristian Lein-Mathisen <kristianlein@gmail.com>.
* gnu/packages/video.scm (mpv)[inputs]: Add libxpresent.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
libxext
libxkbcommon
libxinerama
+ libxpresent
libxrandr
libxscrnsaver
libxv
- branch master updated (5e97f912bb -> 78f03567f4), guix-commits, 2022/11/22
- 03/07: gnu: mate: Depend on gnome-keyring only on supported systems., guix-commits, 2022/11/22
- 01/07: gnu: mate: Remove input labels., guix-commits, 2022/11/22
- 04/07: inferior: Raise '&inferior-protocol-error' on invalid response., guix-commits, 2022/11/22
- 07/07: gnu: mpv: Add libxpresent input.,
guix-commits <=
- 05/07: offload: Gracefully handle 'guix repl' protocol errors., guix-commits, 2022/11/22
- 06/07: reconfigure: Use SRFI-71 instead of SRFI-11., guix-commits, 2022/11/22
- 02/07: gnu: gnome-keyring: Mark as 64-bit-only., guix-commits, 2022/11/22