GNU bug report logs - #77910
[PATCH 1/2] gnu: sdl3: Update to 3.2.10.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Fri, 18 Apr 2025 23:40:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> envs.net
Subject: bug#77910: closed (Re: [bug#77910] [PATCH 1/2] gnu: sdl3: Update
 to 3.2.10.)
Date: Sun, 27 Apr 2025 00:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77910: [PATCH 1/2] gnu: sdl3: Update to 3.2.10.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77910 <at> debbugs.gnu.org.

-- 
77910: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77910
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 宋文武 <iyzsong <at> member.fsf.org>,
 77910-done <at> debbugs.gnu.org
Subject: Re: [bug#77910] [PATCH 1/2] gnu: sdl3: Update to 3.2.10.
Date: Sun, 27 Apr 2025 08:46:17 +0800
Ludovic Courtès <ludo <at> gnu.org> writes:

>> +    (synopsis "Cross platform game development library")
>
> Or "Compatibility layer for the SDL2 game development library"?
>
> Otherwise LGTM!
>
> Ludo'.

Pushed to master, thank you for review!

[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 1/2] gnu: sdl3: Update to 3.2.10.
Date: Sat, 19 Apr 2025 07:44:13 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/sdl.scm (sdl3): Update to 3.2.10.
[propagated-inputs]: Add mesa.

Change-Id: Ibbd6b1056e5e1467c5d73235abca48cd6d63e780
---
 gnu/packages/sdl.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 0f612b1bbb..c23614745c 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -151,7 +151,7 @@ (define-public sdl3
   (package
     (inherit sdl2)
     (name "sdl3")
-    (version "3.2.8")
+    (version "3.2.10")
     (source
      (origin
        (method url-fetch)
@@ -160,7 +160,7 @@ (define-public sdl3
                            version "/SDL3-" version ".tar.gz"))
        (sha256
         (base32
-         "00yv0273fvljp916kjvcmr60bl97pd95xdpjrn77dpk1nfmqyf0k"))))
+         "1q0ksmg1h0xfjpgbshslxc5a2b2flcm7n5lwiq4v8vf6vssffyzq"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -188,6 +188,7 @@ (define-public sdl3
            libxcursor                   ;enables X11 cursor support
            libxkbcommon
            libxrandr
+           mesa                         ;required by wayland
            pipewire
            pulseaudio
            wayland))

base-commit: a4a7ff0319c622cd08aa7461cc88cc6608fe62cb
-- 
2.49.0




This bug report was last modified 121 days ago.

Previous Next


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