summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFilesLines
2015-10-30gstreamer: Update recipe versions to 1.6.1Sebastian Dröge16-32/+32
2015-10-24orc: Track orc 0.4.24 for the 1.6 branch instead of latest masterSebastian Dröge2-4/+4
2015-10-12libvpx: Backport some patches from upstream to hopefully fix iOS build with ↵Sebastian Dröge4-0/+168
XCode 7
2015-10-07flex: arrange patches into one directoryJustin Kim4-3/+3
https://bugzilla.gnome.org/show_bug.cgi?id=755066
2015-10-07flex: don't generate document for all platformJustin Kim2-1/+39
https://bugzilla.gnome.org/show_bug.cgi?id=755066
2015-10-05recipes/pixman: Workaround known bug in Xcode clangEdward Hervey1-0/+5
More details here : https://github.com/Homebrew/homebrew/issues/41056 We don't really care about MMX, more targets will have better alternatives anyway (SSE, ...).
2015-09-25recipes: Update GStreamer recipes to 1.6.01.6.0Sebastian Dröge17-17/+17
2015-09-24glib-networking: fix memleakNicola Murino3-2/+30
https://bugzilla.gnome.org/show_bug.cgi?id=755530
2015-09-22cairo: Fix rendering issues on OSXNicolas Dufresne2-1/+35
This adds an upstream patch that fixes textoverlay rendering issues on OSX. This patch will be part of upcoming Cairo 1.14.4, hence will need to be drop upon update. https://bugzilla.gnome.org/show_bug.cgi?id=755423
2015-09-21Add gst-editing-services to the list of plugin packagesJan Schmidt1-1/+1
Add gst-editing-services to the list of packages that might provide plugins so that it gets scanned and appropriate static plugin directives are generated for Android and iOS https://bugzilla.gnome.org/show_bug.cgi?id=755310
2015-09-14recipes: don't build libiconv on OSX/iOSMatthew Waters4-5/+5
- It's provided by the relevant SDK's already - cerbero builds a more recent version of libiconv that has a different major version according to the dylib versioning scheme. - linking with another library or framework that depends on the provided libiconv (e.g. Qt) will fail due to a version mismatch. https://bugzilla.gnome.org/show_bug.cgi?id=754881
2015-09-11gstreamer-1.0: Only ship gst-ptp-helper on Linux and DarwinSebastian Dröge1-2/+6
2015-09-11gstreamer-1.0: Add gst-ptp-helper to misc files categoryHeinrich Fink1-1/+2
https://bugzilla.gnome.org/show_bug.cgi?id=754873
2015-09-04glib-tools: Sync patches with the main glib recipeSebastian Dröge1-0/+4
2015-09-04glib: Add patch to map more WinSock errors to GIO error codesSebastian Dröge2-1/+46
2015-08-31harfbuzz: Fix the DLL revision specified in the .def fileNirbheek Chauhan2-0/+38
Patch taken from upstream, with the same changes to Makefile.in also added in to avoid an autoreconf. https://bugzilla.gnome.org/show_bug.cgi?id=754043
2015-08-21recipes: Dist new NLE pluginThibault Saunier2-0/+27
2015-08-21recipes: Explicitely disable qt pluginThibault Saunier2-2/+2
2015-08-21gtk: Add patch from #751739 fixing a deadlock with the gtksinkThibault Saunier2-1/+137
2015-08-16recipes/libass: Bump to 0.12.3Edward Hervey1-1/+1
2015-08-16recipes/harfbuzz: Upgrade to 1.0.1Edward Hervey1-1/+1
2015-08-16recipes/libpng: 1.6.18Edward Hervey1-2/+2
2015-08-16recipes/graphene: Bump to 1.2.6Edward Hervey1-1/+1
2015-08-16recipes/librsvg: Bump to 2.40.10Edward Hervey2-20/+14
2015-08-16recipes/libtool: Bump to 2.4.6Edward Hervey1-2/+2
2015-08-16recipes/intltool: Upgrade to 0.51.0Edward Hervey2-4/+4
2015-08-16recipes/gettext*: Bump to 0.19.5.1Edward Hervey3-6/+6
2015-08-16recipes/fribidi: Update to 0.19.7Edward Hervey2-9/+9
2015-08-16recipes/freetype: Update to 2.6Edward Hervey1-2/+2
2015-08-16recipes/tiff: Update to 4.0.4Edward Hervey1-2/+2
2015-08-16recipes/gtk-doc: Update to 1.24Edward Hervey2-4/+4
2015-08-16build-tools/vala-m4: Update to 0.29.3Edward Hervey1-1/+1
2015-08-15glib-tools: Update to 2.44.1Sebastian Dröge1-2/+1
2015-08-15glib: Update glib to 2.44.1Sebastian Dröge2-37/+1
2015-08-15gnutls/libtasn1: Update to the latest versionsSebastian Dröge3-4/+3733
2015-08-15openssl: Remove recipe, it's not used anywhereSebastian Dröge1-111/+0
2015-08-15gcrypt/gpg-error: Drop recipes, they're not used anywhere anymoreSebastian Dröge6-182/+2
2015-08-14libtasn1: Rename gnulib symbols to prevent conflicts with other librariesSebastian Dröge2-0/+72
2015-08-14libgpg-error: Fix build on Android ARM64Nicolas Dufresne1-2/+2
2015-08-14libiconv: Only rename locale_charset() for libiconv, not libcharsetSebastian Dröge2-2/+31
If we rename it for both, both will still conflict with each other. locale_charset() is public API of libcharset but not libiconv, so rename it for libiconv. https://bugzilla.gnome.org/show_bug.cgi?id=749423
2015-08-14gnutls: Don't ship the OpenSSL compat librarySebastian Dröge1-5/+2
It's GPLv3 licensed and we don't use it anywhere anyway. And apart from that it is very incomplete.
2015-08-09at-spi2-core: Add some missing commas in the files listSebastian Dröge1-3/+3
2015-07-28gst-libav-1.0-static: Generate the swresample .la file before others that use itSebastian Dröge1-2/+2
2015-07-27gst-libav-1.0-static: Also ship libswresampleSebastian Dröge1-1/+1
2015-07-27gst-libav-1.0-static: Fix linking by adding libswresample to the libsSebastian Dröge1-4/+8
2015-07-06glib: fix windows xp compatibilityNicola Murino4-1/+148
https://bugzilla.gnome.org/show_bug.cgi?id=751319
2015-07-06recipes: bump libjpeg-turbo to 1.4.1Nicola Murino1-2/+2
2015-07-02recipes: We no longer build/need libavresampleEdward Hervey1-4/+3
2015-06-24libvpx: Fix build avoiding wrong configure argumentThibault Saunier1-1/+1
2015-06-23libvpx: Add same configure parameters as used by ChromeSebastian Dröge1-1/+3