Skip to content

Commit f4a40a9

Browse files
authored
Merge pull request #3309 from kengoon/fix-sdl3-mixer-gme
Update SDL3_mixer recipe to version 3.2.0, remove libgme patch (not needed as SDL3_mixer disables it by default) and fix compilation crash
2 parents 869c74b + b9fc5c7 commit f4a40a9

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

pythonforandroid/recipes/sdl3_mixer/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66

77

88
class LibSDL3Mixer(BootstrapNDKRecipe):
9-
version = "72a73339731a12c1002f9caca64f1ab924938102"
10-
url = "https://github.com/libsdl-org/SDL_mixer/archive/{version}.tar.gz"
9+
version = "3.2.0"
10+
url = "https://github.com/libsdl-org/SDL_mixer/releases/download/release-{version}/SDL3_mixer-{version}.tar.gz"
1111
dir_name = "SDL3_mixer"
1212

13-
patches = ["disable-libgme.patch"]
14-
1513
def get_include_dirs(self, arch):
1614
return [
1715
os.path.join(

pythonforandroid/recipes/sdl3_mixer/disable-libgme.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)