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.2 Date: Thu, 05 Jan 2023 19:21:10 +0100 Message-ID: <20230105182110.3725538-6-adolf.belka@ipfire.org> In-Reply-To: <20230105182110.3725538-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8659665490017166863==" List-Id: --===============8659665490017166863== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.26.0 to 2.26.2 - Update of rootfile - Changelog 2.26.2 Latest This is a stable bugfix release, with the following changes: Fixed long delay at startup when a Razer keyboard is connected Fixed not receiving SDLK_5 or SDL_SCANCODE_5 when using the AZERTY keybo= ard layout on Linux 2.26.1 This is a stable bugfix release, with the following changes: Improved audio resampling quality Fixed crash if SDL_GetPointDisplayIndex() or SDL_GetRectDisplayIndex() a= re called before SDL_VideoInit() Fixed building with older Xcode and macOS SDK Fixed building when not using shared Wayland libraries Signed-off-by: Adolf Belka --- config/rootfiles/packages/sdl2 | 2 +- lfs/sdl2 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/sdl2 b/config/rootfiles/packages/sdl2 index 4b80d40a8..c712b47f9 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.0 +usr/lib/libSDL2-2.0.so.0.2600.2 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a diff --git a/lfs/sdl2 b/lfs/sdl2 index 00e463156..5387952e5 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.26.0 +VER =3D 2.26.2 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 8 +PAK_VER =3D 9 =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 4971cef0d34706dd02eff5277fd58b35523ee3b1d860999b37ddf4= dbc463f493859a43325c4faa9bd048c519d49788adb3dd7f38e6b29eb635c0e0e405c944e9 +$(DL_FILE)_BLAKE2 =3D 84a972c634a084350173fcc5da69cc9b402f83b969e6611aa47cc8= 1dc01520508ba813e5910299702c7139a0426462e607e97524510f61afe91d46a7cc9da8dc =20 install : $(TARGET) =20 --=20 2.39.0 --===============8659665490017166863==--