[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/22: gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.
From: |
guix-commits |
Subject: |
05/22: gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir. |
Date: |
Sat, 25 Feb 2023 14:51:27 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 2a607b27a21e06dd1bcad5d909479a50c0e0ee52
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 16 10:35:38 2023 -0500
gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.
* gnu/packages/spice.scm (spice-gtk)
[inputs]: Move libjpeg-turbo, lz4, opus, and usbredir to...
[propagated-inputs]: ... here.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/spice.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index f67a049176..2309287bbb 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -180,22 +180,23 @@ which allows users to view a desktop computing
environment.")
gobject-introspection
json-glib
libepoxy
- libjpeg-turbo
libxcb
- lz4
mesa
- pulseaudio
- opus
- usbredir))
+ pulseaudio))
(propagated-inputs
(list gstreamer
gst-plugins-base
gst-plugins-good
spice-protocol
- ;; These are required by the pkg-config files.
+ ;; These are required by the pkg-config files (needed for example
+ ;; when building GNOME Boxes).
gtk+
+ openssl-1.1
+ opus
+ libjpeg-turbo
+ lz4
pixman
- openssl-1.1))
+ usbredir))
(synopsis "Gtk client and libraries for SPICE remote desktop servers")
(description "Gtk client and libraries for SPICE remote desktop servers.")
(home-page "https://www.spice-space.org")
- 04/22: gnu: spice-gtk: Update to 0.42., (continued)
- 04/22: gnu: spice-gtk: Update to 0.42., guix-commits, 2023/02/25
- 18/22: services: desktop: Extract a new gnome-package procedure., guix-commits, 2023/02/25
- 07/22: gnu: usbredir: Update to 0.13.0., guix-commits, 2023/02/25
- 08/22: gnu: virglrenderer: Update to 0.7.0., guix-commits, 2023/02/25
- 11/22: gnu: spice-vdagent: Update to 0.22.1., guix-commits, 2023/02/25
- 02/22: gnu: spice-gtk: Remove input labels., guix-commits, 2023/02/25
- 15/22: gnu: osinfo-db: Use libsoup 3., guix-commits, 2023/02/25
- 12/22: gnu: usbutils: Update to 015., guix-commits, 2023/02/25
- 10/22: gnu: spice: Update to 0.15.1., guix-commits, 2023/02/25
- 19/22: services: gnome-desktop-service-type: Extend setuid-program-service-type., guix-commits, 2023/02/25
- 05/22: gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.,
guix-commits <=
- 16/22: gnu: gnome-boxes: Update to 43.3., guix-commits, 2023/02/25
- 06/22: gnu: spice-protocol: Update to 0.14.4., guix-commits, 2023/02/25
- 22/22: cpio: Properly handle Unicode characters in file names., guix-commits, 2023/02/25