- 07 Mar, 2013 16 commits
-
-
Thiago Santos authored
Split the apple's framework creation class into 2 subclasses for creating dynamic and static frameworks. The dynamic one is used of OSX packaging, the static should be used for iOS
-
Andoni Morales Alastruey authored
This ensure that we end up with an ARMv7 statix library instead of an ARM one when building for the Architecture.ARMv7 target
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Use the same gliconfig.h hack for ios to allow universal builds to properly include it
-
Sebastian Dröge authored
-
Thiago Santos authored
makes it easier to spot which recipe fails when testing builds
-
Thiago Santos authored
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
-
Thiago Santos authored
It is a requirement to build taglib recipe
-
Thiago Santos authored
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
-
- 04 Mar, 2013 1 commit
-
-
Andoni Morales Alastruey authored
This way it's removed in the wipe process and changes in the config are the environment do not conflict with future builds
-
- 03 Mar, 2013 1 commit
-
-
Sebastian Dröge authored
It's config_sh not configure_sh
-
- 02 Mar, 2013 1 commit
-
-
Sebastian Dröge authored
Also fixes some of GLib's configure checks that rely on compiler warnings.
-
- 26 Feb, 2013 14 commits
-
-
Andoni Morales Alastruey authored
Instead add the toolchain bin dir to PATH. This fixes several configure checks which expect a filename and not a full path
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
force autoreconf for libtool to pass the arch flags correctly and use gas-preprocessor
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
This ensures that all the environment variable set by the platform config file are correctly set using the build-tools prefix
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
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.
-
- 25 Feb, 2013 6 commits
-
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
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.
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
- 24 Feb, 2013 1 commit
-
-
Sebastian Dröge authored
-