[gimp] configure.ac: require gexiv2 >= 0.10.3
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] configure.ac: require gexiv2 >= 0.10.3
- Date: Fri, 6 Jan 2017 23:25:23 +0000 (UTC)
commit fc293f04d9915ab1903fc0daf5d721046e21ff5d
Author: Ell <ell_se yahoo com>
Date: Fri Jan 6 17:00:11 2017 -0500
configure.ac: require gexiv2 >= 0.10.3
Commit f8e291b uses the `gexiv2_metadata_get_tag_raw()` function,
which was added in 0.10.3.
app/sanity.c | 4 ++--
configure.ac | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 79894f8..4dfbd18 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -410,8 +410,8 @@ sanity_check_gexiv2 (void)
#ifdef GEXIV2_MAJOR_VERSION
#define GEXIV2_REQUIRED_MAJOR 0
-#define GEXIV2_REQUIRED_MINOR 7
-#define GEXIV2_REQUIRED_MICRO 0
+#define GEXIV2_REQUIRED_MINOR 10
+#define GEXIV2_REQUIRED_MICRO 3
gint gexiv2_version = gexiv2_get_version ();
diff --git a/configure.ac b/configure.ac
index e9bf40a..918b78b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ m4_define([pycairo_required_version], [1.0.2])
m4_define([poppler_required_version], [0.44.0])
m4_define([poppler_data_required_version], [0.4.7])
m4_define([libgudev_required_version], [167])
-m4_define([gexiv2_required_version], [0.6.1])
+m4_define([gexiv2_required_version], [0.10.3])
m4_define([libmypaint_required_version], [1.3.0])
m4_define([lcms_required_version], [2.7])
m4_define([libpng_required_version], [1.6.25])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]