Commit graph

62 commits

Author SHA1 Message Date
Tomáš Jirotka 6ddb6fef49 Fix missing parentheses at 2 lines in toolchain.py 2016-08-02 10:22:07 +02:00
Richard Larkin 0f02ed793c doc: clarified clean command 2016-07-28 10:14:18 +02:00
Richard Larkin 1ca7756dc1 Fixed filename extention matching. closes #193 2016-07-12 15:36:45 +02:00
Richard Larkin e4e4c1cd89 Merge pull request #191 from kived/fix-archive_root
fix archive_root property to not return None
2016-07-04 18:58:09 +02:00
Zen-CODE 8cdc790375 Tweaked wording 2016-07-01 21:09:10 +02:00
Richard Larkin e539b8f9c8 Merge pull request #196 from stsievert/patch-1
Thanks
2016-07-01 21:06:39 +02:00
Scott Sievert 5f048d3ead Clarifies build help
"(available packages in the recipes directory)"
2016-06-26 10:33:33 -05:00
Scott Sievert 0750acf132 Clarifies docs to clarify building recipes 2016-06-02 11:02:37 -07:00
Richard Larkin 006359205a Merge pull request #187 from EdwardBetts/patch-1
Indeed. Thanks :-)
2016-05-26 22:42:39 +02:00
Ryan Pessa 5d91cb7a57 fix archive_root property to not return None 2016-05-03 15:38:59 -05:00
Mathieu Virbel 5fa807cf5f toolchain: add a pip command to ease the installation of pip packages within the toolchain 2016-04-19 19:54:08 +02:00
Mathieu Virbel bc864ccad6 toolchain: add Xcode command to open a specific project with Xcode 2016-04-19 19:54:08 +02:00
Ryan Pessa 241afb5d3c fix sh.which usage when executable does not exist 2016-04-18 15:22:15 -05:00
Edward Betts 30fc05e233 use % formatter 2016-04-18 05:46:43 +01:00
Ryan Pessa 2dd764f8db add ccache support 2016-04-16 23:15:15 -05:00
Ryan Pessa 808f646b8f select version from requirements 2016-04-16 23:13:58 -05:00
Zen-CODE 5aa35570c4 Prevent unbound local variable error on download fail 2016-01-14 08:19:15 +02:00
Mathieu Virbel 727b193bb4 Merge pull request #151 from kivy/pycrypto_recipe
New Pycrypto recipe
2015-11-16 15:23:19 +01: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
Zen-CODE 73fd2357b2 Added catch and clean of corrupt zip downloads 2015-08-15 21:22:41 +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 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
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 ff95fbd960 toolchain: fix unzip with symlink 2015-08-07 22:56:37 +02:00
Mathieu Virbel ee1b4dba0e toolchain: display proper error if the environ _DIR is not valid 2015-08-07 18:07:37 +02:00
akshayaurora 0985301591 include target_dir option to apply_patch` method 2015-07-18 00:00:22 +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 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 26c4d4321e toolchain: remove hg requirement 2015-03-07 22:14:38 +01:00
Mathieu Virbel 07a3ed6222 toolchain: support installation of custom objc sources and frameworks. 2015-02-27 18:54:21 +01:00
Mathieu Virbel 49c67b2291 Merge branch 'poly-arch' of ssh://github.com/kivy/kivy-ios into poly-arch 2015-02-27 10:49:32 +01:00
Mathieu Virbel 0f2e8dabf1 toolchain: move cythonize/biglink into CythonRecipe 2015-02-27 10:30:47 +01:00
Mathieu Virbel 381fb1f2c1 Merge pull request #118 from kivy/pil
Pil
2015-02-27 09:12:24 +01:00
akshayaurora 69813cd5da recipes for pillow, libjpeg, host_setuptools, pkgresources 2015-02-27 04:07:19 +05:30
Mathieu Virbel 6aed3da309 toolchain: fix filtered_archs issue 2015-02-25 18:46:57 +01:00
Mathieu Virbel c0f5cae59a toolchain: provide a PythonRecipe and CythonRecipe for simpler recipe implementation 2015-02-25 13:37:26 +01:00
Mathieu Virbel 7ae3f8efbc toolchain: allow a recipe to have a main library and additional library at the same time 2015-02-24 12:02:06 +01:00
Mathieu Virbel 6238831a83 toolchain: factorize cythonize_build, cythonize and big link 2015-02-23 22:51:16 +01:00
Mathieu Virbel e51be2eec8 toolchain: handle addition of frameworks/libraries within the Xcode project depending of the compiled recipes.
Done automatically during the creation time, or use the update command
2015-02-23 11:34:36 +01:00
Mathieu Virbel 82f0a0f6cc toolchain: supports for recipe that have multiple libraries to install 2015-02-20 16:12:20 +01:00
Mathieu Virbel 3ba2dd3be9 toolchain: add missing command documentation 2015-02-14 13:10:49 +01:00
Mathieu Virbel 9cb199652f toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00
Mathieu Virbel 490fe0d153 toolchain: use environ to select a directory to copy instead of an url to download (like KIVY_DIR=~/code/kivy) + add --arch for build to restrict the architectures to build (it will enforce any caching.) 2015-02-12 00:53:08 +01:00
Mathieu Virbel b2a922f453 toolchain: fix iphonesim detection. Closes #116 2015-02-11 16:28:18 +01:00
Mathieu Virbel b483b926e2 toolchain: fix cache_execution to take care of arguments as well 2015-02-11 12:52:46 +01:00