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.26.4 Date: Mon, 27 Mar 2023 15:01:46 +0200 Message-ID: <20230327130147.3424542-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7559062727195629813==" List-Id: --===============7559062727195629813== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.26.2 to 2.26.4 - Update of rootfile - Changelog 2.26.4 Latest Fixed relative mouse motion over remote desktop on Windows Fixed using older game controller mappings on Linux 2.26.3 Fixed infinite loop shutting down WGI controllers Fixed centering the D-pad on some Xbox controllers 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 c712b47f9..b54783ef8 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.2600.2 +usr/lib/libSDL2-2.0.so.0.2600.4 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a diff --git a/lfs/sdl2 b/lfs/sdl2 index 5387952e5..829f959e9 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.26.2 +VER =3D 2.26.4 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 9 +PAK_VER =3D 10 =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 84a972c634a084350173fcc5da69cc9b402f83b969e6611aa47cc8= 1dc01520508ba813e5910299702c7139a0426462e607e97524510f61afe91d46a7cc9da8dc +$(DL_FILE)_BLAKE2 =3D 9843df277d1cd5f4e7ebb89cde6d069e8b635b6d8f10c2104badcc= 2089fcdd3ca4e620c322a687c1a0346817c17978a7c99729b55a48dc57937bb9df6435b4ff =20 install : $(TARGET) =20 --=20 2.40.0 --===============7559062727195629813==--