GNU bug report logs -
#61042
[PATCH 0/6] Upgrade spice packages
Previous Next
Reported by: Simon Streit <simon <at> netpanic.org>
Date: Tue, 24 Jan 2023 18:46:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 61042 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/spice.scm (usbredir): Update to 0.1.30.
[build-system]: Change to meson-build-system.
[inputs]: Add glib.
---
gnu/packages/spice.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 2be724c455..fd0ac077ed 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2019 Rutger Helling <rhelling <at> mykolab.com>
;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius <at> gnu.org>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2023 Simon Streit <simon <at> netpanic.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -60,19 +61,20 @@ (define-public usbredir
(package
(name "usbredir")
(home-page "https://spice-space.org")
- (version "0.9.0")
+ (version "0.13.0")
(source (origin
(method url-fetch)
(uri (string-append home-page "/download/" name "/" name "-"
version ".tar.xz"))
(sha256
(base32
- "19jnpzlanq0a1m5lmlcsp50wxf7icxvpvclx7hnf0zxw8azngqd3"))))
- (build-system gnu-build-system)
+ "0vn4gnd8nmnrvvj2rm7akf4sbcslmdk3v22k9kmxxrha5jhgm9jb"))))
+ (build-system meson-build-system)
(propagated-inputs
(list libusb))
(native-inputs
(list autoconf automake libtool pkg-config))
+ (inputs (list glib))
(synopsis "Tools for sending USB device traffic over a network")
(description
"Usbredir is a network protocol for sending USB device traffic over a
--
2.39.1
This bug report was last modified 2 years and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.