Skip to content

Commit a105a6a

Browse files
authored
Update SDL2 from 2.32.0 to 2.32.8 (#24912)
Fixes: #24911
1 parent 0a355ee commit a105a6a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ See docs/process.md for more on how version tagging works.
2020

2121
4.0.13 (in development)
2222
-----------------------
23+
- SDL2 updated from 2.32.0 to 2.32.8. (#24912/)
2324
- `sdl-config` and `sdl2-config` scripts were simplified to avoid using python
2425
and the `.bat` file versions were removed, matching upstream SDL. (#24907)
2526
- The `addRunDependency`/`removeRunDependency` now assert in debug builds if

test/test_browser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,7 +3237,6 @@ def test_sdl2_misc_via_object(self):
32373237
'': (['-sUSE_SDL=2', '-sUSE_SDL_MIXER=2'],),
32383238
'dash_l': (['-lSDL2', '-lSDL2_mixer'],),
32393239
})
3240-
@no_wasm64('https://github.com/libsdl-org/SDL/pull/12332')
32413240
@requires_sound_hardware
32423241
def test_sdl2_mixer_wav(self, flags):
32433242
shutil.copy(test_file('sounds/the_entertainer.wav'), 'sound.wav')
@@ -3251,7 +3250,6 @@ def test_sdl2_mixer_wav(self, flags):
32513250
# TODO: need to source freepats.cfg and a midi file
32523251
# 'mod': (['mid'], 'MIX_INIT_MID', 'midi.mid'),
32533252
})
3254-
@no_wasm64('https://github.com/libsdl-org/SDL/pull/12332')
32553253
@requires_sound_hardware
32563254
def test_sdl2_mixer_music(self, formats, flags, music_name):
32573255
shutil.copy(test_file('sounds', music_name), '.')

tools/ports/sdl2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
import os
77

8-
VERSION = '2.32.0'
8+
VERSION = '2.32.8'
99
TAG = f'release-{VERSION}'
10-
HASH = 'd3e4ce9784152aa1194c4f2d2399829f3b01a652915afc6ddaec334068bf95d850edcb43b1a951e0202fc2ecaafc1f58e538ca39b9b16d3fdfe412af0b6aebb0'
10+
HASH = 'e90a78e758d6da76ef1f79de4795e872887124d6a286181a9980163cde11e3b6e34f8f2e6f770dfa4a970a9324d18dab78499849226901f5974ef3342e5b748a'
1111
SUBDIR = f'SDL-{TAG}'
1212

1313
variants = {'sdl2-mt': {'PTHREADS': 1}}

0 commit comments

Comments
 (0)