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: wiz
Date: Sun Apr 5 11:32:57 UTC 2026
Modified Files:
pkgsrc/devel/SDL3: Makefile PLIST distinfo
Log Message:
SDL3: update to 3.4.4.
This is a stable bugfix release, with the following changes:
Fixes a crash when calling SDL_RenderGeometryRaw() with both texture and uv set to NULL
Default SDL_GL_FRAMEBUFFER_SRGB_CAPABLE back to zero, to fix brightness issues with existing applications
Prevent the window from growing when scale to display is used on Wayland
Scale custom cursors with the pointer scale on Wayland
Fixed missing mouse cursor on KMSDRM
Remove the window shape when SDL_SetWindowShape() is passed NULL
Fixed sending duplicate key down events when reconciling X11 modifier state
Fixed backspace handling on Android with API 30+
Added SDL_HINT_WINDOWS_RAW_KEYBOARD_INPUTSINK to add the RIDEV_INPUTSINK flag for raw input on Windows
Fixed Print Screen key capture during keyboard grab
Fixed pipewire audio output hanging under heavy load
Fixed DirectSound buffer creation failure with >200kHz
Implemented support for SDL_HINT_AUDIO_DEVICE_STREAM_ROLE on Android
Fixed a crash when setting framerate for a camera on macOS
Fixed an out of memory issue opening a V4L2 camera with FRMIVAL_TYPE_CONTINUOUS
Disabled system gesture state for game controllers on macOS
Added support for SL/SR on Switch 2 controllers in mini-controller mode
Added battery status for newer FlyDigi controllers
Added support for the Flydigi Vader 5 Pro in Xbox 360 mode
Added support for battery status on third-party DualSense controllers
Added support for accelerometers on third-party PS3 controllers
Fixed opening the wrong controller index on PS2
Added support for the ZUIKI EVOTOP controller
Added support for persistent storage with Emscripten (see SDL_EMSCRIPTEN_PERSISTENT_PATH)
Fixed several issues with globbing directories
Fixed the Windows file dialog calling the callback twice in some cases
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/SDL3/Makefile pkgsrc/devel/SDL3/PLIST
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/devel/SDL3/Makefile:1.9
--- pkgsrc/devel/SDL3/Makefile:1.8 Tue Feb 24 08:32:43 2026
+++ pkgsrc/devel/SDL3/Makefile Sun Apr 5 11:32:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/02/24 08:32:43 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/05 11:32:57 wiz Exp $
-DISTNAME= SDL3-3.4.2
+DISTNAME= SDL3-3.4.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libsdl-org/}
GITHUB_PROJECT= SDL
Index: pkgsrc/devel/SDL3/PLIST
diff -u pkgsrc/devel/SDL3/PLIST:1.8 pkgsrc/devel/SDL3/PLIST:1.9
--- pkgsrc/devel/SDL3/PLIST:1.8 Tue Feb 24 08:32:43 2026
+++ pkgsrc/devel/SDL3/PLIST Sun Apr 5 11:32:57 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2026/02/24 08:32:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/04/05 11:32:57 wiz 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.2
+lib/libSDL3.so.0.4.4
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.7 pkgsrc/devel/SDL3/distinfo:1.8
--- pkgsrc/devel/SDL3/distinfo:1.7 Tue Feb 24 08:32:43 2026
+++ pkgsrc/devel/SDL3/distinfo Sun Apr 5 11:32:57 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2026/02/24 08:32:43 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/04/05 11:32:57 wiz Exp $
-BLAKE2s (SDL3-3.4.2.tar.gz) = 37ec893a78467caf9d8a47a0b14849b6b5a8bb8abd970f0c4d8f0393ee870621
-SHA512 (SDL3-3.4.2.tar.gz) = 3d9e9514788ecefea586e788af2100a73befffd2b4a9aaccbbe3b3e0c8cb324605b1386b4f7a65cb59022fbaab430efda164a3d1301cbf2315987018bc110f64
-Size (SDL3-3.4.2.tar.gz) = 15575883 bytes
+BLAKE2s (SDL3-3.4.4.tar.gz) = 38ca2b6cd4c9698a45cb43247c2af2d04fc3388af95b0ce18ac977a2fb50df60
+SHA512 (SDL3-3.4.4.tar.gz) = 2c28a10c49f79efcfbb486156e7271b84cca028b3d6d8b436e99c3be85e5e648aa6543387817b3281ae9f4fcc6cb4046d998c7b273e62d3d9fe76e019ac91b6e
+Size (SDL3-3.4.4.tar.gz) = 15585523 bytes
SHA1 (patch-CMakeLists.txt) = 5aba59473b4dbc97ead9c70a33e7fb3239763373
Home |
Main Index |
Thread Index |
Old Index