Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-10 | bzip2.recipe: Only use our mirror for fetching the tarball1.2 | Nirbheek Chauhan | 1 | -1/+3 | |
Upstream didn't support HTTPS, and is dead now. https://lwn.net/Articles/762264/ Updating all older branches to reduce the efficacy of a possible malicious tarball upload to the bzip.org website since it is now in unknown hands. | |||||
2014-07-23 | recipes: bump gtk-doc to 1.21 release | Tim-Philipp Müller | 2 | -4/+4 | |
Which fixes untar errors on windows ('tar: Archive value ... is out of uid_t range 0..65535') https://bugzilla.gnome.org/show_bug.cgi?id=722621 | |||||
2014-04-25 | Update packages to 1.2.4.11.2.4.1 | Sebastian Dröge | 19 | -19/+19 | |
2014-04-25 | Add filename/plugin name adjustments for gnonlin to the Android build | Sebastian Dröge | 1 | -1/+2 | |
2014-04-25 | Properly extract plugin names from the library filename in the case of gnonlin | Sebastian Dröge | 1 | -1/+9 | |
2014-04-25 | gnonlin: Move plugin into the editing category | Sebastian Dröge | 2 | -2/+2 | |
2014-04-25 | Add gnonlin to the plugin listing helper function | Sebastian Dröge | 1 | -1/+2 | |
2014-04-19 | Update package versions to 1.2.41.2.4 | Sebastian Dröge | 19 | -19/+19 | |
2014-04-19 | Add -mincoming-stack-boundary=4 to the libav cflags. | Jan Schmidt | 2 | -0/+10 | |
Android doesn't guarantee stack alignment, but libav already has compiler directives to force the stack alignment. This frees up a register that lets the asm build. Suggested as a fix by VLC: https://mailman.videolan.org/pipermail/vlc-commits/2012-July/015881.html I've tested as well as I can without actual hardware. SSSE3 seems broken on the android emulator, but I think that's the emulator - the other accelerations work fine. Fixes bug #724105 | |||||
2014-04-18 | x264: Disable ASM optimisations with clang x86-32bit | Edward Hervey | 1 | -1/+12 | |
https://bugzilla.gnome.org/show_bug.cgi?id=727079 | |||||
2014-04-18 | Update ORC to 0.4.19 | Sebastian Dröge | 1 | -2/+2 | |
2014-04-18 | android: Update to NDK r9d | Sebastian Dröge | 2 | -3/+3 | |
2014-04-18 | boostrap: Don't untar the android NDK if it's already installed | Edward Hervey | 1 | -5/+6 | |
2014-04-18 | recipe: Add vo-aacenc as a dependency to -bad | Edward Hervey | 2 | -2/+4 | |
2014-04-18 | gst-plugins-bad-1.0: Change \t to a few spaces | Sebastian Dröge | 1 | -1/+1 | |
2014-04-18 | Add vo-aacenc recipe and enable the relevant plugin for it | Sebastian Dröge | 4 | -3/+19 | |
2014-04-17 | gnonlin/ges: Track 1.2 branch, not master | Sebastian Dröge | 3 | -3/+3 | |
2014-04-17 | Include gst-rtsp-server, gnonlin and ges in the packages | Sebastian Dröge | 3 | -22/+7 | |
2014-03-03 | cmake: Build for "Linux" when the target platform is Android | Sebastian Dröge | 1 | -0/+2 | |
2014-03-03 | cmake: Only do the XCode sysroot magic when building *for* iOS/OSX | Sebastian Dröge | 1 | -1/+1 | |
2014-03-03 | gdk-pixbuf: Update to 2.30.4 | Sebastian Dröge | 2 | -2/+30 | |
2014-03-03 | librtmp: fix cross-compilation | Andoni Morales Alastruey | 1 | -3/+3 | |
2014-03-03 | zlib: Fix compilation of zlib for Android on non-Linux systems | Sebastian Dröge | 1 | -0/+5 | |
2014-03-03 | Add support for building for Android on OSX | Sebastian Dröge | 2 | -4/+4 | |
2014-02-28 | glib-networking: Update to 2.38.2 for some rather important TLS related bugfixes | Sebastian Dröge | 4 | -6/+113 | |
2014-02-25 | Don't override SYSROOT for our usage | Sebastian Dröge | 1 | -3/+5 | |
Otherwise it will always be set, and for newer ndk-build versions that don't set it automatically it will contain the sysroot for the first target architecture if building for multiple. | |||||
2014-02-22 | libgmp: fix windows libary names | Andoni Morales Alastruey | 1 | -0/+13 | |
gmp is using an old version of libtool generating .lib import libraries instead of dll.a and installing dll's in lib instead of bin. Autoreconf'ing gmp seems a bit complicated because of AM_C_PROTOTYPES, so let's fix it in post_install | |||||
2014-02-14 | x264: Update to 20140212-2245-stable | Jan Schmidt | 2 | -76/+3 | |
Fixes a crash when compiled with gcc 4.8 | |||||
2014-02-13 | gst-rtsp-server: Build 1.2 branch in 1.2 cerbero branch | Jan Schmidt | 1 | -1/+1 | |
2014-02-13 | android: Switch to NDK r9c. | Jan Schmidt | 2 | -3/+3 | |
Fixes bug 724177 - android-x86 build issue with zlib. | |||||
2014-02-11 | fribidi: disable docs for all platforms | Andoni Morales Alastruey | 3 | -29/+26 | |
2014-02-11 | libgcrypt: fix build in Android x86 | Andoni Morales Alastruey | 1 | -0/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=724050 | |||||
2014-02-09 | librtmp: Also put gnutls into dependency_libs1.2.3 | Sebastian Dröge | 1 | -1/+1 | |
2014-02-09 | librtmp: Make sure to add libgcrypt to dependency_libs | Sebastian Dröge | 1 | -1/+2 | |
2014-02-09 | libgcrypt: Make sure to build a static library | Sebastian Dröge | 1 | -1/+1 | |
2014-02-09 | libgpg-error: Make sure to build a static library | Sebastian Dröge | 1 | -0/+1 | |
2014-02-08 | fribidi: Fix Windows build some more | Sebastian Dröge | 2 | -1/+30 | |
2014-02-08 | fribidi: Fix linking on Windows by exporting all needed symbols | Sebastian Dröge | 2 | -0/+61 | |
2014-02-08 | Update packages to version 1.2.3 | Sebastian Dröge | 19 | -19/+19 | |
2014-02-07 | ios: workaround false positive with Apple's private API | Andoni Morales Alastruey | 2 | -0/+4 | |
locale_charset is considered private API even though where are providing it. The symbol is renamed to avoid conflicts https://bugzilla.gnome.org/show_bug.cgi?id=723805 | |||||
2014-02-06 | cmake: only set the compiler tool name, whithout flags | Andoni Morales Alastruey | 1 | -0/+2 | |
This fixes the android case where CC is set to arm-linux-androideabi-gcc -fuse-ld=gold | |||||
2014-02-06 | cmake: fix replacement of ccache in CC and CXX | Andoni Morales Alastruey | 1 | -2/+2 | |
2014-02-06 | fribidi: update to 0.19.16 and use tarballs | Andoni Morales Alastruey | 1 | -1/+4 | |
Add dependency on glib and update to 0.19.16 to fix the build with newer glib | |||||
2014-02-06 | fribidi: autoreconf by default, needed for severals platforms | Andoni Morales Alastruey | 1 | -6/+1 | |
2014-02-06 | recipes: Update orc to use original repository | Edward Hervey | 2 | -2/+8 | |
And bump build-tool version to 0.4.18 | |||||
2014-02-06 | config: Handle ccache | Edward Hervey | 1 | -2/+6 | |
Handles the case where the compiler was not specified beforehand | |||||
2014-02-06 | bootstrap: add option to build only the build tools | Andoni Morales Alastruey | 2 | -6/+13 | |
2014-02-06 | Add support to fedora 20 | Thibault Saunier | 4 | -0/+5 | |
2014-02-05 | cmake: set CC and CXX compiler variables for all platforms | Andoni Morales Alastruey | 1 | -4/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=723641 | |||||
2014-02-04 | ios: Don't use _NSGetEnviron(), it is private API on iOS | Sebastian Dröge | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=723632 |