Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivy/kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://github.com/kivy/kivy-ios

Updated python url

e34a816207d14b4415e51dda6f8594425ad745c1 authored almost 11 years ago
add ffmpeg builds script

abccf67cb13859fa86e464c5f83fa5cec6c841b3 authored almost 11 years ago
Merge branch 'master' of ssh://github.com/kivy/kivy-ios

b0a2bb2178ecfceab7279fa336b7c6928482d52c authored almost 11 years ago
allow customization of kivy branch

ca544fc29ee2ef66b22b02d6ab64ef799a803592 authored almost 11 years ago
Updates print and open file statements for Python3 compatibility.

Replaces print statement as print() and replaces file() with open() to resolve error occurred wh...

3761cf233deebceed46f2e7ba8ebdc2cac11ebb5 authored almost 11 years ago
Merge pull request #79 from olliwang/master

Fixes the bug that MFMailComposeViewController not presented properly.

dbec08b23441f38a36a53136f7b6bad99c1e2c06 authored almost 11 years ago
Fixes the bug that MFMailComposeViewController not presented properly.

The get_viewcontroller() function assumed the SDL window is always the first window in the share...

a5015a746b9162f35e3773602535da326ab51ec7 authored almost 11 years ago
ensure byte-compiling py->pyo will work. closes #71

cdd79ab77cdff56b6acefc11dfcc643faa7c6676 authored about 11 years ago
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.

28d70428562d48ba8b3eae5437e05e2a9d892cc0 authored about 11 years ago
fixes bad path resolution in Python setup.py (zlib.h is not located into /usr/include anymore.)

7f247d4af3d744a939648433b1ec017f99fb6e86 authored about 11 years ago
force environ when opening a subprocess (cythonize)

71a81a69243535575ebe83f51de1815eb01d4a8a authored about 11 years ago
Merge pull request #66 from shadowmint/master

Fixed PIL build flags and Tremor import path

d82802f277a8d4f102cb776819ab8b262c872c8f authored over 11 years ago
Merge pull request #67 from Zen-CODE/pyobjus

fix: correct permission issue in cloning repo

bf9725d6846b3f302cd78c8b0881204717cb0c1f authored over 11 years ago
fix: correct permission issue in cloning repo

0c21ea6f77d0801e13421e512d728bb0a0d4d7d9 authored over 11 years ago
libtremor download is now more robust on failure

45aee82636cbee33deef38423e256b5a4a199e70 authored over 11 years ago
Fixed PIL build flags and Tremor import path

36d27030ddd6d8ad13b0ce64dcc23209c01d36a6 authored over 11 years ago
activate pyobjus again

9b35cdbaa25bc81992186cbb95267805e8eb3759 authored over 11 years ago
first pass to move from llvm-gcc-4.2 to clang

395c40b9af9aff4587232b26bf4139544f679d8b authored over 11 years ago
pyobjus: replace the ivpusic repo to kivy repo

07944c3a705fc17b4553ebffd38658bf7c891828 authored over 11 years ago
Merge pull request #61 from ivpusic/master

pyobjus support

7eb5961d8871ce33f36abd684c1dcac9700e361d authored over 11 years ago
Merge pull request #64 from Zen-CODE/sed_fix

fix: prevent 'illegal byte code sequence' when parsing png files

2eb4a926c934d7d70955b5aa95f6c77473918166 authored over 11 years ago
fix: prevent 'illegal byte code sequence' when parsing png files

b3a9b5bee5fa80a74f09da7e699d36ea335ad435 authored over 11 years ago
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

5df6c725a9ba87819805b5498cbd1d36382ca218 authored over 11 years ago
removed cythonizing from build-pyobjus. cythonizing is now donne inside setup.py

37d718c20f18b24f6c046124df36a64c04046daf authored over 11 years ago
small fix

16f0618c0e10c1edec6a255f820c45950fe3989b authored over 11 years ago
updated project template

4fae87d527896eb84b67c83c7c7b33dd7f255d1f authored over 11 years ago
added missing patches

