Skip to content

Commit a5c1266

Browse files
author
adam
committed
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
1 parent 9bf17c8 commit a5c1266

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devel/SDL3/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.2 2025/09/02 05:19:31 adam Exp $
1+
# $NetBSD: Makefile,v 1.3 2025/10/03 12:19:38 adam Exp $
22

3-
DISTNAME= SDL3-3.2.22
3+
DISTNAME= SDL3-3.2.24
44
CATEGORIES= devel
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=libsdl-org/}
66
GITHUB_PROJECT= SDL

devel/SDL3/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.2 2025/09/02 05:19:31 adam Exp $
1+
$NetBSD: distinfo,v 1.3 2025/10/03 12:19:38 adam Exp $
22

3-
BLAKE2s (SDL3-3.2.22.tar.gz) = 08c9a40234907fa6b56aca225909ae59344ed07f0a470dfdc8c7496a0a1133c7
4-
SHA512 (SDL3-3.2.22.tar.gz) = e19f02c9b4c4f8029d9ba59c84c2cf90cacbcb4a8b79aff90316313cbfde5a54821e0e785300c04d71a498cf85e8fae9519aeb60abac4a1f78d185026cd88f66
5-
Size (SDL3-3.2.22.tar.gz) = 15895755 bytes
3+
BLAKE2s (SDL3-3.2.24.tar.gz) = c3fc6fdf83aae4ff2904ff98c3cff0ca27a07810d24a3eb37d7f06eddcc151e7
4+
SHA512 (SDL3-3.2.24.tar.gz) = 7032a6ba17d9c6c495fc948733ad2aeaf8d94b7e594746763f49676c84ca13e7b2f8d45ea068f961ca487dbca3df1968a42926410dbc3a1d381997f46277babc
5+
Size (SDL3-3.2.24.tar.gz) = 15896958 bytes
66
SHA1 (patch-CMakeLists.txt) = 6187ae70c2c2fa8c5e36c93d9132ddd4c96657f6

0 commit comments

Comments
 (0)