summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03config: set defaults for prefix sources and cache in the configAndoni Morales Alastruey4-28/+0
2012-11-27Try to use only libraries from the prefixAndoni Morales Alastruey1-3/+1
2012-11-21set the build paramater in the mingw configAndoni Morales Alastruey2-0/+2
2012-11-21Fix recipes for the mingw-w64 toolchainAndoni Morales Alastruey4-0/+36
Add confoguration files for compiling the mingw-w64 toolchain too.
2012-11-19Use Snow Leopard as the minimum required versionAndoni Morales Alastruey1-1/+1
We don't support Leopard anymore and otherwise osxvideosik will use the hackish path for the main run loop integration
2012-11-16Fix default Linux x86 config dist pathSebastian Dröge1-1/+1
2012-11-05Typos in commentsXavi Artigas4-12/+12
2012-10-29darwin.config: Fix checks for GL headers pathAndoni Morales Alastruey1-0/+4
2012-10-26Add new bootstraper for androidAndoni Morales Alastruey1-1/+0
2012-10-11android: overwritte LDFLAGSAndoni Morales Alastruey1-1/+1
2012-10-08Fix LDFLAGS for Android ARMv7Sebastian Dröge1-1/+1
2012-10-05Add support for ARMv7 architectureSebastian Dröge1-3/+9
2012-10-04Merge branch 'android'Andoni Morales Alastruey2-0/+80
Conflicts: cerbero/build/filesprovider.py cerbero/config.py packages/base-system/base-system.package packages/gobject-python.package packages/gstreamer-capture.package packages/gstreamer-clutter.package packages/gstreamer-codecs-gpl.package packages/gstreamer-codecs-restricted.package packages/gstreamer-codecs.package packages/gstreamer-core.package packages/gstreamer-dvd.package packages/gstreamer-editing.package packages/gstreamer-effects.package packages/gstreamer-ffmpeg.package packages/gstreamer-networking-restricted.package packages/gstreamer-networking.package packages/gstreamer-playback.package packages/gstreamer-python.package packages/gstreamer-sdk/gstreamer-sdk.package packages/gstreamer-system.package packages/gstreamer-tests.package packages/gstreamer-tutorials.package packages/gstreamer-visualizers.package packages/gstreamer-xcode-integration.package packages/gtk-python.package packages/gtk.package packages/snappy.package packages/vsintegration.package recipes/glib.recipe recipes/libvpx.recipe
2012-10-01variants: use the no debug variantAndoni Morales Alastruey1-0/+1
2012-09-14config: differenciate the SDK version to use and the min SDK version to targetAndoni Morales Alastruey1-3/+4
2012-09-12Target gingerbread, not jellybeanSebastian Dröge1-1/+1
2012-09-10android.config: fix usage of the gold linkerAndoni Morales Alastruey1-2/+4
When passed to CFLAGS or LDFLAGS, libtool strips the -fuse-ld=gold option in the linker command and gcc doesn't understand libtool's -Xcompiler -ffoo or -Wc,-ffoo. When this option is in CC the option remains there.
2012-09-07android.config: pass -fuse-ld=gold to LDFLAGS tooAndoni Morales Alastruey1-2/+2
2012-09-06android.config: use the gold linker everywhereAndoni Morales Alastruey1-3/+3
2012-08-31cross-android: fix config file for android cross-compilationAndoni Morales Alastruey1-4/+3
2012-08-25darwin.config: don't override the cache fileAndoni Morales Alastruey1-4/+4
2012-08-22Fix some more recipesSebastian Dröge1-1/+4
2012-08-22Some more Android portsSebastian Dröge1-0/+8
2012-08-21Also set -DPICSebastian Dröge1-2/+2
2012-08-21Update Android config and add a sample cerbero config for AndroidSebastian Dröge2-1/+12
2012-08-21Some random Android build fixesSebastian Dröge1-1/+0
2012-08-21Make sure to compile/link everything with -fPICSebastian Dröge1-2/+2
Otherwise we can't generated shared libraries later.
2012-08-21Initial Android build supportSebastian Dröge1-0/+57
2012-08-08darwin: adds universal target to default config fileThiago Santos1-0/+5
2012-07-05windows.config: don't add spaces in the compiler variablesAndoni Morales Alastruey1-3/+3
2012-06-15libmpeg2: fix configure check for the alignment attributeAndoni Morales Alastruey1-0/+1
Fixes #51076
2012-06-14config: add support for using ccache in the buildsAndoni Morales Alastruey3-2/+12
2012-06-07darwing.config: link -headerpad_max_install_namesAndoni Morales Alastruey1-1/+1
This ensure using the maximum lenght for paths in the library to use the install_name_tool for relocations
2012-05-31revert change pshed by mistakeAndoni Morales Alastruey1-12/+0
2012-05-31gstreamer-sdk: update.rtf licenseAndoni Morales Alastruey1-0/+12
2012-05-30Fix CFLAGS/OBJCFLAGS/etc for OSXJosep Torra1-20/+15
2012-05-29Set OBJC for OSX leopardJosep Torra1-0/+1
2012-05-29Revert "darwin.config: add arch in ASFLAGS too"Andoni Morales Alastruey1-4/+1
This reverts commit d29b1ccc8e61058d1e5095fb924458e5e517bc62.
2012-05-28darwin.config: add arch in ASFLAGS tooAndoni Morales Alastruey1-1/+4
2012-05-22windows.config: don't set the toolchain path relative to the prefixAndoni Morales Alastruey1-1/+1
2012-05-21darwin.config: pass -arch option as a linker option in LDFLAGS tooAndoni Morales Alastruey1-2/+2
2012-05-21darwin.config: set sdk_path depending on whether it exists and not its versionAndoni Morales Alastruey1-4/+3
2012-05-21darwin.config: don't add sdk include path but instead link GL headersAndoni Morales Alastruey1-2/+11
We only need GL headers from $SDK_ROOT/X11/Include and including the whole path can cause problems in Leopard, where fontconfig headers are in this path and its version is too old
2012-05-21darwin.config: set properly sdk's version and allow setting it from configAndoni Morales Alastruey1-9/+15
2012-04-26linux.config: don't verride the cache fileAndoni Morales Alastruey1-2/+2
2012-04-23windows.config: remove unused definesAndoni Morales Alastruey1-3/+0
2012-04-20windows.config: export RC for taglibAndoni Morales Alastruey1-0/+1
2012-04-19darwin.config: fix typo, 10.7 is Lion, not Mountain LionAlvaro Soliverez1-1/+1
2012-04-19darwin.config: Add option specific for Mountain LionAlvaro Soliverez1-0/+6
2012-04-19darwin.config: add missing importAndoni Morales Alastruey1-1/+1