summaryrefslogtreecommitdiff
path: root/recipes/build-tools
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06recipes: Update orc to use original repositoryEdward Hervey1-2/+4
And bump build-tool version to 0.4.18
2014-02-04cmake: fix build in XPAndoni Morales Alastruey1-0/+3
2013-11-05build-tools: fix deadlock in autoconf's configure check for M4Andoni Morales Alastruey1-0/+3
2013-11-04m4: Use -Wno-error=cast-align to make gcc happy tooSebastian Dröge1-1/+1
2013-11-01m4: Fix build with latest XCodeSebastian Dröge1-0/+3
It uses -Werror,-Wcast-align by default now, which is triggered in m4 in one place. Looks safe there.
2013-11-01cmake: Update to 2.8.12 to fix build with OSX MavericksJosep Torra1-2/+2
2013-10-31gperf: fix patch setAndoni Morales Alastruey3-13/+27
2013-10-31pkg-config: fix configure options to stop building the prefixed toolAndoni Morales Alastruey1-1/+1
2013-10-31pkg-config: don't create programs with the arch-host prefixAndoni Morales Alastruey1-1/+1
Fixes install step: "cd /Users/gstreamermacosx/cerbero/build-tools/bin && ln pkg-config x86_64-apple-darwinx-pkg-config ln: x86_64-apple-darwinx-pkg-config: File exists"
2013-10-31glib-tools: don't build the static librariesAndoni Morales Alastruey1-1/+0
Fixes configure in windows "Can not build both shared and static at the same time on"
2013-10-03m4: Switch to 1.4.17 and use a tarballEdward Hervey1-2/+3
2013-10-01pkg-config: Bump to 0.28 and use tarballEdward Hervey1-1/+3
2013-10-01automake: Bump to 1.14Edward Hervey1-4/+4
2013-10-01autoconf: Bump to 2.69Edward Hervey1-2/+2
Needed for latest gettext to work properly
2013-09-30gettext: Update to 0.18.3.1 and switch to a tarballSebastian Dröge2-7/+6
This should also get rid of many build failures caused by autotools timestamps problems.
2013-09-10gas-preprocessor: fix commit nameAndoni Morales Alastruey1-1/+1
2013-09-10gas-preprocessor: fix checkout and install stepsAndoni Morales Alastruey1-2/+4
2013-06-06cmake: update to 2.8.11 to fix an infinite loopAndoni Morales Alastruey1-2/+2
see: http://public.kitware.com/Bug/view.php?id=13756
2013-05-27recipes: use the new runtime dependenciesAndoni Morales Alastruey2-5/+1
2013-05-10libstdc++: add dependency in winpthreads-runtimeAndoni Morales Alastruey1-1/+1
2013-04-08gettext-tools: install toolchain dependencies in the built-tools prefixAndoni Morales Alastruey1-1/+1
2013-04-05build-tools: install intltool aclocal macros in the bootstrapAndoni Morales Alastruey1-0/+18
2013-04-05cmake: fix build on windows x86_64Andoni Morales Alastruey1-0/+17
2013-03-19build-tools: fix build of cmake gettext-tools and yasmAndoni Morales Alastruey3-1/+7
2013-03-07build-tools: adding cmake recipe to build-toolsThiago Santos1-0/+17
It is a requirement to build taglib recipe
2013-02-26glib-tools: build all glib as we need tools from gio tooAndoni Morales Alastruey1-2/+0
2013-02-25gettext-tools: add missing dependency in libiconv for WindowsAndoni Morales Alastruey1-1/+3
2013-02-25bootstrap: add glib-tools for cross-compilation targetsAndoni Morales Alastruey1-0/+27
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-24gettext: Properly append new configure options with a leading spaceSebastian Dröge1-1/+1
2013-02-23build-tools: add GNU sed required by gettext-tools on OS XAndoni Morales Alastruey2-1/+10
2013-02-22bootstrap: add gas-preprocessor for iOS assembly codeAndoni Morales Alastruey1-0/+18
2013-02-15gettext-tools: fix build using the distribution tarballAndoni Morales Alastruey1-9/+5
2013-01-17build-tools: add gettext tools on OS XAndoni Morales Alastruey1-0/+21
2013-01-17build-tools: add xz too for tar in Snow LeopardAndoni Morales Alastruey1-0/+11
2013-01-17build-tools: build yasm in windows and os xAndoni Morales Alastruey1-0/+11
2013-01-17build-tools: build tar in Snow LeopardAndoni Morales Alastruey1-0/+11
2012-11-20Fix gperf build if no unprefixed AR is availableSebastian Dröge2-0/+14
2012-11-16bootstrap: try to fix the windows build a little bit moreAndoni Morales Alastruey3-28/+4
2012-11-16libiconv: only autogen for AndroidAndoni Morales Alastruey1-1/+2
2012-11-16Fix bootstrap on windowsAndoni Morales Alastruey3-2/+36
2012-11-14orc-tool: fix name of remote repositoryAndoni Morales Alastruey1-0/+2
2012-11-12orc: build orc for the target platform and the host oneAndoni Morales Alastruey1-1/+1
Orc must be built for the host platform, to be used as a tool that compiles the .orc files and for that target platform for projects depending on liborc
2012-11-12buid-tools: use upstream tarballs instead of our git reposAndoni Morales Alastruey2-0/+4
Timestamps are not fixed properly, and on some systems aclocal is called again, which breaks everything.
2012-11-10orc: add missing dependenciesAndoni Morales Alastruey1-0/+1
2012-11-10automake: add dependency in autoconfAndoni Morales Alastruey1-0/+1
2012-10-26Add intltool to the build tools for Windows and LinuxAndoni Morales Alastruey1-0/+9
2012-10-26pkg-config: add missing dep on libivon for the internal glibAndoni Morales Alastruey1-0/+4
2012-10-26gettext-m4: use gettext-m4 to differenciate this recipe form gettextAndoni Morales Alastruey1-2/+6
2012-10-26gettext: use the same name as in the repoAndoni Morales Alastruey1-1/+1
2012-10-26libtool: wipe the build_dir before extracting to fix overwritting read-only ↵Andoni Morales Alastruey1-1/+6
files