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.18.5 Date: Fri, 10 Nov 2023 11:59:03 +0100 Message-ID: <20231110105910.11113-6-adolf.belka@ipfire.org> In-Reply-To: <20231110105910.11113-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6151556535258796040==" List-Id: --===============6151556535258796040== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.28.3 to 2.28.5 - Update of rootfile - Changelog 2.28.5 This is a stable bugfix release, with the following changes: Added support for the HP HyperX Clutch Gladiate controller Fixed a crash if a controller is disconnected while SDL is opening it Fixed a crash on Linux if XInput2 isn't available at runtime 2.28.4 This is a stable bugfix release, with the following changes: Enable clipping for zero sized rectangles in the SDL renderer Notify X11 clipboard managers when the clipboard changes Fixed sensor timestamps for third-party PS5 controllers Added detection for Logitech and Simagic racing wheels 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 519685a8d..10691044c 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.3 +usr/lib/libSDL2-2.0.so.0.2800.5 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a diff --git a/lfs/sdl2 b/lfs/sdl2 index 387323d05..51d7de8cc 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.28.3 +VER =3D 2.28.5 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 13 +PAK_VER =3D 14 =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 1ef8950b7736fbbca4607ed9750114f94b8e6e944b2974941840c1= 3b1677643126524cc41ad8c3ead699ea2f90295898888d3d0b31c7a80079420aa9187035fb +$(DL_FILE)_BLAKE2 =3D c96481bc02af6b6d077247238f7e46b0e3ec216664584add29cafb= 0a91d06dc6ddc637a01519dbd7182d4fa59cfaf26ad6733f72583021cf65849416f9c4b698 =20 install : $(TARGET) =20 --=20 2.42.1 --===============6151556535258796040==--