unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52757] [PATCH] gnu: sdl2: Update to 2.0.18.
@ 2021-12-23 16:59 dan
  2022-01-25 17:56 ` bug#52757: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: dan @ 2021-12-23 16:59 UTC (permalink / raw)
  To: 52757

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52757: [PATCH] gnu: sdl2: Update to 2.0.18.
  2021-12-23 16:59 [bug#52757] [PATCH] gnu: sdl2: Update to 2.0.18 dan
@ 2022-01-25 17:56 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-25 17:56 UTC (permalink / raw)
  To: dan; +Cc: 52757-done

Hello,

dan <igaryhe@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-25 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23 16:59 [bug#52757] [PATCH] gnu: sdl2: Update to 2.0.18 dan
2022-01-25 17:56 ` bug#52757: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).