Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-07 | pep8: ignore E128 which is annoying | Andoni Morales Alastruey | 1 | -1/+1 | |
2013-03-07 | pep8: fix more errors | Andoni Morales Alastruey | 5 | -35/+49 | |
2013-03-07 | pep8: start fixing several pep8 errors | Andoni Morales Alastruey | 11 | -46/+51 | |
2013-03-07 | Add support for ARM in the universal build | Andoni Morales Alastruey | 1 | -1/+5 | |
2013-03-07 | libvpx: Fix merge step for ios | Andoni Morales Alastruey | 1 | -1/+1 | |
2013-03-07 | Add missing file | Andoni Morales Alastruey | 1 | -0/+7 | |
2013-03-07 | ios: fix support for universal builds | Andoni Morales Alastruey | 5 | -3/+7 | |
2013-03-07 | glib: ios also should use universal builds | Thiago Santos | 1 | -1/+1 | |
Use the same gliconfig.h hack for ios to allow universal builds to properly include it | |||||
2013-03-07 | build-tools: Need xz on all non-Linux platforms | Sebastian Dröge | 1 | -1/+3 | |
2013-03-07 | recipe: add __str__ for universal recipes | Thiago Santos | 1 | -0/+5 | |
makes it easier to spot which recipe fails when testing builds | |||||
2013-03-07 | recipes: workaround for recipes that build too fast | Thiago Santos | 1 | -0/+4 | |
Some recipes just copy files around and are performed very fast. This confuses the new files listing for universal builds as it relies on the timestamps of the new files to select what are the new ones. When the build is faster than the FS timestamp resolution, old files and new files can be mixed together, causing old files to be removed from the final prefix destination dir. A case of this is when gst-sdk-shell is built. This patch prevents this by waiting a little before attempting to install files to the prefix, so that the new files have a timestamp difference to the old ones | |||||
2013-03-07 | build-tools: adding cmake recipe to build-tools | Thiago Santos | 2 | -2/+19 | |
It is a requirement to build taglib recipe | |||||
2013-03-07 | osx: packagemaker: look into applications dir for packagemaker | Thiago Santos | 1 | -2/+14 | |
In newer osx versions, the packagemaker might be installed manually as it doesn't seem to come bundled with XCode anymore. In this case, the usual location is for it to be installed at the Applications directory. This patch makes the packager search for it in the old directory and in Applications | |||||
2013-03-04 | build: set configure cache file in the sources directory | Andoni Morales Alastruey | 1 | -1/+1 | |
This way it's removed in the wipe process and changes in the config are the environment do not conflict with future builds | |||||
2013-03-03 | glib: Set the configure script properly | Sebastian Dröge | 1 | -2/+1 | |
It's config_sh not configure_sh | |||||
2013-03-02 | Add -Wall to CFLAGS everywhere to get meaningful compiler warnings in some cases | Sebastian Dröge | 5 | -12/+12 | |
Also fixes some of GLib's configure checks that rely on compiler warnings. | |||||
2013-02-26 | ios.config: don't use full paths for the toolchain tools | Andoni Morales Alastruey | 1 | -18/+14 | |
Instead add the toolchain bin dir to PATH. This fixes several configure checks which expect a filename and not a full path | |||||
2013-02-26 | gst-ffmpeg-static: Fix iOS build | Andoni Morales Alastruey | 2 | -1/+8 | |
2013-02-26 | gst-ffmpeg: only use gas-preprocessor for ARM on iOS | Andoni Morales Alastruey | 1 | -1/+5 | |
2013-02-26 | libmpeg2: fix patch for the functions underscore | Andoni Morales Alastruey | 1 | -8/+4 | |
2013-02-26 | gst-plgins-bad: disable apple_media until the link stage is fixed | Andoni Morales Alastruey | 1 | -0/+2 | |
2013-02-26 | disable X Alsa and Pulse plugins in iOS too | Andoni Morales Alastruey | 5 | -5/+5 | |
2013-02-26 | ios.config: Use gcc as preprocessor to pass arch flags correctly | Andoni Morales Alastruey | 1 | -2/+2 | |
2013-02-26 | libmad: fix build in iOS ARM | Andoni Morales Alastruey | 1 | -0/+4 | |
force autoreconf for libtool to pass the arch flags correctly and use gas-preprocessor | |||||
2013-02-26 | ios.config: add OBJCFLAGS and OBJLDFLAGS for Objective-C | Andoni Morales Alastruey | 1 | -0/+2 | |
2013-02-26 | glib-tools: build all glib as we need tools from gio too | Andoni Morales Alastruey | 1 | -2/+0 | |
2013-02-26 | libmpeg2: fix build for iOS ARM | Andoni Morales Alastruey | 1 | -0/+21 | |
2013-02-26 | build-tools: set the prefix before loading the config | Andoni Morales Alastruey | 1 | -1/+1 | |
This ensures that all the environment variable set by the platform config file are correctly set using the build-tools prefix | |||||
2013-02-26 | libvpx: add support for iOS builds | Andoni Morales Alastruey | 1 | -6/+3 | |
2013-02-26 | dbus-glib: remove dbus-glib-bindings.h from previous builds | Andoni Morales Alastruey | 1 | -0/+6 | |
Fix: #61474 On windows, if this file exists the build fails because the dbus-glib-bindings.h.tmp can't be renamed to this existing file. | |||||
2013-02-25 | gettext-tools: add missing dependency in libiconv for Windows | Andoni Morales Alastruey | 1 | -1/+3 | |
2013-02-25 | ios: detect ios platform based on the target architecture | Andoni Morales Alastruey | 3 | -2/+6 | |
2013-02-25 | bootstrap: add glib-tools for cross-compilation targets | Andoni Morales Alastruey | 2 | -0/+31 | |
glib is needed for glib-genmarshal and glib-mkenums in platforms where we can't install glib with a package manager and when the target platform/arch is not executable in the build one. | |||||
2013-02-25 | config: make prefix_is_executable public | Andoni Morales Alastruey | 1 | -12/+12 | |
2013-02-25 | Only build gtk docs for the linux target platform | Andoni Morales Alastruey | 17 | -27/+43 | |
2013-02-25 | README: Update minimum requirements for OS X | Andoni Morales Alastruey | 1 | -1/+3 | |
2013-02-24 | gettext: Properly append new configure options with a leading space | Sebastian Dröge | 2 | -2/+2 | |
2013-02-23 | libffi: don't force autoreconf anymore | Andoni Morales Alastruey | 1 | -4/+0 | |
2013-02-23 | gstreamer: don't build the gst tools with the arch-host prefix | Andoni Morales Alastruey | 2 | -2/+2 | |
2013-02-23 | build-tools: add GNU sed required by gettext-tools on OS X | Andoni Morales Alastruey | 2 | -1/+10 | |
2013-02-22 | gst-ffmpeg: fix ios build for ARM and x86 | Andoni Morales Alastruey | 1 | -11/+13 | |
2013-02-22 | ios.config: fix arch cflags | Andoni Morales Alastruey | 1 | -2/+2 | |
2013-02-22 | ios.config: use min_version for the CFLAGS too | Andoni Morales Alastruey | 1 | -3/+1 | |
2013-02-22 | ios: remove not needed dependencies such as gtk | Andoni Morales Alastruey | 3 | -2/+5 | |
2013-02-22 | ios: fix more recipes for iOS | Andoni Morales Alastruey | 6 | -5/+13 | |
2013-02-22 | recipes: disable -O4 and -O3 optimizations which produce invalid output | Andoni Morales Alastruey | 2 | -0/+19 | |
The linker complains about the object files not beeing for the ARMv7 architecture being linked | |||||
2013-02-22 | ios.config: fix use of ccache | Andoni Morales Alastruey | 1 | -2/+2 | |
2013-02-22 | ios.config: add cpu CFLAGS | Andoni Morales Alastruey | 1 | -2/+2 | |
2013-02-22 | ios.config: use tools from the iOS SDK | Andoni Morales Alastruey | 1 | -5/+12 | |
2013-02-22 | bootstrap: add gas-preprocessor for iOS assembly code | Andoni Morales Alastruey | 2 | -0/+20 | |