Commit graph

101 commits

Author SHA1 Message Date
Mathieu Virbel b35e86e470 ios: fix missing CFLAGS export. This was the issue, but then, it seem that some system accept ARM_CFLAGS as a standard name when compiling to ARM ???. closes #22 2012-10-29 11:23:38 +01:00
Mathieu Virbel e477068654 add sqlite3 support by default. closes #23 2012-10-28 02:59:17 +02:00
Mathieu Virbel 128b3ed816 read orientations values from the Info.plist 2012-10-15 12:40:01 +02:00
Mathieu Virbel 0ca8489393 SDL: fix changes from the newer hg SDL version, libSDL.a -> libSDL2.a 2012-10-15 00:23:28 +02:00
Mathieu Virbel 86327f2ea9 update to latest SDL 2012-10-14 23:44:30 +02:00
Mathieu Virbel e76b539bb3 fix env test 2012-10-13 18:01:33 +02:00
Mathieu Virbel 7f85afb2ed protect -x under VERBOSE=1 env 2012-10-13 17:59:34 +02:00
Mathieu Virbel 4230f38968 Merge pull request #20 from kivmtest/patch-1
SDL_mixer : Specify branch SDL-1.2 for download
2012-09-13 03:06:45 -07:00
kivmtest f2f7234522 SDL_mixer : Specify branch SDL-1.2 for download
https://github.com/kivy/kivy-ios/issues/19

Default SDL_mixer branch now wants to build version 2, which causes both the SDL_mixer build to fail, and consequently, the kivy build as well.

Xcode Frameworks will show libSDL_mixer.a and libkivy.a are missing.

Specifying the SDL-1.2 branch results in the build working, fixing both problems.
2012-09-13 00:56:27 -07:00
Mathieu Virbel a6b5859473 Update tools/populate-project.sh
Don't remove the previous directory the first time.
2012-07-25 15:07:42 +03:00
Mathieu Virbel 0291b0867f update sdl_ttf patch for SDL 2 (fix SDL_AllocSurface to SDL_CreateRGBSurface). closes #15 2012-07-21 19:10:39 +02:00
Mathieu Virbel f70b893790 sdl-ttf: fix compilation when we never installed SDL on our system. the current buidl was relying on the sdl-config that doesn't exist.
Instead, generate a fake sdl.pc for pkg-config, and use it when compiling the SDL_ttf. closes #15
2012-07-21 16:54:24 +02:00
Mathieu Virbel b70106c280 use our own hostpython and not the system one, to generate valid pyo files. closes #2 2012-07-19 01:55:25 +02:00
Mathieu Virbel bffb033e9f Update master 2012-07-18 20:52:11 +03:00
Mathieu Virbel 1ff7c68b88 Update master 2012-07-18 20:52:01 +03:00
Mathieu Virbel 06d30e79d5 add missing SDL/gles* files 2012-07-07 22:35:16 +02:00
Mathieu Virbel 3ec83695da Update master 2012-07-07 23:19:36 +03:00
Mathieu Virbel 3d2716852f Update master 2012-07-07 19:24:12 +03:00
Mathieu Virbel e6e3879a9b ios: if no mail is configured, prevent crashing and return a status code "cannotsend". 2012-05-25 18:39:48 +02:00
Mathieu Virbel 7f5a10a6bf remove SDL build directory 2012-05-25 18:35:22 +02:00
Mathieu Virbel 7d7cd44874 fix build script for latest sdl 2012-05-25 01:23:21 +02:00
Mathieu Virbel c71ad6dd47 update to latest SDL 2012-05-25 01:23:09 +02:00
Mathieu Virbel 0147538dfd add webbrowser support for ios 2012-05-10 03:43:52 +02:00
Mathieu Virbel 4d07ae4112 fix lxml build 2012-05-10 03:01:07 +02:00
Mathieu Virbel 748aeee2ed show error if DEVROOT is not found on the disk 2012-05-04 01:09:41 +02:00
Mathieu Virbel 9a4448c35c fix tremor compilation / ogg path / remove xiph fallback 2012-04-22 14:40:40 +02:00
Mathieu Virbel 94fb07f16e Merge pull request #5 from ajhager/master
Make Xcode handle the populate-project task automatically
2012-04-18 02:30:04 -07:00
Joseph Hager 078c55a2d7 Fix README formatting 2012-04-17 21:06:31 -04:00
Joseph Hager f32d0c99a4 Add a build phase that automatically calls populate-project for the user. 2012-04-17 20:58:40 -04:00
Mathieu Virbel a9169420a7 Merge pull request #3 from ajhager/master
Remove hardcoded SDK and DEVROOT.
2012-04-17 14:09:55 -07:00
Joseph Hager 18687fb762 Determine the correct SDK and DEVROOT programmatically. 2012-04-17 15:49:42 -04:00
Mathieu Virbel f4ff8677a0 fix lxml rootbuild 2012-04-01 13:32:31 +02:00
Mathieu Virbel a3e533f1fc ios/mail: prevent a weird error appearing by not animating mail window
+ fix cython warning
2012-03-13 17:41:18 +01:00
Mathieu Virbel bc48d359e7 handle unicode string (except for mimetype/filename) 2012-03-12 19:14:39 +01:00
Mathieu Virbel 290efe79e7 ios module: add alias filename for email 2012-03-12 19:09:30 +01:00
Mathieu Virbel ca36b1bbea update gitignore 2012-03-12 18:15:19 +01:00
Mathieu Virbel 41161740d2 update template to include libios by default 2012-03-12 18:14:04 +01:00
Mathieu Virbel 2f7c173c7f introduce "ios" python module, with the first "send_email" method that use MessageUI framework. 2012-03-12 18:07:16 +01:00
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