]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
sdl2: Update to version 2.28.3
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 7 Sep 2023 17:30:15 +0000 (19:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Sep 2023 16:21:20 +0000 (16:21 +0000)
- 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 Google
     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 controllers
    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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/sdl2
lfs/sdl2

index 9f9a9eace53dbfb19aa8af533b671d3559ec53ca..519685a8db145af27bcf78015e0b8beaffcb304a 100644 (file)
@@ -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
index 0366b98e8a863c858a1c209ff3df5ee9894fb1f5..387323d059e0777344b3daad4c2686be6ee73e76 100644 (file)
--- a/lfs/sdl2
+++ b/lfs/sdl2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.28.1
+VER        = 2.28.3
 SUMMARY    = Simple DirectMedia Layer Library
 
 THISAPP    = SDL2-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = sdl2
-PAK_VER    = 12
+PAK_VER    = 13
 
 DEPS       = alsa
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c32537d42108dd75ea4f2ba907d6b045ba18d6be29f76a6f8a2f45400d069b0d43223a8855ba3103fa53c3b9d886b2e542133bcce1cd6cfcf5b17800dd5f9911
+$(DL_FILE)_BLAKE2 = 1ef8950b7736fbbca4607ed9750114f94b8e6e944b2974941840c13b1677643126524cc41ad8c3ead699ea2f90295898888d3d0b31c7a80079420aa9187035fb
 
 install : $(TARGET)