From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sdl2: Update to version 2.28.3 Date: Thu, 07 Sep 2023 19:30:15 +0200 Message-ID: <20230907173022.2692770-10-adolf.belka@ipfire.org> In-Reply-To: <20230907173022.2692770-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7496177059743340461==" List-Id: --===============7496177059743340461== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.28.1 to 2.28.3 - Update of rootfile - Changelog 2.28.3 This is a stable bugfix release, with the following changes: Added a gamepad mapping for the G-Shark GS-GP702 Fixed touchpad events for the Razer Wolverine V2 Pro in PS5 mode Fixed getting key events from TV remotes on Android Updated to Android minSdkVersion 19 and targetSdkVersion 34 to meet Goog= le Play Store requirements 2.28.2 This is a stable bugfix release, with the following changes: Fixed occasionally failing to open the clipboard on Windows Fixed crash at shutdown when using the D3D11 renderer Fixed setting the viewport when using the D3D12 renderer Fixed crash using SDL event functions before initializing SDL on Windows Fixed Xbox controller trigger motion events on Windows Fixed Xbox controller rumble in the background on Windows Added the hint SDL_HINT_JOYSTICK_WGI to control whether to use Windows.Gaming.Input for controllers Fixed 8BitDo gamepad mapping when in XInput mode on Linux Fixed controller lockup initializing some unofficial PS4 replica control= lers Fixed video initialization on headless Linux systems using VNC Fixed large mouse jump when changing relative mouse mode on macOS Fixed hardware keyboard text input on iPadOS Signed-off-by: Adolf Belka --- config/rootfiles/packages/sdl2 | 2 +- lfs/sdl2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/sdl2 b/config/rootfiles/packages/sdl2 index 9f9a9eace..519685a8d 100644 --- a/config/rootfiles/packages/sdl2 +++ b/config/rootfiles/packages/sdl2 @@ -82,7 +82,7 @@ #usr/lib/cmake/SDL2/sdl2-config-version.cmake #usr/lib/cmake/SDL2/sdl2-config.cmake usr/lib/libSDL2-2.0.so.0 -usr/lib/libSDL2-2.0.so.0.2800.1 +usr/lib/libSDL2-2.0.so.0.2800.3 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a diff --git a/lfs/sdl2 b/lfs/sdl2 index 0366b98e8..387323d05 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.28.1 +VER =3D 2.28.3 SUMMARY =3D Simple DirectMedia Layer Library =20 THISAPP =3D SDL2-$(VER) @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D sdl2 -PAK_VER =3D 12 +PAK_VER =3D 13 =20 DEPS =3D alsa =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D c32537d42108dd75ea4f2ba907d6b045ba18d6be29f76a6f8a2f45= 400d069b0d43223a8855ba3103fa53c3b9d886b2e542133bcce1cd6cfcf5b17800dd5f9911 +$(DL_FILE)_BLAKE2 =3D 1ef8950b7736fbbca4607ed9750114f94b8e6e944b2974941840c1= 3b1677643126524cc41ad8c3ead699ea2f90295898888d3d0b31c7a80079420aa9187035fb =20 install : $(TARGET) =20 --=20 2.42.0 --===============7496177059743340461==--