File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
manylinux-build/docker_base/sdl_libs Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ def get_urls(x86=True, x64=True):
78
78
url_sha1 = []
79
79
url_sha1 .extend ([
80
80
[
81
- 'https://github.com/libsdl-org/SDL/releases/download/release-2.32.8 /SDL2-devel-2.32.8 -VC.zip' ,
82
- 'ec8bbf2a2d2bf754fe04b6ffc647f78aa7f4c2a1' ,
81
+ 'https://github.com/libsdl-org/SDL/releases/download/release-2.32.10 /SDL2-devel-2.32.10 -VC.zip' ,
82
+ '27f5179346a0b0db80c4dd1769c7c9d62b9a91f3'
83
83
],
84
84
[
85
- 'https://github.com/libsdl-org/SDL/releases/download/release-3.2.18 /SDL3-devel-3.2.18 -VC.zip' ,
86
- '96246e328e2da7c2bd2c5734d5cb98953aca8229 '
85
+ 'https://github.com/libsdl-org/SDL/releases/download/release-3.2.22 /SDL3-devel-3.2.22 -VC.zip' ,
86
+ '502313757118a068a6ef8f767d082b95334ca456 '
87
87
],
88
88
[
89
89
'https://github.com/pygame-community/SDL_image/releases/download/2.8.8-pgce/SDL2_image-devel-2.8.8-VCpgce.zip' ,
@@ -269,23 +269,23 @@ def copy(src, dst):
269
269
copy (
270
270
os .path .join (
271
271
temp_dir ,
272
- 'SDL2-devel-2.32.8 -VC/SDL2-2.32.8 '
272
+ 'SDL2-devel-2.32.10 -VC/SDL2-2.32.10 '
273
273
),
274
274
os .path .join (
275
275
move_to_dir ,
276
276
prebuilt_dir ,
277
- 'SDL2-2.32.8 '
277
+ 'SDL2-2.32.10 '
278
278
)
279
279
)
280
280
copy (
281
281
os .path .join (
282
282
temp_dir ,
283
- 'SDL3-devel-3.2.18 -VC/SDL3-3.2.18 '
283
+ 'SDL3-devel-3.2.22 -VC/SDL3-3.2.22 '
284
284
),
285
285
os .path .join (
286
286
move_to_dir ,
287
287
prebuilt_dir ,
288
- 'SDL3-3.2.18 '
288
+ 'SDL3-3.2.22 '
289
289
)
290
290
)
291
291
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -e -x
3
3
4
4
cd $( dirname ` readlink -f " $0 " ` )
5
5
6
- SDL2_VER=" 2.32.8 "
6
+ SDL2_VER=" 2.32.10 "
7
7
SDL2=" SDL2-$SDL2_VER "
8
8
IMG2_VER=" 2.8.8"
9
9
IMG2=" SDL2_image-$IMG2_VER "
Original file line number Diff line number Diff line change 1
- 484c33638e7bd1002815bb1f6a47a292d1eaf0b963598dde65f4a3e077dfe75ee35b9ea4b3b767365b3ef4f613c4d69ce55b5e96675de562994344e83a978272 SDL2-2.32.8 .tar.gz
1
+ b67ebdb46bc3b41c974113937e15445e47a6e115692761e2812c3965e85b9ca4d804633de6369fa3dd36cc77f5d08655570c1707245b2c46f88114aa3238fd1b SDL2-2.32.10 .tar.gz
2
2
5c521ae6a053e1eb6b42dce3ccccdbdb353eb7e9d1bd89392b1913bfc9fbb6b8a9d5506c80e5b7924b51637bb95cd270657ca87dafe60edd5534e333524bc901 SDL2_image-2.8.8.tar.gz
3
3
6148591404b2113bcdb54391821658548acfe380a9cba660113e55e6f2fb7da2a5a59a99fefe51a0d7f8b91160648f11f72750353da88d285a962e3a410aecd7 SDL2_mixer-2.8.1.tar.gz
4
4
a0f94e26f0387385f13ec1eb08ddca677d4181969073a50af387a0dce9c7bdddf393c028c8084538e01f875e19790ef7ae9a00c5106bf7ca9d21f3fcf9eee885 SDL2_ttf-2.24.0.tar.gz
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ if plat == 'win' and host_machine.cpu_family().startswith('x86')
94
94
# yes, this is a bit ugly and hardcoded but it is what it is
95
95
# TODO (middle-term goal) - Should migrate away from this
96
96
# consider meson wraps? Hopefully can also get the same build path as below
97
- sdl_ver = (sdl_api == 3 ) ? ' 3.2.18 ' : ' 2.32.8 '
97
+ sdl_ver = (sdl_api == 3 ) ? ' 3.2.22 ' : ' 2.32.10 '
98
98
sdl_image_ver = (sdl_api == 3 ) ? ' 3.2.4' : ' 2.8.8'
99
99
sdl_mixer_ver = ' 2.8.1'
100
100
sdl_ttf_ver = (sdl_api == 3 ) ? ' 3.2.2' : ' 2.24.0'
You can’t perform that action at this time.
0 commit comments