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:           Mon Jun  1 07:20:28 UTC 2026

Modified Files:
        pkgsrc/devel/SDL3: Makefile PLIST distinfo

Log Message:
SDL3: updated to 3.4.10

3.4.10

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

Allow depth texture arrays in the GPU API
Fixed a crash when copying to the Vulkan swapchain with the GPU API
Added support for packed 16-bit texture formats in the Metal renderer
Fixed rare cursor corruption on Windows
Fixed the text edit cursor position when using the Korean IME on Windows
Added controller sensor support for GameInput v3
Added support for gamepad motion sensors on Android
Release wired controllers back to the OS when the application is in the background on Android
Fixed Ipega controllers being ignored in keyboard mode
Added support for GameCube rumble when the adapter is in PC mode and has the latest firmware
Fixed rumble on the new Steam Controller
Added support for the GameSir Super Nova in Xbox 360 mode
Added support for the PDP Afterglow Wave Wireless Controller for Switch
Fixed several second hang when changing focus on X11 in some situations
Disable the X Synchronization Extension by default, can be enabled with SDL_HINT_VIDEO_X11_ENABLE_XSYNC_EXT
Fixed SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH on X11
Fixed a rare crash on Raspberry Pi when creating a window


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/SDL3/Makefile pkgsrc/devel/SDL3/PLIST
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/devel/SDL3/Makefile:1.11
--- pkgsrc/devel/SDL3/Makefile:1.10     Sun May  3 14:22:04 2026
+++ pkgsrc/devel/SDL3/Makefile  Mon Jun  1 07:20:27 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/05/03 14:22:04 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/06/01 07:20:27 adam Exp $
 
-DISTNAME=      SDL3-3.4.8
+DISTNAME=      SDL3-3.4.10
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL
Index: pkgsrc/devel/SDL3/PLIST
diff -u pkgsrc/devel/SDL3/PLIST:1.10 pkgsrc/devel/SDL3/PLIST:1.11
--- pkgsrc/devel/SDL3/PLIST:1.10        Sun May  3 14:22:04 2026
+++ pkgsrc/devel/SDL3/PLIST     Mon Jun  1 07:20:27 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2026/05/03 14:22:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/06/01 07:20:27 adam Exp $
 include/SDL3/SDL.h
 include/SDL3/SDL_assert.h
 include/SDL3/SDL_asyncio.h
@@ -96,7 +96,7 @@ lib/cmake/SDL3/SDL3testTargets-relwithde
 lib/cmake/SDL3/SDL3testTargets.cmake
 lib/libSDL3.so
 lib/libSDL3.so.0
-lib/libSDL3.so.0.4.8
+lib/libSDL3.so.0.4.10
 lib/libSDL3_test.a
 lib/pkgconfig/sdl3.pc
 share/licenses/SDL3/LICENSE.txt

Index: pkgsrc/devel/SDL3/distinfo
diff -u pkgsrc/devel/SDL3/distinfo:1.9 pkgsrc/devel/SDL3/distinfo:1.10
--- pkgsrc/devel/SDL3/distinfo:1.9      Sun May  3 14:22:04 2026
+++ pkgsrc/devel/SDL3/distinfo  Mon Jun  1 07:20:27 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2026/05/03 14:22:04 wiz Exp $
+$NetBSD: distinfo,v 1.10 2026/06/01 07:20:27 adam Exp $
 
-BLAKE2s (SDL3-3.4.8.tar.gz) = 9b58f99e8c3dec3cde15ec4825f0435dee702c98927d785887b24e3aecc818d6
-SHA512 (SDL3-3.4.8.tar.gz) = 2fd6b0ecb46278e8c625fce85bd3e7e9813c0380c86fde3ccca4c8e608cfeb316c9c905ae471e8c881d651e3a73fce668e3b7709fb7912234e9de1588259e4a3
-Size (SDL3-3.4.8.tar.gz) = 15597898 bytes
+BLAKE2s (SDL3-3.4.10.tar.gz) = 2420ecb8e16735a4daa134a91c94412a8350a088b363a582a9075d4123fc4dd1
+SHA512 (SDL3-3.4.10.tar.gz) = a66366071aa5dcc5949c3f48b2041dff8850cd05917c1ba5f6ae251e9eef3277d31884fe020251388051887c8c1587cd80457a02bdb96c11eb41065ac9f69958
+Size (SDL3-3.4.10.tar.gz) = 15606216 bytes
 SHA1 (patch-CMakeLists.txt) = 5aba59473b4dbc97ead9c70a33e7fb3239763373



Home | Main Index | Thread Index | Old Index