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 Jan  2 07:59:20 UTC 2025

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.30.11

2.30.11

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

Fixed a crash if the controller product name is NULL
Fixed the PS3 controller mapping on Windows
Allow rendering during the modal resize loop on macOS
Corrected CoreAudio surround sound channel layouts
Enabled high refresh rates on iOS
Fixed SDL_OpenURL() on iOS 18.2 and newer
Implemented SDL_OpenURL() on tvOS
Fixed Chinese locales on PSP


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.77 -r1.78 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.99 pkgsrc/devel/SDL2/Makefile:1.100
--- pkgsrc/devel/SDL2/Makefile:1.99     Sat Dec  7 10:34:48 2024
+++ pkgsrc/devel/SDL2/Makefile  Thu Jan  2 07:59:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2024/12/07 10:34:48 adam Exp $
+# $NetBSD: Makefile,v 1.100 2025/01/02 07:59:20 adam Exp $
 
-DISTNAME=      SDL2-2.30.10
+DISTNAME=      SDL2-2.30.11
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.77 pkgsrc/devel/SDL2/distinfo:1.78
--- pkgsrc/devel/SDL2/distinfo:1.77     Sat Dec  7 10:34:48 2024
+++ pkgsrc/devel/SDL2/distinfo  Thu Jan  2 07:59:20 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.77 2024/12/07 10:34:48 adam Exp $
+$NetBSD: distinfo,v 1.78 2025/01/02 07:59:20 adam Exp $
 
-BLAKE2s (SDL2-2.30.10.tar.gz) = ffc0947c1a4add823d91c0ca2808ff78b3f3fec68c4d90a6907025bd75c8255d
-SHA512 (SDL2-2.30.10.tar.gz) = bcb220749cd3b0874288d617419e622701138bcb8fe55e9b665e8843c65afda031d01afe0d11e308a9608724ed151f342e5f5670c84204b36943cb323ced41da
-Size (SDL2-2.30.10.tar.gz) = 7586495 bytes
+BLAKE2s (SDL2-2.30.11.tar.gz) = dd0e8a426a5b2b06dd40f7694acb6e5d2c08e9d83a4d6ecdf9aee66fc5aec609
+SHA512 (SDL2-2.30.11.tar.gz) = cd4c040ebe4ec74250e32b401a292658353721dda30ad1066522b2a9de9a07560313978880a0bad7e7f5103cc14278fcbe27dbc5a188189e7fb6f097e7308550
+Size (SDL2-2.30.11.tar.gz) = 7585207 bytes
 SHA1 (patch-sdl2-config.in) = 963486e3cf6cb437f43197885e9f519ace4497c1



Home | Main Index | Thread Index | Old Index