pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/SDL3



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  3 12:19:38 UTC 2025

Modified Files:
        pkgsrc/devel/SDL3: Makefile distinfo

Log Message:
SDL3: updated to 3.2.24

3.2.24

This is a stable bugfix release, with the following changes:

Fixed a crash at startup on some installations of macOS
Fixed the reported fullscreen window position on MacBooks with a camera notch
Fixed Android applications losing vsync when being resumed
Fixed SDL_RunOnMainThread() on Android when using SDL_WaitEvent()
Fixed a crash when enumerating Steam Controllers
Fixed rumble strength on DualSense Edge and Bluetooth connected controllers
Fixed the HP Deluxe Webcam KQ246AA being detected as joystick
Disable Windows.Gaming.Input by default, this functionality is already covered by other APIs
Use the correct controller name on iOS
Enabled high refresh rates on iOS when using main callbacks
Fixed VMware not capturing the mouse when relative mode is enabled
Increased the maximum color target bindings from 4 to 8 in the GPU API
When using SDL_SetRenderLogicalPresentation(), letterboxing now uses the clear color instead of black
Fixed crash at startup when redirecting X11 output over ssh
Fixed a memory leak when using detached threads


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/SDL3/Makefile \
    pkgsrc/devel/SDL3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/SDL3/Makefile
diff -u pkgsrc/devel/SDL3/Makefile:1.2 pkgsrc/devel/SDL3/Makefile:1.3
--- pkgsrc/devel/SDL3/Makefile:1.2      Tue Sep  2 05:19:31 2025
+++ pkgsrc/devel/SDL3/Makefile  Fri Oct  3 12:19:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/09/02 05:19:31 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/10/03 12:19:38 adam Exp $
 
-DISTNAME=      SDL3-3.2.22
+DISTNAME=      SDL3-3.2.24
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL
Index: pkgsrc/devel/SDL3/distinfo
diff -u pkgsrc/devel/SDL3/distinfo:1.2 pkgsrc/devel/SDL3/distinfo:1.3
--- pkgsrc/devel/SDL3/distinfo:1.2      Tue Sep  2 05:19:31 2025
+++ pkgsrc/devel/SDL3/distinfo  Fri Oct  3 12:19:38 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2025/09/02 05:19:31 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/10/03 12:19:38 adam Exp $
 
-BLAKE2s (SDL3-3.2.22.tar.gz) = 08c9a40234907fa6b56aca225909ae59344ed07f0a470dfdc8c7496a0a1133c7
-SHA512 (SDL3-3.2.22.tar.gz) = e19f02c9b4c4f8029d9ba59c84c2cf90cacbcb4a8b79aff90316313cbfde5a54821e0e785300c04d71a498cf85e8fae9519aeb60abac4a1f78d185026cd88f66
-Size (SDL3-3.2.22.tar.gz) = 15895755 bytes
+BLAKE2s (SDL3-3.2.24.tar.gz) = c3fc6fdf83aae4ff2904ff98c3cff0ca27a07810d24a3eb37d7f06eddcc151e7
+SHA512 (SDL3-3.2.24.tar.gz) = 7032a6ba17d9c6c495fc948733ad2aeaf8d94b7e594746763f49676c84ca13e7b2f8d45ea068f961ca487dbca3df1968a42926410dbc3a1d381997f46277babc
+Size (SDL3-3.2.24.tar.gz) = 15896958 bytes
 SHA1 (patch-CMakeLists.txt) = 6187ae70c2c2fa8c5e36c93d9132ddd4c96657f6



Home | Main Index | Thread Index | Old Index