Commit graph

763 commits

Author SHA1 Message Date
Mathieu Virbel 54e0ff7f62 seperate download from unpack 2012-03-11 22:26:33 +01:00
Mathieu Virbel 0f2ab13935 add lxml as a possible recipe + ensure flags are reset after using other build-* 2012-03-11 17:23:15 +01:00
Mathieu Virbel e6ae3dc0ed update template to fix import path + reworked embed include for python (import site need pyconfig.h only) 2012-03-11 17:22:45 +01:00
Mathieu Virbel 6c6ad6bf7c remove include in package + fix code sign to iphone developer by default 2012-03-11 01:54:25 +01:00
Mathieu Virbel 2e1af4a224 enhance reduce python to create automatically the python27.zip 2012-03-11 01:54:06 +01:00
Mathieu Virbel 937806b578 update instructions 2012-03-09 02:48:27 +01:00
Mathieu Virbel 6b024f796e fix creation/populate of app 2012-03-09 02:46:16 +01:00
Mathieu Virbel fcd89f675a fix path of all build script + add sdlmixer in build-all 2012-03-08 20:45:55 +01:00
Mathieu Virbel 2eb7ce33ff renmae 2012-03-08 18:09:31 +01:00
Mathieu Virbel b75b93f6aa move all to src 2012-03-08 18:08:11 +01:00
Mathieu Virbel 1e71d9d290 remove app dir 2012-03-08 18:06:26 +01:00
Mathieu Virbel cfa91a7458 first part of cleaning 2012-03-08 18:05:47 +01:00
Mathieu Virbel edcdf989e3 update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio.
+ add sdl_mixer/libogg/libtremor
+ put everything in release state, with optimisation etc.
2012-02-25 15:51:34 +01:00
Mathieu Virbel f48eab1498 remove sdl debug 2012-02-25 15:47:28 +01:00
Mathieu Virbel df2c4ee1cd add sdl mixer builder 2012-02-24 17:24:56 +01:00
Mathieu Virbel 9996388184 change sdl location 2012-02-24 17:24:05 +01:00
Mathieu Virbel 1e1641647f fix startup directory + correctly use the latest imageio + fix exit issue 2012-02-24 02:10:49 +01:00
Mathieu Virbel 4c975dbc6b Merge remote-tracking branch 'splanquart/master' 2012-02-22 18:21:49 +01:00
Mathieu Virbel c38d0b6b51 wip 2012-02-22 18:21:47 +01:00
Mathieu Virbel fcdfa195b2 Merge branch 'master' of ssh://github.com/kivy/kivy-ios 2012-02-22 18:21:31 +01:00
Stéphane Planquart 6ac685ab5f add kivy & sdl keyboard hide support work fine 2011-12-25 14:09:45 +01:00
Stéphane Planquart ca3531c700 Merge https://github.com/kivy/kivy-ios 2011-12-23 22:51:04 +01:00
Stéphane Planquart d73d6d0332 change app icon to current kivy icon 2011-12-23 22:44:51 +01:00
Stéphane Planquart c9399a8fac fix keyboard auto hidden in multiline text widget
(fix in sdl splanquart repository)
2011-12-17 18:38:14 +01:00
Mathieu Virbel 05e1a52a1f Main repo have changed location. 2011-12-16 11:08:56 +01:00
Stéphane Planquart b4aec16ada change zsh to bash for ccache not requirement issu 2011-12-09 23:43:49 +01:00
Stéphane Planquart 8770c7e489 make ccache not requirement but use it when it is installed 2011-12-09 22:46:13 +01:00
Mathieu Virbel c2f1f263d1 update icon 2011-12-06 18:32:42 +01:00
Mathieu Virbel c822b694c5 fix to copy Debug SDL instead of Release (invalid previous merge) 2011-12-06 18:24:42 +01:00
Mathieu Virbel e332369617 Add a little README file 2011-12-06 18:18:42 +01:00
Mathieu Virbel e8dfd01016 Ensure YourApp is referenced in the xcode project 2011-12-06 18:18:36 +01:00
Mathieu Virbel 8d6180428f update app project to include "include python" directory (needed for sysconfig module) 2011-12-06 18:11:42 +01:00
Mathieu Virbel bc78020481 ensure that site it not touched, and indicate this build is an ios build + ensure threads are correctly initialized (for further extensions like ffmpeg) 2011-12-06 18:10:13 +01:00
Mathieu Virbel 3f8b91143d reduce_python: fix when popd (pkgconfig was't deleted) 2011-12-06 18:06:34 +01:00
Mathieu Virbel 0977b6325a Merge branch 'master' of git://github.com/splanquart/kivy-ios
Conflicts:
	build_kivy.sh
	build_python.sh
	build_sdl.sh
	environment.sh
2011-12-06 18:06:14 +01:00
Mathieu Virbel 458bcf14c7 fix build_python on phase 2(ios) with custom module 2011-12-06 16:52:19 +01:00
Mathieu Virbel 583461e445 fix build_kivy.sh conditions 2011-12-06 16:02:21 +01:00
Mathieu Virbel 0308bd233c add template for app (start point) 2011-12-06 15:36:48 +01:00
Mathieu Virbel 6bcb741ebb fix reduce_python when used in standalone mode 2011-12-06 15:33:48 +01:00
Mathieu Virbel 75cdf0110a add function to remove duplicate symbol in .a, and ensure that python patch are correctly applied. 2011-12-06 15:32:31 +01:00
Mathieu Virbel 49d05e1381 fix liblink to prevent CPU_SUBTYPE_ALL and accept latest flags put in environment 2011-12-06 15:31:58 +01:00
Mathieu Virbel 3adc1e715a concat all the arm flags into one place: environment.sh 2011-12-06 12:08:47 +01:00
Mathieu Virbel ea44523f7a wip 2011-12-06 11:42:37 +01:00
Mathieu Virbel 6ef68d31de remove odl reduce python 2011-12-06 10:51:17 +01:00
Mathieu Virbel b40c385f98 wip 2011-12-06 10:49:14 +01:00
Mathieu Virbel 3dac74c37c wip 2011-12-05 10:44:07 +01:00
Mathieu Virbel de94011871 wip 2011-12-05 10:09:35 +01:00
Stéphane Planquart bfdd6f0d04 fix sdl compile in debug mode 2011-12-04 01:05:42 +01:00
Stéphane Planquart eaf2549e53 get all python file (not only libpython) 2011-12-03 01:29:01 +01:00
Stéphane Planquart a904377c21 fix kivy build 2011-12-03 00:06:37 +01:00