Commit graph

162 commits

Author SHA1 Message Date
Robert Niederreiter
67e8a0fb52 merge kivy master 2016-11-11 13:12:43 +01:00
Robert Niederreiter
263f89bb8c don't try to install cffi to hostpython via cffi recipe 2016-11-11 13:06:15 +01:00
Richard Larkin
81121838c9 Merge pull request #204 from sighthoundinc/master
Update python loader to load from frameworks as well as main exe (i.e…
2016-11-09 23:28:49 +02:00
Henrique Dias
5a07f17f86 The recipe don't download the archive.
If I try download the archive manually, this url "http://vorboss.dl.sourceforge.net/project/libpng/libpng16/1.6.24/libpng-1.6.24.tar.gz" redirect to "https://sourceforge.net/projects/libpng/files/"

...
Extract libpng
Extract libpng for i386
Traceback (most recent call last):
  File "./toolchain.py", line 1311, in <module>
    ToolchainCL()
  File "./toolchain.py", line 1082, in __init__
    getattr(self, args.command)()
  File "./toolchain.py", line 1106, in build
    build_recipes(args.recipe, ctx)
  File "./toolchain.py", line 974, in build_recipes
    recipe.execute()
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 585, in execute
    self.extract()
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 56, in _cache_execution
    f(self, *args, **kwargs)
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 621, in extract
    self.extract_arch(arch.arch)
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 625, in extract_arch
    dest_dir = join(build_dir, self.archive_root)
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 577, in archive_root
    value = self.get_archive_rootdir(self.archive_fn)
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 442, in get_archive_rootdir
    archive = tarfile.open(filename)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py", line 1673, in open
    return func(name, "r", fileobj, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py", line 1738, in gzopen
    fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py", line 94, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: '/Users/prrcarvalho/Development/kivy-ios-master/.cache/libpng-libpng-1.6.24.tar.gz'
2016-11-09 18:24:16 +00:00
Richard Larkin
77d8d52e59 Merge pull request #209 from filipefigcorreia/libpng-recipe
New recipe for libpng
2016-11-09 20:00:57 +02:00
Robert Niederreiter
e0f7ec5197 document new findings, remove build logger, some cleanup 2016-11-04 15:49:44 +01:00
Robert Niederreiter
0404d269b4 Update enum34 url 2016-11-04 15:01:38 +01:00
Robert Niederreiter
da5040d5cd cffi installs and works on device, hostpython not working yet 2016-11-04 14:05:30 +01:00
Robert Niederreiter
b392c61ae5 make cffi recipe work, additionally install pycparser in hostpython 2016-11-04 12:48:30 +01:00
Robert Niederreiter
1eed3853d5 experimenting with cryptography build 2016-11-02 17:43:23 +01:00
Robert Niederreiter
38230677fb build logger experiments 2016-11-02 14:34:21 +01:00
Robert Niederreiter
cba2e7a30b comment on unpacking setuptools in host_setuptools recipe 2016-10-22 13:38:59 +02:00
Robert Niederreiter
2cb3124e35 pycparser and cffi recipes install 2016-10-17 08:55:33 +02:00
Robert Niederreiter
26a76b65e5 recipe dependencies 2016-10-14 17:59:39 +02:00
Robert Niederreiter
bad28e3735 add enum34 recipe 2016-10-14 17:26:38 +02:00
Robert Niederreiter
11f84ec830 add ipaddress recipe 2016-10-14 17:21:02 +02:00
Robert Niederreiter
7cca79030a Avoid errors from setuptools if installed as egg with .pth mapping on subsequent package installs with hostpython 2016-10-14 16:46:33 +02:00
Robert Niederreiter
d0ba2dd4dd fix host_setuptools recipe 2016-10-14 16:01:50 +02:00
Robert Niederreiter
1c37a80b81 Install pure python packages like werkzeug 2016-10-14 14:57:49 +02:00
Robert Niederreiter
d4cb02ccf1 work on twisted related recipes 2016-10-14 14:07:10 +02:00
Robert Niederreiter
bbd1dadb16 reduce zope_interface recipe 2016-10-14 13:04:01 +02:00
Robert Niederreiter
02e9e08b5a ... 2016-10-14 12:39:39 +02:00
Robert Niederreiter
d79e7cf1a9 fix host_setuptools
reset kivy download url
2016-10-14 11:02:34 +02:00
Robert Niederreiter
638e355df0 add archive dummy for host_setuptools to make toolchain happy 2016-10-14 10:13:38 +02:00
Robert Niederreiter
3375a52195 host_setuptools WIP 2016-10-14 10:05:44 +02:00
Robert Niederreiter
c34f792a17 tell hostpython where to find openssl 2016-10-14 10:04:15 +02:00
Robert Niederreiter
805c52bd6d work on hostpython and host_setuptools 2016-10-14 09:57:34 +02:00
Robert Niederreiter
0b696d6557 implement build_arch 2016-10-13 16:07:58 +02:00
Robert Niederreiter
8481f19564 twisted and autobahn related recipe stubs 2016-10-13 11:20:55 +02:00
Robert Niederreiter
d6f2e3f8d2 merge kivy master 2016-10-12 15:23:51 +02:00
Filipe Correia
48761f778d Recipe for libpng. 2016-09-06 00:04:08 +01:00
Liu Chao
bbf6896423 add sed command for replace setuptools to distutils.core. 2016-07-30 10:52:11 +08:00
Liu Chao
fcae0e45bc Merge remote-tracking branch 'upstream/master' 2016-07-29 15:14:27 +08:00
Richard Larkin
fe5add1699 Merge pull request #176 from strakh/master
pyyaml recipe
2016-07-28 08:36:50 +02:00
Richard Larkin
982b79b232 Merge pull request #146 from cbenhagen/patch-3
build ffpyplayer version 3.2 instead of master
2016-07-24 03:53:24 +02:00
Richard Larkin
a92f98ec5e Merge pull request #202 from kivy/ast_fix
Redirect Python-ast lookup to 'hostpython'. Fixes #201
2016-07-13 11:58:30 +02:00
Richard Larkin
503adbd376 Merge pull request #194 from kivy/keyboard_height
Keyboard height
2016-07-12 22:21:23 +02:00
Zen-CODE
3e4eb4bfed Grammar tweaks 2016-07-11 21:43:44 +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
Richard Larkin
320c0808c0 Added explanatory note 2016-07-11 15:10:46 +02:00
Richard Larkin
24b3ded916 Redirect Python-ast lookup to 'hostpython'. Fixes #201 2016-07-04 12:00:39 +02:00
Richard Larkin
1a6d513099 Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-06-28 15:57:55 +02:00
Richard Larkin
7080a9dadc Updated version of openssl 2016-06-28 15:54:38 +02:00
Richard Larkin
b64efeef31 Merge pull request #182 from ericatkin/master
Remove .exe suffix on make target
2016-06-28 15:50:36 +02:00
akshayaurora
2d174322da take account device density, for softinput_mode 2016-05-26 03:09:31 +05:30
akshayaurora
72cbbd9710 WIP:Initial implementation of keyboard_height, we get correct height.
Moving window part is still not tested, fixed.
2016-05-25 02:37:00 +05:30
Ryan Pessa
2dd764f8db add ccache support 2016-04-16 23:15:15 -05:00
ericatkin
220c0747e1 Remove .exe suffix on make target 2016-04-05 22:56:20 -06:00
Robert Niederreiter
cc8a8a1393 working openssl version 2016-03-08 08:06:09 +01:00
Robert Niederreiter
270160d2cf merge latest master 2016-03-04 09:28:08 +01:00