SDL2: updated to 2.30.1

2.30.1

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

Fixed a regression causing SDL_WaitEvent() to return spurious failures
Fixed X11 cursors on the latest release of GNOME
Wayland windows automatically have OpenGL enabled again
Fixed memory corruption when converting signed 16-bit audio to float
Fixed audio artifacts when converting signed 8-bit audio to float
Fixed the clip rectangle not being updated when the viewport changes in the SDL renderer
Convert mouse wheel coordinates to the rendering view in the SDL renderer
Fixed a crash handling controllers on macOS
Fixed a crash setting a window fullscreen with Emscripten
Fixed the keyboard automatically popping up when resuming an application on Android
This commit is contained in:
adam 2024-03-06 18:50:52 +00:00
parent 80e61c2822
commit bd79690b4c
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.87 2024/02/07 03:56:54 ryoon Exp $
# $NetBSD: Makefile,v 1.88 2024/03/06 18:50:52 adam Exp $
DISTNAME= SDL2-2.30.0
DISTNAME= SDL2-2.30.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libsdl-org/}
GITHUB_PROJECT= SDL

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.66 2024/02/07 03:56:54 ryoon Exp $
$NetBSD: distinfo,v 1.67 2024/03/06 18:50:52 adam Exp $
BLAKE2s (SDL2-2.30.0.tar.gz) = afc053bfd4d11db0ab586f79ca90a7984b449d8fcf1e3c86dc6c3ae003754f5c
SHA512 (SDL2-2.30.0.tar.gz) = 6eac264db52342d3af338745c5ee7c627982a661194686e06e0ea44d4eb38f88d0b451656edf3169334570ee484132e5a74ab9ed56f9de359728d48f93a0aafa
Size (SDL2-2.30.0.tar.gz) = 7428037 bytes
BLAKE2s (SDL2-2.30.1.tar.gz) = a5a55b2009b4b1313d0ad8bdec7879b2402a18421521817370e1fb0a97b3baa7
SHA512 (SDL2-2.30.1.tar.gz) = bb1863310d627e7b49cfc31bea7eb9100da1908cd83a97c533c28a2e32eac377c72dde83d2c2c4791007f534ea2e5ec8b1ac545a0d2e291dfdce1734a727c4af
Size (SDL2-2.30.1.tar.gz) = 7428023 bytes