all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Streit <simon@netpanic.org>
To: 61042@debbugs.gnu.org
Cc: Simon Streit <simon@netpanic.org>
Subject: [bug#61042] [PATCH 1/6] gnu: usbredir: Update to 0.13.0.
Date: Tue, 24 Jan 2023 19:48:20 +0100	[thread overview]
Message-ID: <20230124184825.21827-1-simon@netpanic.org> (raw)
In-Reply-To: <20230124184456.17021-1-simon@netpanic.org>

* 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@mykolab.com>
 ;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Simon Streit <simon@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





  reply	other threads:[~2023-01-24 18:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24 18:44 [bug#61042] [PATCH 0/6] Upgrade spice packages Simon Streit
2023-01-24 18:48 ` Simon Streit [this message]
2023-01-24 18:48   ` [bug#61042] [PATCH 2/6] gnu: virglrenderer: Update to 0.10.4 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 3/6] gnu: spice-protocol: Update to 0.14.4 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 4/6] gnu: spice-gtk: Update to 0.41 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 5/6] gnu: spice: Update to 0.15.1 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 6/6] gnu: spice-vdagent: Update to 0.22.0 Simon Streit
2023-02-02 21:00 ` [bug#61042] [v2 0/6] Upgrade spice packages Simon Streit
2023-02-02 21:00   ` [bug#61042] [v2 1/6] gnu: usbredir: Update to 0.13.0 Simon Streit
2023-02-02 21:01   ` [bug#61042] [v2 2/6] gnu: virglrenderer: Update to 0.10.4 Simon Streit
2023-02-25 20:06     ` bug#61042: [PATCH 0/6] Upgrade spice packages Maxim Cournoyer
2023-02-02 21:01   ` [bug#61042] [v2 3/6] gnu: spice-protocol: Update to 0.14.4 Simon Streit
2023-02-02 21:01   ` [bug#61042] [v2 4/6] gnu: spice-gtk: Update to 0.41 Simon Streit
2023-02-02 21:01   ` [bug#61042] [v2 5/6] gnu: spice: Update to 0.15.1 Simon Streit
2023-02-02 21:01   ` [bug#61042] [v2 6/6] gnu: spice-vdagent: Update to 0.22.0 Simon Streit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230124184825.21827-1-simon@netpanic.org \
    --to=simon@netpanic.org \
    --cc=61042@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.