Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-10 | bzip2.recipe: Only use our mirror for fetching the tarball1.4 | 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. | |||||
2015-02-17 | Bump libpng version in upgrade list | Nicolas Dufresne | 1 | -1/+1 | |
Didn't update the reviewed date, since this wasn't a full review. | |||||
2015-02-17 | libpng: Update to 1.6.16 | Nicolas Dufresne | 2 | -9/+11 | |
Fixes CVE-2014-9495 | |||||
2015-01-09 | glib: Don't use AT_FDCWD on iOS for now | Sebastian Dröge | 2 | -0/+37 | |
AT_FDCWD is available since XCode 6.1 and cause linking failures when linking an application later with older XCode versions https://bugzilla.gnome.org/show_bug.cgi?id=742097 | |||||
2014-12-19 | gettext: Also build depend on iconv on iOS1.4.5 | Sebastian Dröge | 1 | -0/+1 | |
2014-12-18 | utils: Debian jessie identifies itself as 8.0 now | Sebastian Dröge | 1 | -1/+1 | |
2014-12-18 | packages: Update to 1.4.5 | Sebastian Dröge | 22 | -22/+22 | |
2014-12-18 | gdk-pixbuf: support relocations in OS X and Linux | Andoni Morales Alastruey | 2 | -1/+209 | |
Relocations are disabled in Linux by default but it can be changed with -DGDK_PIXBUF_RELOCATIONS see: https://bugzilla.gnome.org/show_bug.cgi?id=737523 | |||||
2014-12-18 | cairo: Disable LTO as it breaks at least on Android | Sebastian Dröge | 2 | -1/+37 | |
It results in static libraries without any symbols at all. | |||||
2014-12-18 | cairo: Disable testsuite build | Sebastian Dröge | 2 | -1/+30 | |
The build system has some quirks and fails sometimes. | |||||
2014-12-17 | orc: Update to 0.4.23 | Sebastian Dröge | 2 | -4/+4 | |
2014-12-11 | harfbuzz: Don't use libicu on no-distro systems | Olivier Crête | 1 | -1/+2 | |
2014-12-05 | recipes: gst-plugins-bad: Also dist gl headers | Edward Hervey | 1 | -0/+1 | |
2014-12-05 | recipes: gst-plugins-bad: Dist mpegts include files | Edward Hervey | 1 | -0/+4 | |
2014-11-12 | fontconfig: don't use _mktemp_s that's not available in XP | Andoni Morales Alastruey | 2 | -0/+42 | |
2014-11-08 | libvpx: Add support for iOS on x86-641.4.4 | Sebastian Dröge | 2 | -0/+49 | |
Also fix a problem with the simulator on x86 | |||||
2014-11-08 | harfbuzz: Fix compilation on iOS with XCode 6.1 | Sebastian Dröge | 2 | -0/+33 | |
2014-11-07 | ios: Use -Wno-error=implicit-function-declaration | Sebastian Dröge | 1 | -1/+1 | |
Many configure checks use implicit function declarations and fail because of this now on iOS x86-64. The new XCode makes them errors instead of warnings. | |||||
2014-11-07 | ios: Use -miphoneos-version-min on iOS and -mios-simulator-version-min for ↵ | Sebastian Dröge | 1 | -4/+6 | |
the simulator Fixes simulator build with XCode 6 | |||||
2014-11-07 | ios: Remove useless compiler warning flag | Sebastian Dröge | 1 | -4/+1 | |
Having these warnings is useful, we just don't want them to cause errors. | |||||
2014-11-07 | ios: Fix setting of the major/minor version for the emulator | Sebastian Dröge | 1 | -1/+2 | |
7.1 is 70100, not 710000. | |||||
2014-11-07 | ios: There is no -Wno-unused-command-line-argument-hard-error-in-future in ↵ | Sebastian Dröge | 1 | -1/+4 | |
newer clang | |||||
2014-11-07 | glib.recipe: Add missing comma | Nirbheek Chauhan | 1 | -1/+1 | |
This was causing a build failure of the gstreamer packages | |||||
2014-11-07 | glib: Include glib-gettext.m4 in devel files | Nirbheek Chauhan | 1 | -0/+1 | |
2014-11-07 | x264: Don't use -falign-loops with clang on Darwin, it does not exist | Sebastian Dröge | 2 | -0/+25 | |
2014-11-07 | mad: Switch to tarballs and fix the build with clang on iOS and OSX | Sebastian Dröge | 5 | -3/+146 | |
2014-11-07 | ios: Add support for iOS 8.1 SDK | Sebastian Dröge | 3 | -3/+5 | |
2014-11-07 | Add support for the iOS 8.0 SDK | Sebastian Dröge | 3 | -3/+5 | |
2014-11-07 | Revert "osx: Build for OSX >= 10.8" | Luis de Bethencourt | 7 | -5/+54 | |
This reverts commit 2da32e4cb3e09707b3b1b4d03a13de9b46cbcef8. Breaks compatibility with older OS X and we supported those in 1.4 | |||||
2014-11-07 | libtheora: Also don't use -fforce-addr on OSX | Sebastian Dröge | 1 | -1/+3 | |
2014-11-07 | libtheora: Don't use --force-addr on iOS, it does not work with newer clang | Sebastian Dröge | 2 | -0/+41 | |
2014-11-06 | osx: Build for OSX >= 10.8 | Sebastian Dröge | 7 | -54/+5 | |
We don't have full functionality otherwise, e.g. VideoToolbox support is missing. | |||||
2014-11-06 | osx: Add support for yosemite | Sebastian Dröge | 4 | -2/+7 | |
2014-11-06 | ios: Add VideoToolbox as a weak framework to the project templates | Sebastian Dröge | 1 | -1/+1 | |
2014-11-06 | packages: Update versions to 1.4.4 | Sebastian Dröge | 22 | -22/+22 | |
2014-11-05 | android: Update to Android NDK r10c | Sebastian Dröge | 2 | -4/+5 | |
2014-10-30 | bootstrap: It's fuse-devel, not libfuse-devel on RedHat distros | Olivier Crête | 1 | -1/+1 | |
Fix regression introduced by 7c9c890 | |||||
2014-10-26 | recipes: Fix typelibs names | Thibault Saunier | 1 | -1/+1 | |
We ended up having a typelib called GstVideo-1.0GstAudio without that coma. | |||||
2014-10-26 | bootstrap: Do not forget to install libglu1-mesa-dev on debian | Thibault Saunier | 1 | -1/+2 | |
It is needed to build the opengl plugins. | |||||
2014-10-26 | recipes: gst-plugins-bad: Do not forget audiomixer and compositor | Thibault Saunier | 2 | -0/+4 | |
2014-10-26 | recipes: Clutter: Do not forget the libclutter-1.0 | Thibault Saunier | 1 | -0/+3 | |
2014-10-26 | enums: Add enum/definition for Fedora 21 | Edward Hervey | 5 | -0/+6 | |
2014-10-26 | gst-plugins-bad: Disable DVB for debian Wheezy and squeeze | Thibault Saunier | 2 | -1/+4 | |
The API version is not recent enough on those platforms | |||||
2014-10-26 | Bump Gnl, GES, GstValidate and GstPython to 1.4 | Thibault Saunier | 5 | -10/+10 | |
2014-09-25 | packages: Update versions to 1.4.31.4.3 | Sebastian Dröge | 22 | -22/+22 | |
2014-09-14 | glib: Also include process.h for getpid() on Windows | Sebastian Dröge | 1 | -5/+13 | |
2014-09-13 | glib: Don't use rand_s(), it doesn't exist on Windows XP and we still target it | Sebastian Dröge | 2 | -0/+46 | |
2014-09-09 | glib: Don't use issetugid() on Android | Sebastian Dröge | 2 | -0/+38 | |
Android had it in older versions but the new 64 bit ABI does not have it anymore, and some versions of the 32 bit ABI neither. https://code.google.com/p/android-developer-preview/issues/detail?id=168 https://bugzilla.gnome.org/show_bug.cgi?id=736351 | |||||
2014-08-27 | packages: Update versions to 1.4.11.4.1 | Sebastian Dröge | 22 | -22/+22 | |
2014-08-27 | gst-plugins-good-static: fix spacings for configure options | Andoni Morales Alastruey | 1 | -5/+5 | |