diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-05-23 15:07:36 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-05-25 07:55:59 +0200 |
commit | f5b9bfa5f4116da474b9245df841061608106d81 (patch) | |
tree | 688e33b9bcb882089702ba422efc46b595124d5f | |
parent | 14c0acea3b0a13b66a7194b35806eda35c05b604 (diff) |
recipes: gdk-pixbuf: bump to 2.30.7
-rw-r--r-- | recipe-upgrade-list.txt | 2 | ||||
-rw-r--r-- | recipes/gdk-pixbuf.recipe | 4 | ||||
-rw-r--r-- | recipes/gdk-pixbuf/0002-nls-update-gettext-macros-for-0.18.patch | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipe-upgrade-list.txt b/recipe-upgrade-list.txt index efc262a9..7eb29c22 100644 --- a/recipe-upgrade-list.txt +++ b/recipe-upgrade-list.txt @@ -29,7 +29,7 @@ cairo | 1.12.16 | pango | 1.30.1 | 1.36.3 (2014-03-18) libvorbis | 1.3.4 | libtheora | 1.1.1 | -gdk-pixbuf | 2.30.4 | 2.30.7 (2014-03-25) +gdk-pixbuf | 2.30.7 | gmp | 5.1.3 | 6.0.0 (2014-03-24) nettle | 2.7.1 | libtasn1 | 2.14 | 3.5 (2014-05-01) diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe index f56036fc..1c9b23df 100644 --- a/recipes/gdk-pixbuf.recipe +++ b/recipes/gdk-pixbuf.recipe @@ -4,10 +4,10 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gdk-pixbuf' - version = '2.30.4' + version = '2.30.7' licenses = [License.LGPLv2Plus] stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.4.tar.xz' + url = 'http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.7.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' ] 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 index 1ae48bf0..b5c40e60 100644 --- 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 @@ -1,4 +1,4 @@ -From a6c6e5082dd693730c80e563007c8a874293f05f Mon Sep 17 00:00:00 2001 +From 711465ad9d5be8c566af839a5ef4de4ac25abfe4 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 @@ -8,10 +8,10 @@ Subject: [PATCH] nls: update gettext macros for 0.18 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 8007451..b12fb5d 100644 +index 626e9e9..57fdad8 100644 --- a/configure.ac +++ b/configure.ac -@@ -329,7 +329,7 @@ if test "$gtk_ok" = "yes"; then +@@ -335,7 +335,7 @@ if test "$gtk_ok" = "yes"; then fi # i18n stuff |