update:sdl update to SDL2-2.30.6 (#4860)

* add:llvm-arm

* update:sdl update to SDL2-2.30.6

* fix: checksum in lowercase

* libsdl: Fix compilation in static mode

* Update xmake.lua

---------

Co-authored-by: Jérôme Leclercq <lynix680@gmail.com>
pull/4862/head
Dozingfiretruck 4 months ago committed by GitHub
parent 526c64636d
commit a1a5ca1ff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/l/libsdl/xmake.lua

@ -42,6 +42,8 @@ package("libsdl")
add_versions("archive:2.30.3", "c5d78a9e0346c6695f03df8ba25e5e111a1e23c8aefa8372a1c5a0dd79acaf10")
add_versions("archive:2.30.4", "292d5e2f897aa3acb6b365b605c3249c92916fbe7eba4a2e57573ada3855d7cb")
add_versions("archive:2.30.5", "688d3da2bf7e887d0ba8e0f81c926119f85029544f4f6da8dea96db70f9d28e3")
add_versions("archive:2.30.6", "6d4e00fcbee9fd8985cc2869edeb0b1a751912b87506cf2fb6471e73d981e1f4")
add_versions("github:2.0.8", "release-2.0.8")
add_versions("github:2.0.12", "release-2.0.12")
add_versions("github:2.0.14", "release-2.0.14")
@ -69,8 +71,10 @@ package("libsdl")
add_versions("github:2.30.3", "release-2.30.3")
add_versions("github:2.30.4", "release-2.30.4")
add_versions("github:2.30.5", "release-2.30.5")
add_versions("github:2.30.6", "release-2.30.6")
add_patches("2.30.0", path.join(os.scriptdir(), "patches", "2.30.0", "fix_mingw.patch"), "ab54eebc2e58d88653b257bc5b48a232c5fb0e6fad5d63661b6388215a7b0cd0")
add_patches("2.30.6", "https://github.com/libsdl-org/SDL/commit/7cf3234efeb7a68636bcfdfb3b1507b43fbb0845.patch", "c2fba1e76f8f10631544b63e8ce105a67d582b23bba7c96bdef5f135bd6b4cad")
add_deps("cmake")

Loading…
Cancel
Save