kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
759 stars 238 forks source link

Webp support in SDL2_image #715

Closed tito closed 1 year ago

tito commented 2 years ago

This patch allow to have the same support of webp in Kivy as Desktop and Android version.

AndreMiras commented 2 years ago

Usually two options for this error: Adding/linking the missing system dependencies in the CI. Or adding this recipe to the ignore list (BROKEN_RECIPES), see https://github.com/kivy/kivy-ios/blob/1.3.0/.ci/constants.py For context the exact error was:

[DEBUG   ] /Users/runner/work/kivy-ios/kivy-ios/build/sdl2_image/x86_64/SDL2_image-2.0.5/IMG_webp.c:42:10: fatal error: 'webp/decode.h' file not found

I think it could probably be addressed in a follow up as well

tito commented 1 year ago

Works out of the box with latest kivy-ios. Nothing to merge anymore !