.. |
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
|
updated project template. Also updated script for building pyobjus. Script now copy bridge.m/h files to templates dir, so they can be included by default as some start template for new projects. It contains code for accelerometer
|
2013-09-04 01:53:33 +02:00 |
biglink
|
first part of cleaning
|
2012-03-08 18:05:47 +01:00 |
build-all.sh
|
activate pyobjus again
|
2013-10-08 11:07:24 +02:00 |
build-audiostream.sh
|
replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27
|
2013-02-28 19:21:58 +01:00 |
build-ffmpeg.sh
|
add ffmpeg builds script
|
2014-02-20 17:55:09 +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
|
replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27
|
2013-02-28 19:21:58 +01:00 |
build-kivy.sh
|
allow customization of kivy branch
|
2014-02-03 17:16:47 +01:00 |
build-libffi.sh
|
first pass to move from llvm-gcc-4.2 to clang
|
2013-10-08 11:02:05 +02:00 |
build-libjpeg.sh
|
modified: src/jpeg_files/jpeg_makefile.patch
|
2013-07-12 15:11:30 +02:00 |
build-lxml.sh
|
replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27
|
2013-02-28 19:21:58 +01:00 |
build-pil.sh
|
Fixed PIL build flags and Tremor import path
|
2013-10-12 20:47:35 +08:00 |
build-pyobjus.sh
|
fix: correct permission issue in cloning repo
|
2013-10-16 20:28:04 +02:00 |
build-python.sh
|
Fixes for changes introduced by installing new XCode5 CommandLineTools, which put system headers in /usr/local. This change makes sure that the hostpython is using the system sdk, and PIL does not explicitly include /usr/include etc. as the highest priority path to look for headers in...that wont work if we are cross compiling.
|
2013-10-25 15:23:44 -05:00 |
build-sdl.sh
|
fix build-sdl.all to be cwd change resistant
|
2012-12-16 13:40:15 +01:00 |
build-sdlmixer.sh
|
libtremor download is now more robust on failure
|
2013-10-16 09:21:03 +08: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
|
Merge pull request #61 from ivpusic/master
|
2013-09-27 15:03:33 -07:00 |
cythonize.py
|
force environ when opening a subprocess (cythonize)
|
2013-10-22 13:29:45 +02:00 |
environment.sh
|
ensure byte-compiling py->pyo will work. closes #71
|
2013-10-27 13:24:14 +01:00 |
liblink
|
first pass to move from llvm-gcc-4.2 to clang
|
2013-10-08 11:02:05 +02:00 |
populate-project.sh
|
updated template project. Added libffi.a and libpyobjus to link with binaries section
|
2013-08-26 23:22:49 +02: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 |