aca9a0eab712879f9fd1fb3cf943ff5d0f98e87e authored over 11 years ago
added fix for message -> sed: RE error: illegal byte sequence

21efbbe53089e8c0d0f3d51a3960637f3d74f992 authored over 11 years ago
updated template project. Added libffi.a and libpyobjus to link with binaries section

612d0925c7564966d3c07803f4f9dc1912f5e5c8 authored over 11 years ago
pyobjus is getting code from ivpusic/master instead of ivpusic/test_on_device branch

330c1974b6a257882b09d275c3e884981a862817 authored over 11 years ago
fixed ctypes error. Added .patch files for required modifications to get working pyobjus on iOS.

8217ea4a552ce1ba5050abdfcfe207091d672874 authored over 11 years ago
fix for _ctypes compilation on device

a2aeb88386957047e682a0f31d6f012024321b11 authored over 11 years ago
some patches for _ctypes compilation. Still it doesn't works.

43b613d9fac180527bcccf3e8d48f2e2178e90b9 authored over 11 years ago
added build libffi script, and fix of pyobjus script

aedcd4e9ebbaf054ea90537741e5996f1d62945c authored over 11 years ago
added build-pyobjus.sh script

a4b5540d3e20eaa07c3b9e022f55220767843da2 authored over 11 years ago
manually add /usr/local/share/aclocal to find pkg.m4.

490b7d45b29bd06a5489fcac16ebb1ca24eafde3 authored over 11 years ago
Kivy-ios is now under MIT license

07aafa03babb826fc08e76bc15712da71715b937 authored over 11 years ago
Merge pull request #53 from tonibagur/master

Adding PIL support(with jpeg+png) to kivy-ios

f6d19de71e7bd01ea94d5dc178b37dcd09b7be21 authored over 11 years ago
Merge pull request #50 from beanandbean/master

Remove type error in README.rst

e0aea626f7fb620fb4077362a8e00959d0f9365f authored over 11 years ago
Modifying the main build script in order to include the jpeg and pil building processes

modified: build-all.sh

3f37ca6d520be809ea2b41433e7f2a95a8c2d5fd authored over 11 years ago
modified: src/jpeg_files/jpeg_makefile.patch

modified: src/pil_files/patch_pil.patch
modified: tools/build-libjpeg.sh

02278679dff072986d8ad51efc13eb82c92737d0 authored over 11 years ago
Fixing some problems in the libjpeg building process

new file: ../../src/jpeg_files/jpeg_makefile.patch
modified: ../../tools/build-libjpeg.sh

443cce70760b72269e590edbf2dcf6392bf95b06 authored over 11 years ago
Adding scripts to build PIL for kivy-ios

new file: pil_files/patch_pil.patch
new file: ../tools/build-libjpeg.sh
new file: ../too...

5561d15db505d376db9bedd5f1c051b8dc23655d authored over 11 years ago
use stable kivy branch by default

1f975c73cf163f00d9342353d70c5d21b81adf6d authored over 11 years ago
avoid listing non-existing path in PATH.

4a132275cbfe94e30660e888bb9989fcdc76189f authored over 11 years ago
Update REANME.rst: change build_all.sh to build-all.sh

38e438ebe5cea61f76cce91a0173428385a8d738 authored over 11 years ago
ios bootstrap: if we dont detect xcode environment, fake stdout/stderr to not crash on print, Logger, and anything that could use sys.stdout/err.

da698b29a68faac4e28e096c7012785a4fe5cab6 authored over 11 years ago
force setting to not strip the product on installation (STRIP_INSTALLED_PRODUCT = NO)

cc4577186a48eeba852435db9cbd40f49e12fedb authored almost 12 years ago
fix DEBUG -> ifndef. condition was inverted ?!!!!

bca88cbb8d231bbbe9e023b89aabbc6f059c88a1 authored almost 12 years ago
make cython check optional

