summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-03-03 14:44:26 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-03-03 15:49:13 +0100
commita85077d77ee71213fd1e7c63d8ee58b783db97f8 (patch)
tree4c99a8a4c0712d7a8a1f381854ebdb858e0ad37a
parent3bdf7702ba92a435c751f917304c37ac306d9fcf (diff)
gdk-pixbuf: Update to 2.30.4
-rw-r--r--recipes/gdk-pixbuf.recipe7
-rw-r--r--recipes/gdk-pixbuf/0002-nls-update-gettext-macros-for-0.18.patch25
2 files changed, 30 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
diff --git a/recipes/gdk-pixbuf/0002-nls-update-gettext-macros-for-0.18.patch b/recipes/gdk-pixbuf/0002-nls-update-gettext-macros-for-0.18.patch
new file mode 100644
index 00000000..1ae48bf0
--- /dev/null
+++ b/recipes/gdk-pixbuf/0002-nls-update-gettext-macros-for-0.18.patch
@@ -0,0 +1,25 @@
+From a6c6e5082dd693730c80e563007c8a874293f05f Mon Sep 17 00:00:00 2001
+From: Andoni Morales Alastruey <ylatuya@gmail.com>
+Date: Fri, 22 Mar 2013 21:27:53 +0100
+Subject: [PATCH] nls: update gettext macros for 0.18
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 8007451..b12fb5d 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -329,7 +329,7 @@ if test "$gtk_ok" = "yes"; then
+ fi
+
+ # i18n stuff
+-AM_GNU_GETTEXT_VERSION([0.17])
++AM_GNU_GETTEXT_VERSION([0.18])
+ AM_GNU_GETTEXT([external])
+
+ GETTEXT_PACKAGE="$PACKAGE"
+--
+1.9.0
+