3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
Michael Rohleder 2021-01-18 16:53:26 +01:00 committed by Efraim Flashner
parent d34573f3df
commit 63806fedf2
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.