]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
sdl2: Update to version 2.18.5
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 10 Nov 2023 10:59:03 +0000 (11:59 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 21 Nov 2023 19:21:16 +0000 (19:21 +0000)
- 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 <adolf.belka@ipfire.org>
config/rootfiles/packages/sdl2
lfs/sdl2

index 519685a8db145af27bcf78015e0b8beaffcb304a..10691044c12e4a63397512fe9bd40a32557d14fc 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.3
+usr/lib/libSDL2-2.0.so.0.2800.5
 #usr/lib/libSDL2.la
 usr/lib/libSDL2.so
 #usr/lib/libSDL2_test.a
index 387323d059e0777344b3daad4c2686be6ee73e76..51d7de8cc1401ea50ffbd7422d2c3b368a5ea8d3 100644 (file)
--- a/lfs/sdl2
+++ b/lfs/sdl2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.28.3
+VER        = 2.28.5
 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    = 13
+PAK_VER    = 14
 
 DEPS       = alsa
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 1ef8950b7736fbbca4607ed9750114f94b8e6e944b2974941840c13b1677643126524cc41ad8c3ead699ea2f90295898888d3d0b31c7a80079420aa9187035fb
+$(DL_FILE)_BLAKE2 = c96481bc02af6b6d077247238f7e46b0e3ec216664584add29cafb0a91d06dc6ddc637a01519dbd7182d4fa59cfaf26ad6733f72583021cf65849416f9c4b698
 
 install : $(TARGET)