GNU bug report logs - #52757
[PATCH] gnu: sdl2: Update to 2.0.18.

Previous Next

Package: guix-patches;

Reported by: dan <igaryhe <at> gmail.com>

Date: Thu, 23 Dec 2021 17:01:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52757 in the body.
You can then email your comments to 52757 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52757; Package guix-patches. (Thu, 23 Dec 2021 17:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to dan <igaryhe <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 23 Dec 2021 17:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: dan <igaryhe <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: sdl2: Update to 2.0.18.
Date: Fri, 24 Dec 2021 00:59:56 +0800
* gnu/packages/sdl.scm(sdl2): Update to 2.0.18.

[inputs]: Update with new syntax.

---
 gnu/packages/sdl.scm | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 4c38e2f055..071697c125 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -113,7 +113,7 @@ (define-public sdl
 (define-public sdl2
   (package (inherit sdl)
     (name "sdl2")
-    (version "2.0.14")
+    (version "2.0.18")
     (source (origin
              (method url-fetch)
              (uri
@@ -121,7 +121,7 @@ (define-public sdl2
                              version ".tar.gz"))
              (sha256
               (base32
-               "1g1jahknv5r4yhh1xq5sf0md20ybdw1zh1i15lry26sq39bmn8fq"))))
+               "073iwmggkvvl82fssqb7xzbb4awraprjig6zxav0p8dz7pbhrm4l"))))
     (arguments
      (substitute-keyword-arguments (package-arguments sdl)
        ((#:configure-flags flags)
@@ -141,16 +141,19 @@ (define-public sdl2
      ;; experience a bug where input events are doubled.
      ;;
      ;; For more information, see: https://dev.solus-project.com/T1721
-     (append `(("dbus" ,dbus)
-               ("eudev" ,eudev) ; for discovering input devices
-               ("fcitx" ,fcitx) ; helps with CJK input
-               ("glib" ,glib)
-               ("ibus" ,ibus)
-               ("libxkbcommon" ,libxkbcommon)
-               ("libxcursor" ,libxcursor) ; enables X11 cursor support
-               ("wayland" ,wayland)
-               ("wayland-protocols" ,wayland-protocols))
-             (package-inputs sdl)))
+     (list dbus
+           eudev      ; for discovering input devices
+           fcitx      ; helps with CJK input
+           glib
+           ibus
+           libxkbcommon
+           libxcursor ; enables X11 cursor support
+           wayland
+           wayland-protocols
+           libxrandr
+           glu
+           alsa-lib
+           pulseaudio))
     (license license:bsd-3)))
 
 (define-public libmikmod
-- 
2.34.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 25 Jan 2022 17:57:02 GMT) Full text and rfc822 format available.

Notification sent to dan <igaryhe <at> gmail.com>:
bug acknowledged by developer. (Tue, 25 Jan 2022 17:57:02 GMT) Full text and rfc822 format available.

Message #10 received at 52757-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: dan <igaryhe <at> gmail.com>
Cc: 52757-done <at> debbugs.gnu.org
Subject: Re: [bug#52757] [PATCH] gnu: sdl2: Update to 2.0.18.
Date: Tue, 25 Jan 2022 18:56:09 +0100
Hello,

dan <igaryhe <at> gmail.com> writes:

> * gnu/packages/sdl.scm(sdl2): Update to 2.0.18.
> [inputs]: Update with new syntax.

Thank you.

I applied it on core-updates branch.

> -     (append `(("dbus" ,dbus)
> -               ("eudev" ,eudev) ; for discovering input devices
> -               ("fcitx" ,fcitx) ; helps with CJK input
> -               ("glib" ,glib)
> -               ("ibus" ,ibus)
> -               ("libxkbcommon" ,libxkbcommon)
> -               ("libxcursor" ,libxcursor) ; enables X11 cursor support
> -               ("wayland" ,wayland)
> -               ("wayland-protocols" ,wayland-protocols))
> -             (package-inputs sdl)))
> +     (list dbus
> +           eudev      ; for discovering input devices
> +           fcitx      ; helps with CJK input
> +           glib
> +           ibus
> +           libxkbcommon
> +           libxcursor ; enables X11 cursor support
> +           wayland
> +           wayland-protocols
> +           libxrandr
> +           glu
> +           alsa-lib
> +           pulseaudio))

I used the modify-inputs macros instead.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 23 Feb 2022 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 34 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.