.. |
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
|
fixes iphone5 deployment: when you connect an iphone5, xcode said that the active architecture is armv7s. We compile only for armv7. armv7s is not in our valid architecture list, and we would need to change the toolchain too for that.
|
2013-02-12 04:12:34 +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-audiostream.sh
|
add audiostream recipe
|
2013-01-05 12:18:06 +01:00 |
build-freetype.sh
|
use sourceforge instead of savannah for downloading freetype. closes #34
|
2013-02-28 18:48:51 +01:00 |
build-ios.sh
|
fix builtin module conflict
|
2013-01-05 12:17:52 +01:00 |
build-kivy.sh
|
replace SDKROOT with IOSSDKROOT. closes #33, #32, #30
|
2013-02-11 21:33:52 +01:00 |
build-lxml.sh
|
detect if we could use cython-2.7 prior to cython. closes #28
|
2013-02-28 19:07:05 +01:00 |
build-python.sh
|
revert a bad merge, universal python is absolutely not fixed >_>
|
2013-02-12 00:39:38 +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
|
use aclocal --print-ac-dir. closes #26
|
2013-02-28 18:40:21 +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
|
detect if we could use cython-2.7 prior to cython. closes #28
|
2013-02-28 19:07:05 +01:00 |
environment.sh
|
detect if we could use cython-2.7 prior to cython. closes #28
|
2013-02-28 19:07:05 +01:00 |
liblink
|
replace SDKROOT with IOSSDKROOT. closes #33, #32, #30
|
2013-02-11 21:33:52 +01:00 |
populate-project.sh
|
fix populate
|
2013-01-23 02:15:26 +01: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 |