We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 869c74b + b9fc5c7 commit f4a40a9Copy full SHA for f4a40a9
2 files changed
pythonforandroid/recipes/sdl3_mixer/__init__.py
@@ -6,12 +6,10 @@
6
7
8
class LibSDL3Mixer(BootstrapNDKRecipe):
9
- version = "72a73339731a12c1002f9caca64f1ab924938102"
10
- url = "https://github.com/libsdl-org/SDL_mixer/archive/{version}.tar.gz"
+ version = "3.2.0"
+ url = "https://github.com/libsdl-org/SDL_mixer/releases/download/release-{version}/SDL3_mixer-{version}.tar.gz"
11
dir_name = "SDL3_mixer"
12
13
- patches = ["disable-libgme.patch"]
14
-
15
def get_include_dirs(self, arch):
16
return [
17
os.path.join(
pythonforandroid/recipes/sdl3_mixer/disable-libgme.patch
0 commit comments