7b44cdefc3dcb7687de11a347fbe4478c7d6a7a3 authored almost 12 years ago
env: add manually /usr/local/bin to the PATH, seems like on some setup, its not included by default.

6b5c3a691c7f8b727ed0d6f6c876dd4c26993778 authored almost 12 years ago
allow "tex" image loader by default, and add DEBUG=1 for showing the log in the console, only in debug mode.

4fbea35e17b782a5d80ef667d6d904f3641dc377 authored almost 12 years ago
update to latest SDL master. keyboard API changed, kivy need to be updated as well.

6af1a56be651a24ff157aed7e24ad97898f963c5 authored almost 12 years ago
add requirements check for autoconf, automake, libtool, pkg-config, hg

066e868534b246d92af57957e6993516c9879a3d authored almost 12 years ago
ensure pkg-config is installed before going further. closes #43

20f932be9220c6572c058e93bff8ce898722d3f5 authored almost 12 years ago
finally fixed the _usedpool warning. thanks to the http://stackoverflow.com/questions/11064984/how-to-link-a-static-library-for-ios. closes #4

0062353c5812b893d6d4bcc97eb221cd782a298c authored almost 12 years ago
add pyexpat as a builtin module. closes 18

2bf3ce17fc25be2e7c761a03f79ce39655be5601 authored almost 12 years ago
remove symlink of tito directory. closes #39

7d92d106c5256039d7aca4c9f32b0a4412d7a48d authored almost 12 years ago
replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27

d0eacfc3ae1468de96d8b576365ce3acfa61d44a authored almost 12 years ago
detect if we could use cython-2.7 prior to cython. closes #28

ad85ed15f0f4dbbea0b29d6e6e1c06b97799a423 authored almost 12 years ago
use sourceforge instead of savannah for downloading freetype. closes #34

5e3c5768b4582bc5124c6a52b6020fd5dc6db02c authored almost 12 years ago
use aclocal --print-ac-dir. closes #26

aed84ab0b2b5ab6783d46e32d555380db822892a authored almost 12 years ago
update libtremor patch to also change obsolete AM_CONFIG_HEADER to AC_CONFIG_HEADERS. AM_CONFIG_HEADER does not work since automake 1.4

97db40abc1ae70470addc56eb51d7acc51cb8e22 authored almost 12 years ago
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.

d56d94f74e52e6615d5f62f5509ecfa692ed3913 authored almost 12 years ago
revert a bad merge, universal python is absolutely not fixed >_>

c8b8e2c67f50a5d87cb94b059705c1ad14e18d15 authored almost 12 years ago
fix python compilation broken from a recent commit

44825d71975aa96a172b0dfab99ea21ac08985e3 authored almost 12 years ago
fix back the KIVYIOSROOT path

af09496fa5e4fd1d48e9e5c9b072454d98f229d3 authored almost 12 years ago
Merge pull request #37 from fictorial/master

This is a request for help for building a version of Kivy for the iOS Simulator.

3875dd12e28eaa30e874cc32a0af9e272e880c94 authored almost 12 years ago
fix compilation warning in main.m

cc2051fd0d28d227369ce47349fa8a3a37d6a430 authored almost 12 years ago
replace SDKROOT with IOSSDKROOT. closes #33, #32, #30

e547ffb97dd41b6f12f2642515bb3ef52cfc134a authored almost 12 years ago
First stab at Universal Python

952bffcebdaa209b4c31c10a1094aa2df4c3a05f authored almost 12 years ago
Fix KIVYIOSROOT setting

d67552a703c19b2b01f2ce063233869e0489b851 authored almost 12 years ago
fix populate

79c3f667931af71b7821056e2b9357eabcab512a authored almost 12 years ago
fix builtin importer headers + fallback on the "normal" module

803803b2b1d6cb3f4f7790bf4b2ce8c055618f7c authored almost 12 years ago
fix lxml compilation

8a2f5a621b6bbc48132b9fa48d85093db5ee786c authored almost 12 years ago
cythonize: use the last part in the modname (example: lxml.etree modulename is etree only.)

