[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: spice: Use libjpeg-turbo instead of libjpeg.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/05: gnu: spice: Use libjpeg-turbo instead of libjpeg. |
Date: |
Tue, 29 Nov 2016 18:15:52 +0000 (UTC) |
nckx pushed a commit to branch master
in repository guix.
commit 9b81876f5f802c7be5182598be062ed41549011e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 26 19:12:08 2016 +0100
gnu: spice: Use libjpeg-turbo instead of libjpeg.
* gnu/packages/spice.scm (spice)[inputs]: Use libjpeg-turbo as suggested
during the build.
---
gnu/packages/spice.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index c0e8d24..805f47a 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -217,7 +217,7 @@ which allows users to view a desktop computing
environment.")
(inputs
`(("cyrus-sasl" ,cyrus-sasl)
("glib" ,glib)
- ("libjpeg" ,libjpeg)
+ ("libjpeg-turbo" ,libjpeg-turbo)
("lz4" ,lz4)
("opus" ,opus)
("zlib" ,zlib)))
- branch master updated (dc2ef09 -> 7f81d7f), Tobias Geerinckx-Rice, 2016/11/29
- 05/05: gnu: libxfont: Update to 1.5.2., Tobias Geerinckx-Rice, 2016/11/29
- 04/05: gnu: gphoto2, libgphoto2: Use libjpeg-turbo., Tobias Geerinckx-Rice, 2016/11/29
- 03/05: gnu: spice: Use libjpeg-turbo instead of libjpeg.,
Tobias Geerinckx-Rice <=
- 02/05: gnu: icecat: Use libjpeg-turbo instead of bundled libjpeg., Tobias Geerinckx-Rice, 2016/11/29
- 01/05: gnu: Add libjpeg-turbo., Tobias Geerinckx-Rice, 2016/11/29