kivy-ios/tools
Mathieu Virbel 92f38fe2d7 fix builtin module conflict
Now all the cythonized modules are rewrite with a mangled name of
package + module name. This avoid symbol conflict if you have the same
module.so as another library (for example, audiostream.sources.thread
and python thread.so was in conflict).

Then, a custom builtin importer is loaded before the application start,
and when you will want to import audiostream.sources.thread, if will
import builtin audiostream_sources_thread.

kivy/ios/lxml/audiostream recipes are impacted. A full rebuild is
needed.
2013-01-05 12:17:52 +01:00
..
patches update sdl_ttf patch for SDL 2 (fix SDL_AllocSurface to SDL_CreateRGBSurface). closes #15 2012-07-21 19:10:39 +02:00
templates fix builtin module conflict 2013-01-05 12:17:52 +01:00
biglink first part of cleaning 2012-03-08 18:05:47 +01:00
build-all.sh introduce "ios" python module, with the first "send_email" method that use MessageUI framework. 2012-03-12 18:07:16 +01:00
build-freetype.sh freetype: doenload gzip source instaed of bzip 2012-11-23 14:30:32 -06:00
build-ios.sh fix builtin module conflict 2013-01-05 12:17:52 +01:00
build-kivy.sh fix builtin module conflict 2013-01-05 12:17:52 +01:00
build-lxml.sh fix builtin module conflict 2013-01-05 12:17:52 +01:00
build-python.sh fix _scproxy error when importing urllib by adding a fake _scproxy.py 2012-11-21 16:10:05 +01:00
build-sdl.sh fix build-sdl.all to be cwd change resistant 2012-12-16 13:40:15 +01:00
build-sdlmixer.sh update env to install ttf, vorbis and ogg in tmp/root. Then use that prefix for compiling sdlmixer and sdlttf. 2012-11-21 00:12:42 +01:00
build-sdlttf.sh update env to install ttf, vorbis and ogg in tmp/root. Then use that prefix for compiling sdlmixer and sdlttf. 2012-11-21 00:12:42 +01:00
clean_python.sh first part of cleaning 2012-03-08 18:05:47 +01:00
create-xcode-project.sh Add a build phase that automatically calls populate-project for the user. 2012-04-17 20:58:40 -04:00
cythonize.py fix builtin module conflict 2013-01-05 12:17:52 +01:00
environment.sh update env to install ttf, vorbis and ogg in tmp/root. Then use that prefix for compiling sdlmixer and sdlttf. 2012-11-21 00:12:42 +01:00
liblink first part of cleaning 2012-03-08 18:05:47 +01:00
populate-project.sh Update tools/populate-project.sh 2012-07-25 15:07:42 +03:00
reduce-python.sh 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