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:   ryoon
Date:           Tue Feb 11 11:11:02 UTC 2025

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
devel/SDL2: Update to 2.32.0

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

    Allow destroying a window and its renderer in either order
    Added cursor-shape-v1 protocol support on Wayland
    Fixed full immersive mode in Android 9 and higher
    Improved event processing latency when gamepad/sensor is open
    Added SDL_HINT_APPLE_RWFROMFILE_USE_RESOURCES to control whether SDL tries to open files from the app's resource directory on macOS
    Fixed conditional effect playback on Moza Racing devices
    Fixed input for Thrustmaster PlayStation wheels when hid-tmff2 is installed
    Enabled direct VRAM access when using the window surface API on PSP
    Improved window surface support on Nintendo 3DS
    Fixed condition variable implementation on Nintendo 3DS
    Fixed byte order detection on Solaris
    Implemented SDL_TriggerBreakpoint() on aarch64-w64-mingw32


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.79 -r1.80 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.102 pkgsrc/devel/SDL2/Makefile:1.103
--- pkgsrc/devel/SDL2/Makefile:1.102    Sun Feb  9 00:28:19 2025
+++ pkgsrc/devel/SDL2/Makefile  Tue Feb 11 11:11:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2025/02/09 00:28:19 rillig Exp $
+# $NetBSD: Makefile,v 1.103 2025/02/11 11:11:02 ryoon Exp $
 
-DISTNAME=      SDL2-2.30.12
+DISTNAME=      SDL2-2.32.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.79 pkgsrc/devel/SDL2/distinfo:1.80
--- pkgsrc/devel/SDL2/distinfo:1.79     Sun Feb  2 09:33:32 2025
+++ pkgsrc/devel/SDL2/distinfo  Tue Feb 11 11:11:02 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.79 2025/02/02 09:33:32 adam Exp $
+$NetBSD: distinfo,v 1.80 2025/02/11 11:11:02 ryoon Exp $
 
-BLAKE2s (SDL2-2.30.12.tar.gz) = 775c41bc61cd5ac0075f4bc078649873662f755932b8b0165532e8bdd41e45bd
-SHA512 (SDL2-2.30.12.tar.gz) = 358dc9aabebdd1242245183a76d1ddff7b312f3db1f9fd247a7bd444bc8ca4c49e36a5a02bc577f2ee0b1f38f06f85b35a3db3616fdc9a6c67cd066db5152ac7
-Size (SDL2-2.30.12.tar.gz) = 7588596 bytes
+BLAKE2s (SDL2-2.32.0.tar.gz) = 020c722ac3cec681a96d28cd12b86fc54d5a01a37ec861b174275eb50322b699
+SHA512 (SDL2-2.32.0.tar.gz) = a91b8105125f06118e8bfce2a5553fe053f7158dd02f06a36cfc535f09c401eb7da11072e576c6bf6e41fa2e02b08483b9cc4e11c658578b762e1b6c326a45bb
+Size (SDL2-2.32.0.tar.gz) = 7625288 bytes
 SHA1 (patch-sdl2-config.in) = 963486e3cf6cb437f43197885e9f519ace4497c1



Home | Main Index | Thread Index | Old Index