[gimp] Bump some other places the GEGL version is checked
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bump some other places the GEGL version is checked
- Date: Wed, 5 Jun 2013 01:12:12 +0000 (UTC)
commit bfb83109bcd242f6fb71d5bc30ef553dd18d4e60
Author: Daniel Sabo <DanielSabo gmail com>
Date: Tue Jun 4 18:11:33 2013 -0700
Bump some other places the GEGL version is checked
app/sanity.c | 4 ++--
gimp.pc.in | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index c46b323..8434c15 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -388,8 +388,8 @@ sanity_check_gegl (void)
gint gegl_micro_version;
#define GEGL_REQUIRED_MAJOR 0
-#define GEGL_REQUIRED_MINOR 2
-#define GEGL_REQUIRED_MICRO 1
+#define GEGL_REQUIRED_MINOR 3
+#define GEGL_REQUIRED_MICRO 0
gegl_get_version (&gegl_major_version,
&gegl_minor_version,
diff --git a/gimp.pc.in b/gimp.pc.in
index 50aac20..9cf1da9 100644
--- a/gimp.pc.in
+++ b/gimp.pc.in
@@ -12,6 +12,6 @@ gimplocaledir= gimplocaledir@
Name: GIMP
Description: GIMP Library
Version: @GIMP_REAL_VERSION@
-Requires: gdk-pixbuf-2.0 >= @GDK_PIXBUF_REQUIRED_VERSION@ cairo >= @CAIRO_REQUIRED_VERSION@ gegl-0.2 >=
@GEGL_REQUIRED_VERSION@
+Requires: gdk-pixbuf-2.0 >= @GDK_PIXBUF_REQUIRED_VERSION@ cairo >= @CAIRO_REQUIRED_VERSION@ gegl-0.3 >=
@GEGL_REQUIRED_VERSION@
Libs: -L${libdir} -lgimp- GIMP_API_VERSION@ -lgimpmath- GIMP_API_VERSION@ -lgimpconfig- GIMP_API_VERSION@
-lgimpcolor- GIMP_API_VERSION@ -lgimpbase- GIMP_API_VERSION@ @RT_LIBS@
Cflags: -I${includedir}/gimp- GIMP_API_VERSION@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]