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:           Tue Sep  2 05:19:31 UTC 2025

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

Log Message:
SDL3: updated to 3.2.22

3.2.22

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

Fixed fullscreen transition edge cases on Windows and macOS
Fixed the dock occasionally showing on macOS when launching an SDL app
Updated Android build to use 16 Kb page size to meet Google Play Store requirements
Fixed signed 8-bit audio on Android
Fixed fingerprint sensors being detected as joysticks on Android
Added support for rumbling joysticks on Emscripten
Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY on iOS


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

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.1 pkgsrc/devel/SDL3/Makefile:1.2
--- pkgsrc/devel/SDL3/Makefile:1.1      Thu Apr 10 16:47:52 2025
+++ pkgsrc/devel/SDL3/Makefile  Tue Sep  2 05:19:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2025/04/10 16:47:52 nia Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/02 05:19:31 adam Exp $
 
-DISTNAME=      SDL3-3.2.10
+DISTNAME=      SDL3-3.2.22
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL
Index: pkgsrc/devel/SDL3/distinfo
diff -u pkgsrc/devel/SDL3/distinfo:1.1 pkgsrc/devel/SDL3/distinfo:1.2
--- pkgsrc/devel/SDL3/distinfo:1.1      Thu Apr 10 16:47:52 2025
+++ pkgsrc/devel/SDL3/distinfo  Tue Sep  2 05:19:31 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2025/04/10 16:47:52 nia Exp $
+$NetBSD: distinfo,v 1.2 2025/09/02 05:19:31 adam Exp $
 
-BLAKE2s (SDL3-3.2.10.tar.gz) = e8b9a18da7ac3d7766e89e50a9fbd90783d38184ab8b9dff9a875c191866593b
-SHA512 (SDL3-3.2.10.tar.gz) = e919749ded768ed15c2014efcacfb8ee6614d47727ceb45bbfd4248b36c3790640b4dcbd66de46e4f6870182e13d0d4ceb35da4eb064f9feabdde30ca6eae30d
-Size (SDL3-3.2.10.tar.gz) = 15876292 bytes
+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
 SHA1 (patch-CMakeLists.txt) = 6187ae70c2c2fa8c5e36c93d9132ddd4c96657f6

Index: pkgsrc/devel/SDL3/PLIST
diff -u pkgsrc/devel/SDL3/PLIST:1.2 pkgsrc/devel/SDL3/PLIST:1.3
--- pkgsrc/devel/SDL3/PLIST:1.2 Tue Jun  3 14:06:51 2025
+++ pkgsrc/devel/SDL3/PLIST     Tue Sep  2 05:19:31 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/06/03 14:06:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/09/02 05:19:31 adam Exp $
 include/SDL3/SDL.h
 include/SDL3/SDL_assert.h
 include/SDL3/SDL_asyncio.h
@@ -95,7 +95,7 @@ lib/cmake/SDL3/SDL3testTargets-relwithde
 lib/cmake/SDL3/SDL3testTargets.cmake
 lib/libSDL3.so
 lib/libSDL3.so.0
-lib/libSDL3.so.0.2.10
+lib/libSDL3.so.0.2.22
 lib/libSDL3_test.a
 lib/pkgconfig/sdl3.pc
 share/licenses/SDL3/LICENSE.txt



Home | Main Index | Thread Index | Old Index