summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-10bzip2.recipe: Only use our mirror for fetching the tarball1.4Nirbheek Chauhan1-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-17Bump libpng version in upgrade listNicolas Dufresne1-1/+1
Didn't update the reviewed date, since this wasn't a full review.
2015-02-17libpng: Update to 1.6.16Nicolas Dufresne2-9/+11
Fixes CVE-2014-9495
2015-01-09glib: Don't use AT_FDCWD on iOS for nowSebastian Dröge2-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-19gettext: Also build depend on iconv on iOS1.4.5Sebastian Dröge1-0/+1
2014-12-18utils: Debian jessie identifies itself as 8.0 nowSebastian Dröge1-1/+1
2014-12-18packages: Update to 1.4.5Sebastian Dröge22-22/+22
2014-12-18gdk-pixbuf: support relocations in OS X and LinuxAndoni Morales Alastruey2-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-18cairo: Disable LTO as it breaks at least on AndroidSebastian Dröge2-1/+37
It results in static libraries without any symbols at all.
2014-12-18cairo: Disable testsuite buildSebastian Dröge2-1/+30
The build system has some quirks and fails sometimes.
2014-12-17orc: Update to 0.4.23Sebastian Dröge2-4/+4
2014-12-11harfbuzz: Don't use libicu on no-distro systemsOlivier Crête1-1/+2
2014-12-05recipes: gst-plugins-bad: Also dist gl headersEdward Hervey1-0/+1
2014-12-05recipes: gst-plugins-bad: Dist mpegts include filesEdward Hervey1-0/+4
2014-11-12fontconfig: don't use _mktemp_s that's not available in XPAndoni Morales Alastruey2-0/+42
2014-11-08libvpx: Add support for iOS on x86-641.4.4Sebastian Dröge2-0/+49
Also fix a problem with the simulator on x86
2014-11-08harfbuzz: Fix compilation on iOS with XCode 6.1Sebastian Dröge2-0/+33
2014-11-07ios: Use -Wno-error=implicit-function-declarationSebastian Dröge1-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-07ios: Use -miphoneos-version-min on iOS and -mios-simulator-version-min for ↵Sebastian Dröge1-4/+6
the simulator Fixes simulator build with XCode 6
2014-11-07ios: Remove useless compiler warning flagSebastian Dröge1-4/+1
Having these warnings is useful, we just don't want them to cause errors.
2014-11-07ios: Fix setting of the major/minor version for the emulatorSebastian Dröge1-1/+2
7.1 is 70100, not 710000.
2014-11-07ios: There is no -Wno-unused-command-line-argument-hard-error-in-future in ↵Sebastian Dröge1-1/+4
newer clang
2014-11-07glib.recipe: Add missing commaNirbheek Chauhan1-1/+1
This was causing a build failure of the gstreamer packages
2014-11-07glib: Include glib-gettext.m4 in devel filesNirbheek Chauhan1-0/+1
2014-11-07x264: Don't use -falign-loops with clang on Darwin, it does not existSebastian Dröge2-0/+25
2014-11-07mad: Switch to tarballs and fix the build with clang on iOS and OSXSebastian Dröge5-3/+146
2014-11-07ios: Add support for iOS 8.1 SDKSebastian Dröge3-3/+5
2014-11-07Add support for the iOS 8.0 SDKSebastian Dröge3-3/+5
2014-11-07Revert "osx: Build for OSX >= 10.8"Luis de Bethencourt7-5/+54
This reverts commit 2da32e4cb3e09707b3b1b4d03a13de9b46cbcef8. Breaks compatibility with older OS X and we supported those in 1.4
2014-11-07libtheora: Also don't use -fforce-addr on OSXSebastian Dröge1-1/+3
2014-11-07libtheora: Don't use --force-addr on iOS, it does not work with newer clangSebastian Dröge2-0/+41
2014-11-06osx: Build for OSX >= 10.8Sebastian Dröge7-54/+5
We don't have full functionality otherwise, e.g. VideoToolbox support is missing.
2014-11-06osx: Add support for yosemiteSebastian Dröge4-2/+7
2014-11-06ios: Add VideoToolbox as a weak framework to the project templatesSebastian Dröge1-1/+1
2014-11-06packages: Update versions to 1.4.4Sebastian Dröge22-22/+22
2014-11-05android: Update to Android NDK r10cSebastian Dröge2-4/+5
2014-10-30bootstrap: It's fuse-devel, not libfuse-devel on RedHat distrosOlivier Crête1-1/+1
Fix regression introduced by 7c9c890
2014-10-26recipes: Fix typelibs namesThibault Saunier1-1/+1
We ended up having a typelib called GstVideo-1.0GstAudio without that coma.
2014-10-26bootstrap: Do not forget to install libglu1-mesa-dev on debianThibault Saunier1-1/+2
It is needed to build the opengl plugins.
2014-10-26recipes: gst-plugins-bad: Do not forget audiomixer and compositorThibault Saunier2-0/+4
2014-10-26recipes: Clutter: Do not forget the libclutter-1.0Thibault Saunier1-0/+3
2014-10-26enums: Add enum/definition for Fedora 21Edward Hervey5-0/+6
2014-10-26gst-plugins-bad: Disable DVB for debian Wheezy and squeezeThibault Saunier2-1/+4
The API version is not recent enough on those platforms
2014-10-26Bump Gnl, GES, GstValidate and GstPython to 1.4Thibault Saunier5-10/+10
2014-09-25packages: Update versions to 1.4.31.4.3Sebastian Dröge22-22/+22
2014-09-14glib: Also include process.h for getpid() on WindowsSebastian Dröge1-5/+13
2014-09-13glib: Don't use rand_s(), it doesn't exist on Windows XP and we still target itSebastian Dröge2-0/+46
2014-09-09glib: Don't use issetugid() on AndroidSebastian Dröge2-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-27packages: Update versions to 1.4.11.4.1Sebastian Dröge22-22/+22
2014-08-27gst-plugins-good-static: fix spacings for configure optionsAndoni Morales Alastruey1-5/+5