Commit graph

488 commits

Author SHA1 Message Date
Richard Larkin 2af64bb35e Merge pull request #222 from mrhdias/patch-1
The recipe don't download the archive.
2016-11-09 20:37:17 +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 f5d0497961 Merge pull request #221 from gfyoung/bad-200-type-urlretrieve
Clean up temp files before urlretrieve
2016-11-09 20:06:37 +02:00
Richard Larkin 77d8d52e59 Merge pull request #209 from filipefigcorreia/libpng-recipe
New recipe for libpng
2016-11-09 20:00:57 +02:00
Richard Larkin 01a0c6a751 Merge pull request #214 from rnixx/fix_host_setuptools
Fix host setuptools
2016-11-08 10:03:40 +02:00
Richard Larkin aa804d107d Merge pull request #213 from bearnun/patch-1
Update doc to site cython version 0.23 instead of 0.21
2016-11-07 22:09:24 +02:00
Richard Larkin 00fdf3c60d Merge pull request #219 from kivy/std_out_fix
stdout fix for iOS 10 debugging
2016-11-07 19:38:06 +02:00
Richard d661336935 Removed test line 2016-11-06 14:47:55 +02:00
Richard f48f66363c Added corrected check for KIVY_NO_CONSOLE flag 2016-11-06 14:46:31 +02:00
gfyoung 0cb7a8ff10 Clean up temp files before urlretrieve 2016-11-06 03:30:58 -05:00
Richard d4e3635802 Removed std out re-direction 2016-11-04 12:47:04 +02:00
Macbook 51402e0520 Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-10-24 08:47:47 +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 e9ac3c9be7 Merge branch 'fix_host_setuptools' of github.com:rnixx/kivy-ios into fix_host_setuptools 2016-10-14 11:03:45 +02:00
Robert Niederreiter d79e7cf1a9 fix host_setuptools
reset kivy download url
2016-10-14 11:02:34 +02:00
Robert Niederreiter b810f31f76 reset kivy download url 2016-10-14 10:36:02 +02:00
Robert Niederreiter 73adae58c3 fix host_setuptools 2016-10-14 10:31:18 +02:00
Robert Niederreiter d6f2e3f8d2 merge kivy master 2016-10-12 15:23:51 +02:00
bearnun 654900d401 Update cython to 0.23 from 0.21
Because of "Kivy requires at least Cython version 0.23" from: https://kivy.org/docs/installation/installation.html
2016-10-04 18:39:56 -05:00
Filipe Correia 48761f778d Recipe for libpng. 2016-09-06 00:04:08 +01:00
dessant c7624becbd Merge pull request #206 from byrot/master
Fix missing parentheses at 2 lines in toolchain.py
2016-08-02 12:46:53 +03:00
Tomáš Jirotka 6ddb6fef49 Fix missing parentheses at 2 lines in toolchain.py 2016-08-02 10:22:07 +02:00
Richard Larkin e8a5a0595f Merge pull request #167 from lc-soft/master
add `flask` and `flask` depend recipes.
2016-08-01 08:25:12 +02: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 5189c8da79 Merge branch 'master' of https://github.com/lc-soft/kivy-ios 2016-07-28 12:37:36 +02:00
Richard Larkin 0f02ed793c doc: clarified clean command 2016-07-28 10:14:18 +02:00
Richard Larkin a9a4b281c3 doc: added help on 'clean' command to remove build 2016-07-28 09:46:11 +02: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
Richard Larkin cde3932d3a Merge pull request #205 from kivy/clean_fix
Fixed filename extention matching. closes #193
2016-07-12 20:54:47 +02:00
Richard Larkin 1ca7756dc1 Fixed filename extention matching. closes #193 2016-07-12 15:36:45 +02:00
Zen-CODE 3e4eb4bfed Grammar tweaks 2016-07-11 21:43:44 +02:00
Richard Larkin 320c0808c0 Added explanatory note 2016-07-11 15:10:46 +02:00
Richard Larkin e4e4c1cd89 Merge pull request #191 from kived/fix-archive_root
fix archive_root property to not return None
2016-07-04 18:58:09 +02:00
Richard Larkin 24b3ded916 Redirect Python-ast lookup to 'hostpython'. Fixes #201 2016-07-04 12:00:39 +02:00
Zen-CODE 8cdc790375 Tweaked wording 2016-07-01 21:09:10 +02:00
Richard Larkin e539b8f9c8 Merge pull request #196 from stsievert/patch-1
Thanks
2016-07-01 21:06:39 +02:00
Richard Larkin c503ff7c83 Merge pull request #178 from cbenhagen/patch-2
Update openssl version
2016-06-30 21:34:49 +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
Richard Larkin 6ee0a927b6 Added note on 'main.m' and orientation settings 2016-06-28 12:31:35 +02:00
Scott Sievert 5f048d3ead Clarifies build help
"(available packages in the recipes directory)"
2016-06-26 10:33:33 -05:00
Richard Larkin c613068e5b Added comments on orientation control 2016-06-24 11:56:00 +02:00
Richard Larkin 70de25fd16 doc: slight rewording 2016-06-24 11:52:04 +02:00
Scott Sievert 0750acf132 Clarifies docs to clarify building recipes 2016-06-02 11:02:37 -07:00
Richard Larkin 006359205a Merge pull request #187 from EdwardBetts/patch-1
Indeed. Thanks :-)
2016-05-26 22:42:39 +02:00