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 May  3 14:22:04 UTC 2026

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

Log Message:
SDL3: update to 3.4.8.

3.4.8

This is a hotfix release, with the following changes:

    Fixed a controller related crash on Windows, introduced in 3.4.6
    Fixed a crash when showing a dialog on Unix if zenity isn't installed

3.4.6

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

    Fixed Xbox controllers being unresponsive on preview release of Windows 11
    Fixed enumerating subdirectories in the application assets on Android
    Fixed the on-screen keyboard being hidden while shown on Android
    Fixed text input being canceled when the on-screen keyboard goes away on iOS
    Fixed pen hover getting a stale position when lifting off the iPad on iOS
    Fixed the menu button state on controllers on Apple platforms
    Fixed scaled cursor image selection on Wayland
    Fixed horizontal touchpad scrolling direction on X11
    Fixed crash on exit when using KMSDRM in atomic mode
    Fixed multi-threaded crashes using SDL GPU on Vulkan and Metal
    Fixed building for GDK on Windows


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/SDL3/Makefile pkgsrc/devel/SDL3/PLIST
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/devel/SDL3/Makefile:1.10
--- pkgsrc/devel/SDL3/Makefile:1.9      Sun Apr  5 11:32:57 2026
+++ pkgsrc/devel/SDL3/Makefile  Sun May  3 14:22:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/04/05 11:32:57 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/05/03 14:22:04 wiz Exp $
 
-DISTNAME=      SDL3-3.4.4
+DISTNAME=      SDL3-3.4.8
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL
Index: pkgsrc/devel/SDL3/PLIST
diff -u pkgsrc/devel/SDL3/PLIST:1.9 pkgsrc/devel/SDL3/PLIST:1.10
--- pkgsrc/devel/SDL3/PLIST:1.9 Sun Apr  5 11:32:57 2026
+++ pkgsrc/devel/SDL3/PLIST     Sun May  3 14:22:04 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2026/04/05 11:32:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/05/03 14:22:04 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.4
+lib/libSDL3.so.0.4.8
 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.8 pkgsrc/devel/SDL3/distinfo:1.9
--- pkgsrc/devel/SDL3/distinfo:1.8      Sun Apr  5 11:32:57 2026
+++ pkgsrc/devel/SDL3/distinfo  Sun May  3 14:22:04 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2026/04/05 11:32:57 wiz Exp $
+$NetBSD: distinfo,v 1.9 2026/05/03 14:22:04 wiz Exp $
 
-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
+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
 SHA1 (patch-CMakeLists.txt) = 5aba59473b4dbc97ead9c70a33e7fb3239763373



Home | Main Index | Thread Index | Old Index