[gimp/metadata-browser] bump babl req versions to 0.1.10 and gegl to 0.2.0



commit 1adba49eee95553cfdf74a965e85af9bb888f04e
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Mon Apr 2 23:02:30 2012 +0100

    bump babl req versions to 0.1.10 and gegl to 0.2.0

 app/sanity.c |    6 +++---
 configure.ac |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index ebc6d7e..a3eff5b 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -351,7 +351,7 @@ sanity_check_babl (void)
 
 #define BABL_REQUIRED_MAJOR 0
 #define BABL_REQUIRED_MINOR 1
-#define BABL_REQUIRED_MICRO 8
+#define BABL_REQUIRED_MICRO 10
 
   babl_get_version (&babl_major_version,
                     &babl_minor_version,
@@ -388,8 +388,8 @@ sanity_check_gegl (void)
   gint gegl_micro_version;
 
 #define GEGL_REQUIRED_MAJOR 0
-#define GEGL_REQUIRED_MINOR 1
-#define GEGL_REQUIRED_MICRO 9
+#define GEGL_REQUIRED_MINOR 2
+#define GEGL_REQUIRED_MICRO 0
 
   gegl_get_version (&gegl_major_version,
                     &gegl_minor_version,
diff --git a/configure.ac b/configure.ac
index 1090443..93e508f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,8 +40,8 @@ m4_define([gimp_stable],
 m4_define([gimp_full_name], [GNU Image Manipulation Program])
 
 # required versions of other packages
-m4_define([babl_required_version], [0.1.8])
-m4_define([gegl_required_version], [0.1.9])
+m4_define([babl_required_version], [0.1.10])
+m4_define([gegl_required_version], [0.2.0])
 m4_define([glib_required_version], [2.30.2])
 m4_define([atk_required_version], [2.0.1])
 m4_define([gtk_required_version], [2.24.7])
@@ -478,7 +478,7 @@ AC_SUBST(ISO_CODES_LOCALEDIR)
 ###############################
 
 PKG_CHECK_MODULES(BABL, babl >= babl_required_version)
-PKG_CHECK_MODULES(GEGL, gegl-0.1 >= gegl_required_version)
+PKG_CHECK_MODULES(GEGL, gegl-0.2 >= gegl_required_version)
 PKG_CHECK_MODULES(ATK, atk >= atk_required_version)
 
 AM_PATH_GLIB_2_0(glib_required_version, :,



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