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 Jul  3 06:48:08 UTC 2026

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

Log Message:
SDL3: updated to 3.4.12

3.4.12

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

Fixed an assert on Windows in SDL_SetWindowOpacity()
Improved support for external surfaces under Wayland
Fixed visual artifacts when switching render targets with the Vulkan renderer
Fixed crash rendering YUV textures on NVIDIA drivers with the Vulkan renderer
Added SDL_HINT_ENABLE_STEAM_SCREEN_KEYBOARD to customize behavior on Steam Deck and Steam Machine
Improved support for gamepads under Emscripten
Added hotplug detection support when using libusb for HIDAPI controllers
Fixed flipped Xbox 360 controller axes on macOS
Fixed truncated long text input sequences when using sdl2-compat


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/SDL3/Makefile pkgsrc/devel/SDL3/PLIST
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/devel/SDL3/Makefile:1.12
--- pkgsrc/devel/SDL3/Makefile:1.11     Mon Jun  1 07:20:27 2026
+++ pkgsrc/devel/SDL3/Makefile  Fri Jul  3 06:48:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/06/01 07:20:27 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/07/03 06:48:08 adam Exp $
 
-DISTNAME=      SDL3-3.4.10
+DISTNAME=      SDL3-3.4.12
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL
Index: pkgsrc/devel/SDL3/PLIST
diff -u pkgsrc/devel/SDL3/PLIST:1.11 pkgsrc/devel/SDL3/PLIST:1.12
--- pkgsrc/devel/SDL3/PLIST:1.11        Mon Jun  1 07:20:27 2026
+++ pkgsrc/devel/SDL3/PLIST     Fri Jul  3 06:48:08 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2026/06/01 07:20:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/07/03 06:48:08 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.10
+lib/libSDL3.so.0.4.12
 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.10 pkgsrc/devel/SDL3/distinfo:1.11
--- pkgsrc/devel/SDL3/distinfo:1.10     Mon Jun  1 07:20:27 2026
+++ pkgsrc/devel/SDL3/distinfo  Fri Jul  3 06:48:08 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2026/06/01 07:20:27 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/07/03 06:48:08 adam Exp $
 
-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
+BLAKE2s (SDL3-3.4.12.tar.gz) = 2142ecddb99d06e9323f05880305d03fa4ff6e0a95f9f8305671ba377bcc9229
+SHA512 (SDL3-3.4.12.tar.gz) = c53cb5d82f6a9b7221bfd4f64d5352fd0c91837b7cb88ccf4898657b241189e25b7d405aa0c5c42ee25bad9a19c1da5c2daca6f8fde493ae26cb3e5f2883c0f5
+Size (SDL3-3.4.12.tar.gz) = 15629574 bytes
 SHA1 (patch-CMakeLists.txt) = 5aba59473b4dbc97ead9c70a33e7fb3239763373



Home | Main Index | Thread Index | Old Index