[gimp] Depend on GLib >= 2.36.1



commit e5b7df0748083ba868231f79d9eeae28335780d1
Author: Michael Natterer <mitch gimp org>
Date:   Sat May 25 22:43:48 2013 +0200

    Depend on GLib >= 2.36.1

 INSTALL      |    2 +-
 app/sanity.c |    4 ++--
 configure.ac |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 26083b1..6b34a09 100644
--- a/INSTALL
+++ b/INSTALL
@@ -44,7 +44,7 @@ header files installed.
        git://git.gnome.org/gegl
 
   4. You need to have installed GTK+ version 2.24.10 or newer.
-     GIMP also need a recent versions of GLib (>= 2.30.2), GDK-Pixbuf
+     GIMP also need a recent versions of GLib (>= 2.36.1), GDK-Pixbuf
      (>= 2.24.1), and Pango (>= 1.29.4). Sources for these can be grabbed
      from ftp://ftp.gtk.org/.
 
diff --git a/app/sanity.c b/app/sanity.c
index 98fed6c..c0a551a 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -130,8 +130,8 @@ static gchar *
 sanity_check_glib (void)
 {
 #define GLIB_REQUIRED_MAJOR 2
-#define GLIB_REQUIRED_MINOR 32
-#define GLIB_REQUIRED_MICRO 0
+#define GLIB_REQUIRED_MINOR 36
+#define GLIB_REQUIRED_MICRO 1
 
   const gchar *mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,
                                               GLIB_REQUIRED_MINOR,
diff --git a/configure.ac b/configure.ac
index 6bbb265..5ff4d6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ m4_define([gimp_full_name], [GNU Image Manipulation Program])
 # required versions of other packages
 m4_define([babl_required_version], [0.1.11])
 m4_define([gegl_required_version], [0.2.1])
-m4_define([glib_required_version], [2.32.0])
+m4_define([glib_required_version], [2.36.1])
 m4_define([atk_required_version], [2.2.0])
 m4_define([gtk_required_version], [2.24.10])
 m4_define([gdk_pixbuf_required_version], [2.24.1])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]