]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
sdl2: Update to version 2.26.2
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 5 Jan 2023 18:21:10 +0000 (19:21 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 18 Jan 2023 23:30:46 +0000 (23:30 +0000)
- 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 keyboard
             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() are
             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 <adolf.belka@ipfire.org>
config/rootfiles/packages/sdl2
lfs/sdl2

index 4b80d40a8d11af112739c7c0ea9c36e08d7b5b53..c712b47f97ab3645041720726784a038ad0f27fd 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.2600.0
+usr/lib/libSDL2-2.0.so.0.2600.2
 #usr/lib/libSDL2.la
 usr/lib/libSDL2.so
 #usr/lib/libSDL2_test.a
index 00e46315608d9da85be3c0dd6cbcdfd1119788cf..5387952e51c04933c68b13052945c9541335c91d 100644 (file)
--- a/lfs/sdl2
+++ b/lfs/sdl2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@
 
 include Config
 
-VER        = 2.26.0
+VER        = 2.26.2
 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    = 8
+PAK_VER    = 9
 
 DEPS       = alsa
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4971cef0d34706dd02eff5277fd58b35523ee3b1d860999b37ddf4dbc463f493859a43325c4faa9bd048c519d49788adb3dd7f38e6b29eb635c0e0e405c944e9
+$(DL_FILE)_BLAKE2 = 84a972c634a084350173fcc5da69cc9b402f83b969e6611aa47cc81dc01520508ba813e5910299702c7139a0426462e607e97524510f61afe91d46a7cc9da8dc
 
 install : $(TARGET)