pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/SDL2



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul  4 06:10:37 UTC 2024

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.30.5

2.30.5

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

Respect SDL_HINT_RENDER_DRIVER when creating an accelerated window surface
Clean up any accelerated renderer in SDL_DestroyWindowSurface()
Disable low level USB controller support on Android by default (can be enabled by setting "SDL_ENV.SDL_JOYSTICK_HIDAPI" metadata to "1" in AndroidManifest.xml)
Fixed USB permissions dialog on Android 14
Fixed controller mapping matching when one entry has a CRC specified and another doesn't
Enable joystick support on FreeBSD when building using CMake
Reduced input latency when using an fcitx IME on Linux
Fixed graphical corruption on Raspberry Pi
Fixed crash when using an unstable sort function in SDL_qsort (you shouldn't do this, but at least it won't crash)


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/SDL2/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/SDL2/Makefile
diff -u pkgsrc/devel/SDL2/Makefile:1.92 pkgsrc/devel/SDL2/Makefile:1.93
--- pkgsrc/devel/SDL2/Makefile:1.92     Wed Jun 19 09:30:50 2024
+++ pkgsrc/devel/SDL2/Makefile  Thu Jul  4 06:10:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2024/06/19 09:30:50 adam Exp $
+# $NetBSD: Makefile,v 1.93 2024/07/04 06:10:37 adam Exp $
 
-DISTNAME=      SDL2-2.30.4
+DISTNAME=      SDL2-2.30.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.70 pkgsrc/devel/SDL2/distinfo:1.71
--- pkgsrc/devel/SDL2/distinfo:1.70     Wed Jun 19 09:30:50 2024
+++ pkgsrc/devel/SDL2/distinfo  Thu Jul  4 06:10:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2024/06/19 09:30:50 adam Exp $
+$NetBSD: distinfo,v 1.71 2024/07/04 06:10:37 adam Exp $
 
-BLAKE2s (SDL2-2.30.4.tar.gz) = a7f156ab97ea844d16929ffa17d0057f76e04f8eb1f46ab7a59fd13bd94c7108
-SHA512 (SDL2-2.30.4.tar.gz) = dace0bfcfb9c7452786bee7082c8293199430ed0735e1efd983d73b604ab6bab8b9d2bc84530fa66c2cfa4e5c3ae6b506b2b6cb9a068c25f0f5b3352240d859b
-Size (SDL2-2.30.4.tar.gz) = 7522327 bytes
+BLAKE2s (SDL2-2.30.5.tar.gz) = 766c3a1e3649e25363be060005272bb5190193e8c46643ed1267e9f8dd7f6795
+SHA512 (SDL2-2.30.5.tar.gz) = a5892d96e4bd97702aacaddebef16c0d731582539ef3eb4cf95494b81fcda2305e93ac0735074d6269833efd106b4ae194b964ef5696476d071e071ba22aadc4
+Size (SDL2-2.30.5.tar.gz) = 7524219 bytes



Home | Main Index | Thread Index | Old Index