Skip to content

Commit b9fc5c7

Browse files
committed
Update SDL3_mixer recipe to version 3.2.0 and remove libgme patch
1 parent 869c74b commit b9fc5c7

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)