]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
sdl2: Update to version 2.30.6
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 13 Aug 2024 16:19:47 +0000 (18:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 09:11:15 +0000 (09:11 +0000)
- Update from version 2.30.1 to 2.30.6
- Update of rootfile
- Changelog
    2.30.6
    Improved detection of Nintendo Switch Pro controller report mode
    Fixed a rare crash when a controller is disconnected
    Fixed creating a framebuffer with KMSDRM on some systems
    2.30.5
    Respect SDL_HINT_RENDER_DRIVER when creating an accelerated window surface
    Clean up any accelerated renderer in SDL_DestroyWindowSurface()
    Disable low level USB controller support on Android by default (can be
     enabled by setting "SDL_ENV.SDL_JOYSTICK_HIDAPI" metadata to "1" in
     AndroidManifest.xml)
    Fixed USB permissions dialog on Android 14
    Fixed controller mapping matching when one entry has a CRC specified and
     another doesn't
    Enable joystick support on FreeBSD when building using CMake
    Reduced input latency when using an fcitx IME on Linux
    Fixed graphical corruption on Raspberry Pi
    Fixed crash when using an unstable sort function in SDL_qsort (you shouldn't
     do this, but at least it won't crash)
    2.30.4
    Android rotation will respect user rotation lock preferences
    Fixed spurious Left-Ctrl key input when the Right Alt key (AltGr) is pressed
     on Windows
    Added support for the Saitek Cyborg V.3 Rumble Pad in PS3 mode
    Added support for the Razer Kitsune in PS5 mode
    Added Linux bindings for the Qanba Drone 2 Arcade Joystick
    Leave Nintendo Online controllers in simple report mode so they work with
     DirectInput games
    Enable using libusb for GameCube controllers when available
    2.30.3
    Fixed Win+V handling (pasting from clipboard history) on Windows
    Fixed Caps Lock and Backspace key mapping for the Colemak keyboard layout on
     Windows
    Fixed mouse warp on XWayland
    Reduced startup time when scanning for game controllers on Linux
    Fixed building with C89 compilers
    Fixed building with the GDK SDK on Windows
    2.30.2
    Fixed performance regression initializing controllers on Linux
    Added support for the 6-button SEGA Mega Drive Control Pad for Nintendo Online
    Added support for the MadCatz Saitek Side Panel Control Deck
    Added support for the Hori Fighting Stick EX2
    Added support for the Yawman Arrow flightstick
    Added a gamepad mapping for the Defender Joystick Cobra R4
    Fixed the gamepad mapping for the Sanwa Supply JY-P76USV controller
    Poll for the initial controller state when using DirectInput
    Allow using SDL_RWFromFile() with named pipes

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 b0d9606604aa01f7c38d1dccb13aa1ffbacc7f82..69399049186a7f15706b7baac73d5c83667c04d3 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.3000.1
+usr/lib/libSDL2-2.0.so.0.3000.6
 #usr/lib/libSDL2.la
 usr/lib/libSDL2.so
 #usr/lib/libSDL2_test.a
index de7a5e7365c640632662e3a1543456b169f14286..c05776fbab1928885d5cb354565486bb77dc89de 100644 (file)
--- a/lfs/sdl2
+++ b/lfs/sdl2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.30.1
+VER        = 2.30.6
 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    = 15
+PAK_VER    = 16
 
 DEPS       = alsa
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 5cc651bcb38a1a3989a966351074b1a77f511b5bef0d3c9aef06d67d89f1d0ee926f5cba4bf2d45be28bb3f1e9da9b3f17a85f094c8547586072b24ee342777d
+$(DL_FILE)_BLAKE2 = 9e253d107c2af7ff0f7f67968be2cffc2358fbabd26d4ec46454a11ac53b64ac24a620947601901e43e470ad6b2bb89e273d04c9c2de12c6ab1dd6a4f78733ff
 
 install : $(TARGET)