Skip to content
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

Update SDL2, SDL2_ttf, SDL2_mixer, SDL2_image to latest releases #2673

Merged
merged 1 commit into from
Oct 8, 2022

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Sep 18, 2022

SDL2: 2.0.9 --> 2.24.0
SDL2_image: 2.0.4 --> 2.6.2
SDL2_mixer: 2.0.4 --> 2.6.2
SDL2_ttf: 2.0.15 --> 2.20.1

⚠️ Needs some wide runtime testing before merge. Tested.

✅ Includes sdl-gl-swapwindow-nogil.patch (See: kivy/kivy#8025)
✅ Tested jpg, png and webp support via SDL2_image
✅ Tested mp3, wav and ogg support via SDL2_mixer
✅ Added packaging to requirements (LooseVersion is deprecated)
✅ Added a logic that allow kivy to be patched only if needed. (Is quite common to target kivy==master, and the sdl-gl-swapwindow-nogil.patch should not be applied in that case, otherwise gets reversed.)

@misl6 misl6 changed the title [WIP] Update SDL2, SDL2_ttf, SDL2_mixer, SDL2_image to latest releases Update SDL2, SDL2_ttf, SDL2_mixer, SDL2_image to latest releases Oct 8, 2022
@misl6 misl6 requested a review from AndreMiras October 8, 2022 10:27
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice stuff thanks a mil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants