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:           Mon Mar  3 13:12:48 UTC 2025

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.32.2

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

Fixed stack overflow when setting thread debug names on Windows
Fixed flushing audio forever in some cases when recording PulseAudio on Linux
Fixed a crash when initializing with controllers connected on macOS
Added SDL_HINT_JOYSTICK_HAPTIC_AXES to specify how many haptic axes a device has


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.80 -r1.81 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.104 pkgsrc/devel/SDL2/Makefile:1.105
--- pkgsrc/devel/SDL2/Makefile:1.104    Wed Feb 12 06:44:34 2025
+++ pkgsrc/devel/SDL2/Makefile  Mon Mar  3 13:12:48 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2025/02/12 06:44:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.105 2025/03/03 13:12:48 adam Exp $
 
-DISTNAME=      SDL2-2.32.0
-PKGREVISION=   1
+DISTNAME=      SDL2-2.32.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.80 pkgsrc/devel/SDL2/distinfo:1.81
--- pkgsrc/devel/SDL2/distinfo:1.80     Tue Feb 11 11:11:02 2025
+++ pkgsrc/devel/SDL2/distinfo  Mon Mar  3 13:12:48 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.80 2025/02/11 11:11:02 ryoon Exp $
+$NetBSD: distinfo,v 1.81 2025/03/03 13:12:48 adam Exp $
 
-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
+BLAKE2s (SDL2-2.32.2.tar.gz) = 18a539f67c5285bd7445c30e53dc275ffb1f331e4195a62e9b68642f5f6cc9ba
+SHA512 (SDL2-2.32.2.tar.gz) = 9a608974a69b97fd5589bf8feed4742498f8f07731bcd5b99dd518089acda8b9b4216197b6adf7ca79ef1a9fe47c542033eefe94763e66229b1d9ba5207da5c5
+Size (SDL2-2.32.2.tar.gz) = 7627192 bytes
 SHA1 (patch-sdl2-config.in) = 963486e3cf6cb437f43197885e9f519ace4497c1



Home | Main Index | Thread Index | Old Index