From 9ad005e6ab79b2e35c6476796bc400b4870ce49a Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Thu, 8 Dec 2022 10:34:50 +0100 Subject: [PATCH] Bump sdl2 version to 2.26.1 --- pythonforandroid/recipes/sdl2/__init__.py | 6 ++---- .../recipes/sdl2/remove-extra-include.patch | 12 ------------ 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 pythonforandroid/recipes/sdl2/remove-extra-include.patch diff --git a/pythonforandroid/recipes/sdl2/__init__.py b/pythonforandroid/recipes/sdl2/__init__.py index 78e5e1fbbc..f6f3d391af 100644 --- a/pythonforandroid/recipes/sdl2/__init__.py +++ b/pythonforandroid/recipes/sdl2/__init__.py @@ -6,14 +6,12 @@ class LibSDL2Recipe(BootstrapNDKRecipe): - version = "2.26.0" + version = "2.26.1" url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL2-{version}.tar.gz" - md5sum = '35bc58cfe41b8fb6c8e6646be26fa47e' + md5sum = 'fba211fe2c67609df6fa3cf55d3c74dc' dir_name = 'SDL' - patches = ['remove-extra-include.patch'] - depends = ['sdl2_image', 'sdl2_mixer', 'sdl2_ttf'] def get_recipe_env(self, arch=None, with_flags_in_cc=True, with_python=True): diff --git a/pythonforandroid/recipes/sdl2/remove-extra-include.patch b/pythonforandroid/recipes/sdl2/remove-extra-include.patch deleted file mode 100644 index f0fda0851e..0000000000 --- a/pythonforandroid/recipes/sdl2/remove-extra-include.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur SDL.orig/Android.mk SDL/Android.mk ---- SDL.orig/Android.mk 2022-11-22 07:41:32 -+++ SDL/Android.mk 2022-11-22 07:42:00 -@@ -12,7 +12,7 @@ - - LOCAL_C_INCLUDES := $(LOCAL_PATH)/include - --LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)/include -+LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES) - - LOCAL_SRC_FILES := \ - $(subst $(LOCAL_PATH)/,, \