Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-03 | config: set defaults for prefix sources and cache in the config | Andoni Morales Alastruey | 4 | -28/+0 | |
2012-11-27 | Try to use only libraries from the prefix | Andoni Morales Alastruey | 1 | -3/+1 | |
2012-11-21 | set the build paramater in the mingw config | Andoni Morales Alastruey | 2 | -0/+2 | |
2012-11-21 | Fix recipes for the mingw-w64 toolchain | Andoni Morales Alastruey | 4 | -0/+36 | |
Add confoguration files for compiling the mingw-w64 toolchain too. | |||||
2012-11-19 | Use Snow Leopard as the minimum required version | Andoni Morales Alastruey | 1 | -1/+1 | |
We don't support Leopard anymore and otherwise osxvideosik will use the hackish path for the main run loop integration | |||||
2012-11-16 | Fix default Linux x86 config dist path | Sebastian Dröge | 1 | -1/+1 | |
2012-11-05 | Typos in comments | Xavi Artigas | 4 | -12/+12 | |
2012-10-29 | darwin.config: Fix checks for GL headers path | Andoni Morales Alastruey | 1 | -0/+4 | |
2012-10-26 | Add new bootstraper for android | Andoni Morales Alastruey | 1 | -1/+0 | |
2012-10-11 | android: overwritte LDFLAGS | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-10-08 | Fix LDFLAGS for Android ARMv7 | Sebastian Dröge | 1 | -1/+1 | |
2012-10-05 | Add support for ARMv7 architecture | Sebastian Dröge | 1 | -3/+9 | |
2012-10-04 | Merge branch 'android' | Andoni Morales Alastruey | 2 | -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-01 | variants: use the no debug variant | Andoni Morales Alastruey | 1 | -0/+1 | |
2012-09-14 | config: differenciate the SDK version to use and the min SDK version to target | Andoni Morales Alastruey | 1 | -3/+4 | |
2012-09-12 | Target gingerbread, not jellybean | Sebastian Dröge | 1 | -1/+1 | |
2012-09-10 | android.config: fix usage of the gold linker | Andoni Morales Alastruey | 1 | -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-07 | android.config: pass -fuse-ld=gold to LDFLAGS too | Andoni Morales Alastruey | 1 | -2/+2 | |
2012-09-06 | android.config: use the gold linker everywhere | Andoni Morales Alastruey | 1 | -3/+3 | |
2012-08-31 | cross-android: fix config file for android cross-compilation | Andoni Morales Alastruey | 1 | -4/+3 | |
2012-08-25 | darwin.config: don't override the cache file | Andoni Morales Alastruey | 1 | -4/+4 | |
2012-08-22 | Fix some more recipes | Sebastian Dröge | 1 | -1/+4 | |
2012-08-22 | Some more Android ports | Sebastian Dröge | 1 | -0/+8 | |
2012-08-21 | Also set -DPIC | Sebastian Dröge | 1 | -2/+2 | |
2012-08-21 | Update Android config and add a sample cerbero config for Android | Sebastian Dröge | 2 | -1/+12 | |
2012-08-21 | Some random Android build fixes | Sebastian Dröge | 1 | -1/+0 | |
2012-08-21 | Make sure to compile/link everything with -fPIC | Sebastian Dröge | 1 | -2/+2 | |
Otherwise we can't generated shared libraries later. | |||||
2012-08-21 | Initial Android build support | Sebastian Dröge | 1 | -0/+57 | |
2012-08-08 | darwin: adds universal target to default config file | Thiago Santos | 1 | -0/+5 | |
2012-07-05 | windows.config: don't add spaces in the compiler variables | Andoni Morales Alastruey | 1 | -3/+3 | |
2012-06-15 | libmpeg2: fix configure check for the alignment attribute | Andoni Morales Alastruey | 1 | -0/+1 | |
Fixes #51076 | |||||
2012-06-14 | config: add support for using ccache in the builds | Andoni Morales Alastruey | 3 | -2/+12 | |
2012-06-07 | darwing.config: link -headerpad_max_install_names | Andoni Morales Alastruey | 1 | -1/+1 | |
This ensure using the maximum lenght for paths in the library to use the install_name_tool for relocations | |||||
2012-05-31 | revert change pshed by mistake | Andoni Morales Alastruey | 1 | -12/+0 | |
2012-05-31 | gstreamer-sdk: update.rtf license | Andoni Morales Alastruey | 1 | -0/+12 | |
2012-05-30 | Fix CFLAGS/OBJCFLAGS/etc for OSX | Josep Torra | 1 | -20/+15 | |
2012-05-29 | Set OBJC for OSX leopard | Josep Torra | 1 | -0/+1 | |
2012-05-29 | Revert "darwin.config: add arch in ASFLAGS too" | Andoni Morales Alastruey | 1 | -4/+1 | |
This reverts commit d29b1ccc8e61058d1e5095fb924458e5e517bc62. | |||||
2012-05-28 | darwin.config: add arch in ASFLAGS too | Andoni Morales Alastruey | 1 | -1/+4 | |
2012-05-22 | windows.config: don't set the toolchain path relative to the prefix | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-05-21 | darwin.config: pass -arch option as a linker option in LDFLAGS too | Andoni Morales Alastruey | 1 | -2/+2 | |
2012-05-21 | darwin.config: set sdk_path depending on whether it exists and not its version | Andoni Morales Alastruey | 1 | -4/+3 | |
2012-05-21 | darwin.config: don't add sdk include path but instead link GL headers | Andoni Morales Alastruey | 1 | -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-21 | darwin.config: set properly sdk's version and allow setting it from config | Andoni Morales Alastruey | 1 | -9/+15 | |
2012-04-26 | linux.config: don't verride the cache file | Andoni Morales Alastruey | 1 | -2/+2 | |
2012-04-23 | windows.config: remove unused defines | Andoni Morales Alastruey | 1 | -3/+0 | |
2012-04-20 | windows.config: export RC for taglib | Andoni Morales Alastruey | 1 | -0/+1 | |
2012-04-19 | darwin.config: fix typo, 10.7 is Lion, not Mountain Lion | Alvaro Soliverez | 1 | -1/+1 | |
2012-04-19 | darwin.config: Add option specific for Mountain Lion | Alvaro Soliverez | 1 | -0/+6 | |
2012-04-19 | darwin.config: add missing import | Andoni Morales Alastruey | 1 | -1/+1 | |