summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-07pep8: ignore E128 which is annoyingAndoni Morales Alastruey1-1/+1
2013-03-07pep8: fix more errorsAndoni Morales Alastruey5-35/+49
2013-03-07pep8: start fixing several pep8 errorsAndoni Morales Alastruey11-46/+51
2013-03-07Add support for ARM in the universal buildAndoni Morales Alastruey1-1/+5
2013-03-07libvpx: Fix merge step for iosAndoni Morales Alastruey1-1/+1
2013-03-07Add missing fileAndoni Morales Alastruey1-0/+7
2013-03-07ios: fix support for universal buildsAndoni Morales Alastruey5-3/+7
2013-03-07glib: ios also should use universal buildsThiago Santos1-1/+1
Use the same gliconfig.h hack for ios to allow universal builds to properly include it
2013-03-07build-tools: Need xz on all non-Linux platformsSebastian Dröge1-1/+3
2013-03-07recipe: add __str__ for universal recipesThiago Santos1-0/+5
makes it easier to spot which recipe fails when testing builds
2013-03-07recipes: workaround for recipes that build too fastThiago Santos1-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-07build-tools: adding cmake recipe to build-toolsThiago Santos2-2/+19
It is a requirement to build taglib recipe
2013-03-07osx: packagemaker: look into applications dir for packagemakerThiago Santos1-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-04build: set configure cache file in the sources directoryAndoni Morales Alastruey1-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-03glib: Set the configure script properlySebastian Dröge1-2/+1
It's config_sh not configure_sh
2013-03-02Add -Wall to CFLAGS everywhere to get meaningful compiler warnings in some casesSebastian Dröge5-12/+12
Also fixes some of GLib's configure checks that rely on compiler warnings.
2013-02-26ios.config: don't use full paths for the toolchain toolsAndoni Morales Alastruey1-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-26gst-ffmpeg-static: Fix iOS buildAndoni Morales Alastruey2-1/+8
2013-02-26gst-ffmpeg: only use gas-preprocessor for ARM on iOSAndoni Morales Alastruey1-1/+5
2013-02-26libmpeg2: fix patch for the functions underscoreAndoni Morales Alastruey1-8/+4
2013-02-26gst-plgins-bad: disable apple_media until the link stage is fixedAndoni Morales Alastruey1-0/+2
2013-02-26disable X Alsa and Pulse plugins in iOS tooAndoni Morales Alastruey5-5/+5
2013-02-26ios.config: Use gcc as preprocessor to pass arch flags correctlyAndoni Morales Alastruey1-2/+2
2013-02-26libmad: fix build in iOS ARMAndoni Morales Alastruey1-0/+4
force autoreconf for libtool to pass the arch flags correctly and use gas-preprocessor
2013-02-26ios.config: add OBJCFLAGS and OBJLDFLAGS for Objective-CAndoni Morales Alastruey1-0/+2
2013-02-26glib-tools: build all glib as we need tools from gio tooAndoni Morales Alastruey1-2/+0
2013-02-26libmpeg2: fix build for iOS ARMAndoni Morales Alastruey1-0/+21
2013-02-26build-tools: set the prefix before loading the configAndoni Morales Alastruey1-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-26libvpx: add support for iOS buildsAndoni Morales Alastruey1-6/+3
2013-02-26dbus-glib: remove dbus-glib-bindings.h from previous buildsAndoni Morales Alastruey1-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-25gettext-tools: add missing dependency in libiconv for WindowsAndoni Morales Alastruey1-1/+3
2013-02-25ios: detect ios platform based on the target architectureAndoni Morales Alastruey3-2/+6
2013-02-25bootstrap: add glib-tools for cross-compilation targetsAndoni Morales Alastruey2-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-25config: make prefix_is_executable publicAndoni Morales Alastruey1-12/+12
2013-02-25Only build gtk docs for the linux target platformAndoni Morales Alastruey17-27/+43
2013-02-25README: Update minimum requirements for OS XAndoni Morales Alastruey1-1/+3
2013-02-24gettext: Properly append new configure options with a leading spaceSebastian Dröge2-2/+2
2013-02-23libffi: don't force autoreconf anymoreAndoni Morales Alastruey1-4/+0
2013-02-23gstreamer: don't build the gst tools with the arch-host prefixAndoni Morales Alastruey2-2/+2
2013-02-23build-tools: add GNU sed required by gettext-tools on OS XAndoni Morales Alastruey2-1/+10
2013-02-22gst-ffmpeg: fix ios build for ARM and x86Andoni Morales Alastruey1-11/+13
2013-02-22ios.config: fix arch cflagsAndoni Morales Alastruey1-2/+2
2013-02-22ios.config: use min_version for the CFLAGS tooAndoni Morales Alastruey1-3/+1
2013-02-22ios: remove not needed dependencies such as gtkAndoni Morales Alastruey3-2/+5
2013-02-22ios: fix more recipes for iOSAndoni Morales Alastruey6-5/+13
2013-02-22recipes: disable -O4 and -O3 optimizations which produce invalid outputAndoni Morales Alastruey2-0/+19
The linker complains about the object files not beeing for the ARMv7 architecture being linked
2013-02-22ios.config: fix use of ccacheAndoni Morales Alastruey1-2/+2
2013-02-22ios.config: add cpu CFLAGSAndoni Morales Alastruey1-2/+2
2013-02-22ios.config: use tools from the iOS SDKAndoni Morales Alastruey1-5/+12
2013-02-22bootstrap: add gas-preprocessor for iOS assembly codeAndoni Morales Alastruey2-0/+20