Commit graph

387 commits

Author SHA1 Message Date
Ben Hagen
7aa1daa352 remove duplicate declaration of options 2015-10-21 15:02:42 +02:00
Mathieu Virbel
51f4844c32 toolchain: dont provide car icon in the xcassets, otherwise we will hit an submission issue: Error ITMS-9000: Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon120x120' 2015-08-28 12:25:16 +02:00
Mathieu Virbel
07e12fd2b8 sdl2: add a feature that make the SDL2 GL context transparent (non-opaque) if UIKIT_TRANSPARENT is set in the environ. (this must be done before the window creation, so main.m is a good place) 2015-08-20 17:37:00 +02:00
Mathieu Virbel
64a7da2431 toolchain: accept multiple architecture to filter on (--arch armv7 --arch arm64) 2015-08-20 17:37:00 +02:00
Mathieu Virbel
74af036c97 toolchain: add missing documentation for icon 2015-08-20 17:37:00 +02:00
Mathieu Virbel
88b71475f4 Merge pull request #157 from kivy/corrupt_zip
Added catch and clean of corrupt zip downloads
2015-08-19 10:32:42 +02:00
Zen-CODE
73fd2357b2 Added catch and clean of corrupt zip downloads 2015-08-15 21:22:41 +02:00
Mathieu Virbel
3f83bbffab ffmpeg: activate openssl if compiled 2015-08-14 16:11:59 +02:00
Mathieu Virbel
9ccb6b4c00 toolchain: force the optional recipe to load when it's already compiled 2015-08-14 16:11:47 +02:00
Mathieu Virbel
7cb22bd0ec recipes: add openssl optional recipe for ffmpeg and python 2015-08-14 12:18:15 +02:00
Mathieu Virbel
a0e8b4af22 toolchain: add optional_depends property to let a recipe explain which other recipe can be used with. 2015-08-14 12:17:48 +02:00
Mathieu Virbel
ebe6f551ec toolchain: add icon generation support, similar to launch image 2015-08-14 02:51:48 +02:00
Mathieu Virbel
96fee4f7da toolchain: new command to generate launch image on a project 2015-08-14 02:32:11 +02:00
Mathieu Virbel
7bab19f837 fix ffmpeg compilation issue and reduce ffmpeg size by compiling just h264/aac like android 2015-08-14 02:32:10 +02:00
Zen-CODE
1554b958a0 doc: grammar tweaks to README.rst 2015-08-13 05:11:32 +02:00
Mathieu Virbel
2c04994b71 Merge pull request #130 from cbenhagen/ffmpeg-fix
move LDFLAG -undefined dynamic_lookup to python recipe
2015-08-08 00:09:31 +02:00
Mathieu Virbel
5e7e1cc095 Merge branch 'master' of ssh://github.com/kivy/kivy-ios 2015-08-07 22:57:38 +02:00
Mathieu Virbel
ec5fad1680 templates: fix to include framework paths of user-downloaded frameworks 2015-08-07 22:57:04 +02:00
Mathieu Virbel
ff95fbd960 toolchain: fix unzip with symlink 2015-08-07 22:56:37 +02:00
akshayaurora
296d331935 Python recipe: Make openssl module optional 2015-08-07 22:44:44 +05:30
Akshay Arora
46d24567bd Merge pull request #132 from cbenhagen/openssl
add openssl recipe
2015-08-07 22:40:58 +05:30
Mathieu Virbel
e3fc0af6a3 python: add csv module by default 2015-08-07 18:07:49 +02:00
Mathieu Virbel
ee1b4dba0e toolchain: display proper error if the environ _DIR is not valid 2015-08-07 18:07:37 +02:00
Ben Hagen
8b1c94153d update openssl version to 1.0.2d 2015-07-15 17:54:40 +02:00
Mathieu Virbel
9826a7cba0 Merge pull request #143 from cbenhagen/patch-1
build kivy version 1.9.0 instead of master
2015-06-30 21:20:41 +02:00
Mathieu Virbel
aaa05a5724 Merge pull request #144 from cbenhagen/patch-2
update ffmpeg version to 2.6.3
2015-06-30 21:20:26 +02:00
Mathieu Virbel
5f8a8795bd Merge pull request #149 from kivy/pil_fix
fix egg permission error on actual device.
2015-06-30 21:19:59 +02:00
akshayaurora
9700c87c87 fix egg permission error on actual device. 2015-06-30 22:53:17 +05:30
Ben Hagen
83de01938a update ffmpeg version to 2.6.3 2015-06-14 20:11:34 +02:00
Ben Hagen
07d9c4fa2b update openssl version to 1.0.2c 2015-06-14 19:50:28 +02:00
Ben Hagen
ac04e98388 build kivy version 1.9.0 instead of master 2015-06-14 19:30:25 +02:00
Ben Hagen
87d2c8b9fc don't enforce python to compile SSL 2015-06-12 14:31:34 +02:00
Ben Hagen
a241a524b1 update openssl version 2015-06-12 14:13:08 +02:00
Mathieu Virbel
88a8529961 Merge pull request #141 from satels/patch-1
Fix "SDL.h" dnot found
2015-06-01 23:07:53 +02:00
Ivan Petukhov
0699ec691c Fix "SDL.h" dnot found 2015-06-01 22:09:13 +03:00
Mathieu Virbel
e70185dfdb Merge pull request #131 from cbenhagen/ffmpeg-update
FFmpeg update
2015-05-15 14:02:24 +02:00
Mathieu Virbel
ddff01f392 Merge pull request #138 from gocept/master
Jinja2 requires MarkupSafe at runtime, so add it, too.
2015-05-15 14:01:50 +02:00
Michael Howitz
01a15fd9f4 Jinja2 requires MarkupSafe at runtime, so add it, too. 2015-05-11 14:36:15 +02:00
Akshay Arora
a1770b4b04 Merge pull request #134 from Frimkron/install-python-package-fix
fixed incorrect variable reference in toolchain.py
2015-05-06 09:53:37 +05:30
mark
160a9bf109 fixed incorrect variable reference in toolchain.py 2015-05-01 12:06:04 +01:00
Mathieu Virbel
a9b85cfe78 few fixes to prevent rejection from the app store. Closes #133 2015-04-30 19:51:01 +02:00
Ben Hagen
4c14123e53 add openssl dependency to python
maybe this should be optional?
2015-04-29 02:44:29 +02:00
Ben Hagen
f5ca504a39 add openssl recipe 2015-04-29 01:35:39 +02:00
Ben Hagen
e87cb0286f compile ffmpeg with -j4 as the other recipes
maybe this could be set dynamically by the toolchain?
2015-04-28 18:41:47 +02:00
Ben Hagen
1258bf9791 bump version to 2.6.2 2015-04-28 18:41:47 +02:00
Ben Hagen
ddf50b38b5 move LDFLAG -undefined dynamic_lookup to python recipe
Fixes the compilation problems of ffmpeg and allows the removal of an
hotfix in the ffmpeg recipe.
2015-04-28 18:19:50 +02:00
Mathieu Virbel
77f5bf0ac3 prevent numpy to cythonize or _initmtrand will mess up 2015-04-05 10:17:25 +02:00
Mathieu Virbel
657da67003 kivy: point the kivy recipe to master, ios-poly-arch is merged 2015-03-16 15:19:14 +01:00
Mathieu Virbel
363bdb0605 remove unused src anymore 2015-03-16 15:18:10 +01:00
Mathieu Virbel
26c4d4321e toolchain: remove hg requirement 2015-03-07 22:14:38 +01:00