summaryrefslogtreecommitdiff
path: root/recipes/gdk-pixbuf.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gdk-pixbuf.recipe')
-rw-r--r--recipes/gdk-pixbuf.recipe7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe
index 7a133d8d..5fe6466f 100644
--- a/recipes/gdk-pixbuf.recipe
+++ b/recipes/gdk-pixbuf.recipe
@@ -4,9 +4,12 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'gdk-pixbuf'
- version = '2.26.2'
+ version = '2.30.4'
licenses = [License.LGPLv2Plus]
- configure_options = '--with-included-loaders --enable-static '
+ stype = SourceType.TARBALL
+ url = 'http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.4.tar.xz'
+ patches = ['gdk-pixbuf/0002-nls-update-gettext-macros-for-0.18.patch']
+ configure_options = '--with-included-loaders --enable-static --enable-gio-sniffing=no '
deps = ['jpeg', 'glib', 'libpng', 'tiff', 'zlib' ]
autoreconf = True