toni
de7abcbb59
Fixing compilation problems on osx 10.12 with xcode 9.
...
*Important Note:
When the xcode project is created, in order to get kivy working you have to manually add the following framewors:
- CoreMotion
- libz
- libsqlite3
2017-10-09 11:28:22 +02:00
Mathieu Virbel
c09a150f56
Merge branch 'master' of github.com:kivy/kivy-ios
2017-05-30 16:06:05 +02:00
Mathieu Virbel
35cd3f738b
rework pip to use --prefix and --isolated, instead of the variable env
2017-05-30 16:05:54 +02:00
Mathieu Virbel
54b9a0dad6
Merge pull request #249 from kived/concurrent-build
...
add concurrent make, xcodebuild, gzip/bzip2
2017-05-19 13:52:11 +02:00
Mathieu Virbel
819fa05712
fixes ipv6 for python (tested with ipv4/ipv6 + http/https). Closes #218
2017-05-14 20:39:16 +02:00
Ryan Pessa
0239bde32d
add concurrent make, xcodebuild, gzip/bzip2
2017-05-01 23:12:46 -07:00
Mathieu Virbel
cdf664d9bf
fixes python3 issue on osx. Closes #224
2017-04-29 17:51:42 +02:00
RJ Burnham
987314376b
Update python loader to load from frameworks as well as main exe (i.e. we have kivy embedded in a framework)
2016-07-11 15:00:03 -04:00
Mathieu Virbel
7cb22bd0ec
recipes: add openssl optional recipe for ffmpeg and python
2015-08-14 12:18:15 +02:00
Mathieu Virbel
2c04994b71
Merge pull request #130 from cbenhagen/ffmpeg-fix
...
move LDFLAG -undefined dynamic_lookup to python recipe
2015-08-08 00:09:31 +02:00
akshayaurora
296d331935
Python recipe: Make openssl module optional
2015-08-07 22:44:44 +05:30
Akshay Arora
46d24567bd
Merge pull request #132 from cbenhagen/openssl
...
add openssl recipe
2015-08-07 22:40:58 +05:30
Mathieu Virbel
e3fc0af6a3
python: add csv module by default
2015-08-07 18:07:49 +02:00
Ben Hagen
87d2c8b9fc
don't enforce python to compile SSL
2015-06-12 14:31:34 +02:00
Mathieu Virbel
a9b85cfe78
few fixes to prevent rejection from the app store. Closes #133
2015-04-30 19:51:01 +02:00
Ben Hagen
4c14123e53
add openssl dependency to python
...
maybe this should be optional?
2015-04-29 02:44:29 +02:00
Ben Hagen
ddf50b38b5
move LDFLAG -undefined dynamic_lookup to python recipe
...
Fixes the compilation problems of ffmpeg and allows the removal of an
hotfix in the ffmpeg recipe.
2015-04-28 18:19:50 +02:00
Mathieu Virbel
854ab2f8ca
Merge branch 'poly-arch' of ssh://github.com/kivy/kivy-ios into poly-arch
2015-02-25 13:44:13 +01:00
Mathieu Virbel
c0f5cae59a
toolchain: provide a PythonRecipe and CythonRecipe for simpler recipe implementation
2015-02-25 13:37:26 +01:00
Sylvain Alborini
5c0938d388
share and bin are directories
2015-02-24 12:52:26 +01:00
Mathieu Virbel
01593a0699
python: reduce python installation during install (i.e. create python27.zip)
2015-02-24 00:01:32 +01:00
Mathieu Virbel
11f0f9f317
python: fix ctypes duplicate patch
2015-02-23 22:28:52 +01:00
Mathieu Virbel
e51be2eec8
toolchain: handle addition of frameworks/libraries within the Xcode project depending of the compiled recipes.
...
Done automatically during the creation time, or use the update command
2015-02-23 11:34:36 +01:00
Mathieu Virbel
a1ab4b4beb
python: prevent double inclusion / duplicate symbol
2015-02-12 00:51:11 +01:00
Mathieu Virbel
254bb064e2
python: remove long double duplicate symbol as well.
2015-02-11 16:28:57 +01:00
Mathieu Virbel
456259f912
python/kivy: correctly install both of them into the dist/root
2015-02-09 23:34:02 +01:00
Mathieu Virbel
6179584980
fix lib generation for all platforms
2015-02-04 15:50:16 +01:00
Mathieu Virbel
bfd8532e0e
python now compiles for all arch \o/
2015-02-03 18:42:17 +01:00
Mathieu Virbel
d4c1ac88d7
remove unused recipes and work on host python / python / lib
2015-02-03 00:19:53 +01:00
Mathieu Virbel
f18628f325
rename hostpython -> python
2015-02-02 05:21:44 +01:00