diff mbox series

[bug#45908] gnu: xpra: Update to 4.0.6.

Message ID 87czy2grkp.fsf@rohleder.de
State Accepted
Headers show
Series [bug#45908] gnu: xpra: Update to 4.0.6. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Michael Rohleder Jan. 18, 2021, 4:03 p.m. UTC
Hi Efraim,

Thank you for reviewing!

Efraim Flashner <efraim@flashner.co.il> writes:
> Does this build without the extra inputs? If so, can you split this into
> two patches, one for the upgrade and one to add the extra inputs?

Yes, they are independent.

Comments

Efraim Flashner Jan. 19, 2021, 7:54 a.m. UTC | #1
Thanks. Patches pushed!
diff mbox series

Patch

>From 985e711a6d5b7c6306841bdc7a90686556228366 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Mon, 18 Jan 2021 16:53:26 +0100
Subject: [PATCH] gnu: xpra: Add more encoding options.

* gnu/packages/xorg.scm (xpra)[inputs]: Add libx264, x265, libvpx.
---
 gnu/packages/xorg.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8f84b894f6..c2fbba7e67 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.
-- 
2.30.0