summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFilesLines
2015-04-07recipes: Bump glib* to 2.44.0Edward Hervey3-5/+5
2015-04-07recipes: Bump gobject-introspection to 1.44.0Edward Hervey2-3/+3
2015-04-07recipes; Bump harfbuzz to 0.9.40Edward Hervey1-1/+1
2015-04-07recipes: Bump libpng to 1.6.17Edward Hervey1-2/+2
2015-04-07recipes: Bump libgcrypt to 1.6.3Edward Hervey1-1/+1
2015-04-07recipes: Bump openh264 to 1.4.0Edward Hervey2-30/+2
2015-04-07recipes: Bump libsoup to 2.50.0Edward Hervey2-28/+26
2015-04-07recipes: Bump libgpg-error to 1.18Edward Hervey2-10/+9
2015-04-07recipes/cairo: Bump to 1.14.2Edward Hervey2-106/+13
2015-04-07recipes/libvorbis: Bump to 1.3.5Edward Hervey3-16/+44
2015-04-06cerbero: Add support for fedora 22Edward Hervey3-0/+3
2015-04-06librsvg: Bump to 2.40.9 and fix aclocal usageEdward Hervey2-2/+29
2015-03-31gnutls: Update to 3.3.14Nirbheek Chauhan1-1/+1
2015-03-31gnutls.recipe: Fix corrupted patchesNirbheek Chauhan2-12/+14
Somehow they became corrupted during the transfer
2015-03-31libtasn1: Update to 4.4 releaseLuis de Bethencourt1-2/+2
2015-03-31gnutls: Update to 3.3.13Sebastian Dröge1-1/+1
Update version again after fixing mingw issue.
2015-03-31gnutls.recipe: Fix build with mingw and fix autoreconf by upping gettext versionNirbheek Chauhan3-0/+81
2015-03-31Revert "gnutls: Update to 3.3.13"Luis de Bethencourt1-1/+1
This reverts commit 431334fe07492eb9676029ad1e7d1ea3f294d187. gnutls 3.3.13 is broken in mingw
2015-03-27gnutls: Update to 3.3.13Sebastian Dröge1-1/+1
Including some security fixes
2015-03-27libtasn1: Update to 4.3 releaseSebastian Dröge1-2/+2
2015-03-16libsrtp: Update to 1.5.2 releaseSebastian Dröge2-136/+1
2015-03-12glib: Use short instead of NSEventSubtypeSebastian Dröge1-1/+1
The latter seems to be new in 10.10, and the API we use only wants a short anyway.
2015-03-11openssl: Build and install libraries onlyArun Raghavan1-0/+7
2015-03-04pitivi: Don't change the config in the recipeSebastian Dröge1-2/+2
We need GObjectIntrospection support, but don't change the config for that... instead raise an error if the config does not have g-i support.
2015-03-04graphene: Also we have a new enough gobject-introspection nowSebastian Dröge1-3/+1
2015-03-04graphene: Don't disable gi in the config, otherwise it will be disabled for ↵Sebastian Dröge1-1/+1
everybody always
2015-03-04libtool: Touch the manpages before compilationSebastian Dröge1-0/+7
Otherwise we need help2man to regenerate them, as our patch is changing timestamps for which autotools then wants to regenerate the manpages...
2015-03-04libtool: Add patch for supporting weak frameworks on Darwin properlySebastian Dröge3-1/+232
https://lists.gnu.org/archive/html/libtool-patches/2014-10/msg00015.html
2015-03-02mingw-regex: Add standalone implementation for POSIX regexSebastian Dröge2-0/+51
Windows has none but flex needs it for compilation.
2015-03-02libtool: m4 is required for building libtoolSebastian Dröge1-0/+1
On e.g. Windows the shipped m4 version is too old to produce anything meaningful.
2015-03-02freetype: libpng is a dependencyNirbheek Chauhan1-1/+1
The build fails without it
2015-03-02harfbuzz: Unconditionally disable ICU supportNirbheek Chauhan1-9/+1
Not really useful for us, and ICU isn't available on all distros anyway
2015-03-02recipes/librsvg: Fix depsEdward Hervey1-1/+1
We've always needed pango and cairo, most likely some recipe built earlier already picked them in.
2015-03-02recipes/librsvg: Fix patchEdward Hervey1-4/+4
configure.in was renamed to configure.ac
2015-03-02recipes/glib-networking-static: Bring in sync with non-static recipeEdward Hervey1-1/+1
2015-03-02recipes/glib: Bump to 2.42.2Edward Hervey2-53/+2
2015-03-02recipes: Update librsvg to 2.40.8Edward Hervey1-1/+1
2015-02-27graphene: Fix missing ',' in files_devel declarationNicolas Dufresne1-1/+1
2015-02-27graphene: Add universal build supportNicolas Dufresne1-1/+42
2015-02-25recipes: Always enable the introspection in pitiviThibault Saunier1-0/+5
2015-02-25Fix .la file libdir location for static pluginsNicolas Dufresne1-9/+9
This get rid of the "library was moved" issue. This warning is not just a warning, since it linker may endup using the wrong files when doing link dependency resolution or refer to buggy .la files.
2015-02-25recipes: Fix building of json-glib and clutter-gtk with gettext 0.19Thibault Saunier4-0/+53
2015-02-25recipes: Add libpitivi to the recipeThibault Saunier1-0/+5
2015-02-24graphene: Disable SSE2 and GCC Vector on i386Nicolas Dufresne1-0/+4
This currently fails to build on all i386 platforms. The SSE2 implementation isn't selected at run-time and GCC crash when GCC Vector are enabled. Disable both ensure at least the code can run across i386 processors that may or may not have the SSE2 feature.
2015-02-24graphene: Update commit to fix android buildNicolas Dufresne1-1/+1
This bumps to latest commit. The only difference is that it contains a patch that adds a missing include errno.h.
2015-02-24plugins-bad-static: Re-add use_system_libsNicolas Dufresne1-0/+1
This was accidentally removed when enabling graphene.
2015-02-23Graphene: enable static buildXavier Claessens1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=732126
2015-02-23Graphene: Update to current git commitXavier Claessens1-2/+2
Windows build has been fixed in latest commit. https://bugzilla.gnome.org/show_bug.cgi?id=732126
2015-02-23Revert "Revert "recipes: add graphene""Xavier Claessens3-3/+29
This reverts commit 5be16706ac3d3bfe927448275b74ceb0f3016ad7. Conflicts: recipes/gst-plugins-bad-1.0-static.recipe recipes/gst-plugins-bad-1.0.recipe https://bugzilla.gnome.org/show_bug.cgi?id=732126
2015-02-23openh264: Fix static buildXavier Claessens1-1/+1
This avoids dynamically linking on gnustl, by setting the libgnustl.la in libopenh264.la's dependency_libs. https://bugzilla.gnome.org/show_bug.cgi?id=745047