199850bec568197328fb8804d58b355b2d86c001 authored almost 12 years ago
use rsync to populate the project instead of rm + cp -a

3d6297e6fc4978cd3aaab9555610dda124397f9e authored almost 12 years ago
ios: fix warning from the recent CustomBuiltinImporter

c96e9f72f2e4ea69b93c2ca9de52790e5ee25d4c authored about 12 years ago
add audiostream recipe

e58e114420d1e1c5baf19d179c3392275e3b07b6 authored about 12 years ago
fix builtin module conflict

Now all the cythonized modules are rewrite with a mangled name of
package + module name. This av...

92f38fe2d7ecf222a25a90465a53a086389b559d authored about 12 years ago
Merge branch 'master' of ssh://github.com/kivy/kivy-ios

d539c90474b6185227d0cd18b966472ee49507cd authored about 12 years ago
remove sdl tests files

ba638deb45794af8cb5409bb2de9de0a47af6500 authored about 12 years ago
fix build-sdl.all to be cwd change resistant

4e5de20389b400f69f1a2182f0830d3e601b9957 authored about 12 years ago
add easy_install information for cython. closes #29

48fe0740b053686619f6280149399295b6bbd83f authored about 12 years ago
Merge branch 'master' of ssh://github.com/kivy/kivy-ios

9a6b0acce404457bb7406129c0f6280194c8eea8 authored about 12 years ago
change kivy default branch to master.

8d8e26c75f8187e937d6e6d7f90aff9b3b26b28e authored about 12 years ago
freetype: doenload gzip source instaed of bzip

bzip wasn;t extaracted correctly on one retina mac book pro with mountain lion?!

f763bf437b45a0717f6fab339896a81e1e953d77 authored about 12 years ago
fix _scproxy error when importing urllib by adding a fake _scproxy.py

6a1e722cc4057bfc25dfe81f8b6c7868b451647c authored about 12 years ago
update env to install ttf, vorbis and ogg in tmp/root. Then use that prefix for compiling sdlmixer and sdlttf.

10c9887263b46bbc38d8608e7a2dac669bf64bfe authored about 12 years ago
Revert "Update tools/build-sdlmixer.sh"

This reverts commit 886f344d08e9ffa409174bae6491e21b54a8bdbb.

83702e5f3605737720f427dfaf9b981eecc1ff0a authored about 12 years ago
ios: add method for calculating DPI and read UIscreen scale

f24fc6844f92cd39b3ebda671a887fec488a574c authored about 12 years ago
Merge pull request #25 from rogererens/master

MacPorts enabling

2a0d4408d25e02b1270b11e6681ba9437875fb0a authored about 12 years ago
Update tools/build-sdlmixer.sh

Added an Include library to ACLOCAL_FLAGS to search the autoconf
directory when MacPorts was us...

886f344d08e9ffa409174bae6491e21b54a8bdbb authored about 12 years ago
ios: fix missing CFLAGS export. This was the issue, but then, it seem that some system accept ARM_CFLAGS as a standard name when compiling to ARM ???. closes #22

b35e86e4705a01f04a0218b9e38a96c8a6271c03 authored about 12 years ago
add sqlite3 support by default. closes #23

e47706865491858dd6804d606d1401e7de92be36 authored about 12 years ago
read orientations values from the Info.plist

128b3ed816d9a64599c02dbab7c26589cc8fd19c authored over 12 years ago
SDL: fix changes from the newer hg SDL version, libSDL.a -> libSDL2.a

0ca84893936bcac2f2ce399850757374d30f96f6 authored over 12 years ago
update to latest SDL

86327f2ea96c0c2e73fc165db1c772cf48a400bf authored over 12 years ago
fix env test

e76b539bb3451bb38e8e72488ffb41ed14b0e82a authored over 12 years ago
protect -x under VERBOSE=1 env

7f85afb2ed0a7e716bd6e7051e40ca2cd744162e authored over 12 years ago