guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: xpra: Add more encoding options.


From: guix-commits
Subject: 02/02: gnu: xpra: Add more encoding options.
Date: Tue, 19 Jan 2021 02:54:47 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 63806fedf27024644c33e8c34fb594c5474bf3a1
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Jan 18 16:53:26 2021 +0100

    gnu: xpra: Add more encoding options.
    
    * gnu/packages/xorg.scm (xpra)[inputs]: Add libx264, x265, libvpx.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/xorg.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ef80b10..900f6c9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6313,6 +6313,9 @@ basic eye-candy effects.")
               ("xf86-input-keyboard" ,xf86-input-keyboard)
               ("python-pillow" ,python-pillow)
               ;; Optional dependencies.
+              ("libx264" ,libx264)
+              ("x265" ,x265)
+              ("libvpx" ,libvpx)
               ("python-rencode" ,python-rencode) ; For speed.
               ("python-numpy" ,python-numpy)
               ("python-pyopengl" ,python-pyopengl) ; Drawing acceleration.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]