Commit graph

11 commits

Author SHA1 Message Date
Thomas-Karl Pietrowski
b27db00619 Adding .DS_Store to .gitignore 2014-07-07 10:41:33 -07:00
ivpusic
aca9a0eab7 added missing patches 2013-08-27 00:33:42 +02:00
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
Mathieu Virbel
06d30e79d5 add missing SDL/gles* files 2012-07-07 22:35:16 +02:00
Mathieu Virbel
ca36b1bbea update gitignore 2012-03-12 18:15:19 +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
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
df2c4ee1cd add sdl mixer builder 2012-02-24 17:24:56 +01:00
Mathieu Virbel
de94011871 wip 2011-12-05 10:09:35 +01:00
Mathieu Virbel
c2e49b6f68 update gitignore to not take care of kivy 2011-12-01 18:16:46 +01:00
Mathieu Virbel
46b062cf16 add gitignore to remove checkout from project 2011-12-01 18:16:46 +01:00