From: dan <i@dan.games>
To: 69502@debbugs.gnu.org
Subject: [bug#69502] [PATCH] gnu: sdl2: Update to 2.30.0.
Date: Sat, 2 Mar 2024 17:06:42 +0800 [thread overview]
Message-ID: <d44af105ea8298dcb8d3f323230a7ed311540ced.1709370402.git.i@dan.games> (raw)
* gnu/packages/sdl.scm (sdl2): Update to 2.30.0.
Change-Id: I6c029cc5732e286816550871e519d79b1a13e70f
---
gnu/packages/sdl.scm | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 3a4aafcaa7..2bb41b9ca2 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -15,7 +15,7 @@
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2023 Evgeny Pisemsky <evgeny@pisemsky.com>
-;;; Copyright © 2023 dan <i@dan.games>
+;;; Copyright © 2023, 2024 dan <i@dan.games>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -118,30 +118,32 @@ (define-public sdl2
(package
(inherit sdl)
(name "sdl2")
- (version "2.28.5")
- (source (origin
- (method url-fetch)
- (uri
- (string-append "https://libsdl.org/release/SDL2-"
- version ".tar.gz"))
- (sha256
- (base32
- "1r36cspzv6h8abiqbbkrgm17g975p9wiziir2xabj3721dyv6b1k"))))
+ (version "2.30.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://libsdl.org/release/SDL2-" version
+ ".tar.gz"))
+ (sha256
+ (base32 "1c27ci93j4kgxdmpflaww8kwnz58b1chyp1i34almyp0away9qin"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)
#~(append '("--disable-wayland-shared" "--enable-video-kmsdrm"
"--disable-kmsdrm-shared")
#$flags))
- ((#:make-flags flags ''())
+ ((#:make-flags flags
+ ''())
#~(cons*
;; SDL dlopens libudev and libvulkan, so make sure they are in
;; rpath. This overrides the LDFLAG set in sdl’s configure-flags,
;; which isn’t necessary as sdl2 includes Mesa by default.
(string-append "LDFLAGS=-Wl,-rpath,"
- #$(this-package-input "eudev") "/lib"
+ #$(this-package-input "eudev")
+ "/lib"
",-rpath,"
- #$(this-package-input "vulkan-loader") "/lib")
+ #$(this-package-input "vulkan-loader")
+ "/lib")
#$flags))))
(inputs
;; SDL2 needs to be built with ibus support otherwise some systems
@@ -150,11 +152,11 @@ (define-public sdl2
;; For more information, see: https://dev.solus-project.com/T1721
(modify-inputs (package-inputs sdl)
(append dbus
- eudev ;for discovering input devices
+ eudev ;for discovering input devices
glib
ibus-minimal
libxkbcommon
- libxcursor ;enables X11 cursor support
+ libxcursor ;enables X11 cursor support
vulkan-loader
wayland
wayland-protocols)))
base-commit: 4a0549be52f3f46fbce61342d8de30f7b83130c5
--
2.41.0
next reply other threads:[~2024-03-02 9:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-02 9:06 dan [this message]
2024-03-06 5:46 ` [bug#69502] [PATCH] gnu: sdl2: Update to 2.30.0 John Kehayias via Guix-patches via
2024-03-06 6:37 ` dan
2024-03-25 1:04 ` John Kehayias via Guix-patches via
2024-03-25 3:33 ` dan
2024-03-26 1:28 ` [bug#69502] [PATCH mesa-updates v2] gnu: sdl2: Update to 2.30.1 dan
2024-03-27 5:17 ` John Kehayias via Guix-patches via
2024-04-18 4:44 ` bug#69502: " John Kehayias via Guix-patches via
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=d44af105ea8298dcb8d3f323230a7ed311540ced.1709370402.git.i@dan.games \
--to=i@dan.games \
--cc=69502@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.