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:           Tue Sep  2 05:19:09 UTC 2025

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.32.10

2.32.10

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

Fixed the dock occasionally showing on macOS when launching an SDL app
Report the correct device audio format when using Pipewire
Fixed signed 8-bit audio on Android
Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY on iOS
Improved thumbstick range for Nintendo Switch Pro Controllers
Fixed loading user calibration for Nintendo Switch Pro Controllers


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.84 -r1.85 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.108 pkgsrc/devel/SDL2/Makefile:1.109
--- pkgsrc/devel/SDL2/Makefile:1.108    Tue Jun  3 18:45:02 2025
+++ pkgsrc/devel/SDL2/Makefile  Tue Sep  2 05:19:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2025/06/03 18:45:02 adam Exp $
+# $NetBSD: Makefile,v 1.109 2025/09/02 05:19:09 adam Exp $
 
-DISTNAME=      SDL2-2.32.8
+DISTNAME=      SDL2-2.32.10
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.84 pkgsrc/devel/SDL2/distinfo:1.85
--- pkgsrc/devel/SDL2/distinfo:1.84     Tue Jun  3 18:45:02 2025
+++ pkgsrc/devel/SDL2/distinfo  Tue Sep  2 05:19:09 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.84 2025/06/03 18:45:02 adam Exp $
+$NetBSD: distinfo,v 1.85 2025/09/02 05:19:09 adam Exp $
 
-BLAKE2s (SDL2-2.32.8.tar.gz) = ffc640c8c39aa0e93e03f3d437d112c485899263eabd16b2b7f40865f972e628
-SHA512 (SDL2-2.32.8.tar.gz) = 484c33638e7bd1002815bb1f6a47a292d1eaf0b963598dde65f4a3e077dfe75ee35b9ea4b3b767365b3ef4f613c4d69ce55b5e96675de562994344e83a978272
-Size (SDL2-2.32.8.tar.gz) = 7627356 bytes
+BLAKE2s (SDL2-2.32.10.tar.gz) = 7815147745deb41a62fbc33361fde19fd4f6cf386d1fa6f01f343b62b317c200
+SHA512 (SDL2-2.32.10.tar.gz) = b67ebdb46bc3b41c974113937e15445e47a6e115692761e2812c3965e85b9ca4d804633de6369fa3dd36cc77f5d08655570c1707245b2c46f88114aa3238fd1b
+Size (SDL2-2.32.10.tar.gz) = 7630262 bytes
 SHA1 (patch-sdl2-config.in) = 963486e3cf6cb437f43197885e9f519ace4497c1



Home | Main Index | Thread Index | Old Index