Skip to content

Bump SDL2 to 2.32.2, SDL3 to 3.2.6, SDL3_ttf to 3.2.0 #3365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions buildconfig/download_win_prebuilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ def get_urls(x86=True, x64=True):
url_sha1 = []
url_sha1.extend([
[
'https://github.com/libsdl-org/SDL/releases/download/release-2.32.0/SDL2-devel-2.32.0-VC.zip',
'e4b39b4b81ca1d3beef1935113c7820e8d3bd307',
'https://github.com/libsdl-org/SDL/releases/download/release-2.32.2/SDL2-devel-2.32.2-VC.zip',
'08737e7e813443e47b663be4d91f8a4d8de6916b',
],
[
'https://github.com/libsdl-org/SDL/releases/download/release-3.2.4/SDL3-devel-3.2.4-VC.zip',
'3576077236c7a66bf98d4b3d180aa4743ad5ce2e'
'https://github.com/libsdl-org/SDL/releases/download/release-3.2.6/SDL3-devel-3.2.6-VC.zip',
'a36424427129f9ae133e59cfe070fc0b418d7fe0'
],
[
'https://github.com/pygame-community/SDL_image/releases/download/2.8.4-pgce/SDL2_image-devel-2.8.4-VCpgce.zip',
Expand All @@ -98,8 +98,8 @@ def get_urls(x86=True, x64=True):
'2d18b9a4fc2ec0eee80de2a946b088d4e6efd0ee'
],
[
'https://github.com/libsdl-org/SDL_ttf/releases/download/preview-3.1.0/SDL3_ttf-devel-3.1.0-VC.zip',
'34bb4a03c6f0f6c9de3658bac98adc7029830578'
'https://github.com/libsdl-org/SDL_ttf/releases/download/release-3.2.0/SDL3_ttf-devel-3.2.0-VC.zip',
'2883df767c9b8c910c10108242542ef36054a267'
],
[
'https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.1/SDL2_mixer-devel-2.8.1-VC.zip',
Expand Down Expand Up @@ -258,34 +258,34 @@ def copy(src, dst):
copy(
os.path.join(
temp_dir,
'SDL3_ttf-devel-3.1.0-VC/SDL3_ttf-3.1.0'
'SDL3_ttf-devel-3.2.0-VC/SDL3_ttf-3.2.0'
),
os.path.join(
move_to_dir,
prebuilt_dir,
'SDL3_ttf-3.1.0'
'SDL3_ttf-3.2.0'
)
)
copy(
os.path.join(
temp_dir,
'SDL2-devel-2.32.0-VC/SDL2-2.32.0'
'SDL2-devel-2.32.2-VC/SDL2-2.32.2'
),
os.path.join(
move_to_dir,
prebuilt_dir,
'SDL2-2.32.0'
'SDL2-2.32.2'
)
)
copy(
os.path.join(
temp_dir,
'SDL3-devel-3.2.4-VC/SDL3-3.2.4'
'SDL3-devel-3.2.6-VC/SDL3-3.2.6'
),
os.path.join(
move_to_dir,
prebuilt_dir,
'SDL3-3.2.4'
'SDL3-3.2.6'
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -x

cd $(dirname `readlink -f "$0"`)

SDL2_VER="2.32.0"
SDL2_VER="2.32.2"
SDL2="SDL2-$SDL2_VER"
IMG2_VER="2.8.4"
IMG2="SDL2_image-$IMG2_VER"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a91b8105125f06118e8bfce2a5553fe053f7158dd02f06a36cfc535f09c401eb7da11072e576c6bf6e41fa2e02b08483b9cc4e11c658578b762e1b6c326a45bb SDL2-2.32.0.tar.gz
9a608974a69b97fd5589bf8feed4742498f8f07731bcd5b99dd518089acda8b9b4216197b6adf7ca79ef1a9fe47c542033eefe94763e66229b1d9ba5207da5c5 SDL2-2.32.2.tar.gz
a4b7436442be43b96dc7b90c9badd011da1622e283ae068b82367fcb72b7dd7a0357aec5550fe44103a77da75b8c570d5204fff11a805373f2194f92b8f71343 SDL2_image-2.8.4.tar.gz
6148591404b2113bcdb54391821658548acfe380a9cba660113e55e6f2fb7da2a5a59a99fefe51a0d7f8b91160648f11f72750353da88d285a962e3a410aecd7 SDL2_mixer-2.8.1.tar.gz
a0f94e26f0387385f13ec1eb08ddca677d4181969073a50af387a0dce9c7bdddf393c028c8084538e01f875e19790ef7ae9a00c5106bf7ca9d21f3fcf9eee885 SDL2_ttf-2.24.0.tar.gz
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ if plat == 'win' and host_machine.cpu_family().startswith('x86')
)
endif

sdl_ver = (sdl_api == 3) ? '3.2.4' : '2.32.0'
sdl_ver = (sdl_api == 3) ? '3.2.6' : '2.32.2'
sdl_image_ver = (sdl_api == 3) ? '3.2.0' : '2.8.4'
sdl_mixer_ver = '2.8.1'
sdl_ttf_ver = (sdl_api == 3) ? '3.1.0' : '2.24.0'
sdl_ttf_ver = (sdl_api == 3) ? '3.2.0' : '2.24.0'

dlls = []

Expand Down
Loading