mirror of https://github.com/GNOME/gimp.git
INSTALL configure.in (gegl_required_version) depend on the newest released
2008-06-14 Sven Neumann <sven@gimp.org> * INSTALL * configure.in (gegl_required_version) * app/sanity.c (GEGL_REQUIRED_MICRO): depend on the newest released GEGL, version 0.0.18. svn path=/trunk/; revision=25948
This commit is contained in:
parent
14011bc1b5
commit
06165a7625
|
@ -1,3 +1,10 @@
|
|||
2008-06-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* INSTALL
|
||||
* configure.in (gegl_required_version)
|
||||
* app/sanity.c (GEGL_REQUIRED_MICRO): depend on the newest
|
||||
released GEGL, version 0.0.18.
|
||||
|
||||
2008-06-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/preferences-dialog.c: added a preliminary user
|
||||
|
@ -29,7 +36,7 @@
|
|||
|
||||
2008-06-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in
|
||||
* configure.in (babl_required_version)
|
||||
* app/sanity.c (BABL_REQUIRED_MICRO): depend on the newest
|
||||
released babl, version 0.0.22.
|
||||
|
||||
|
|
4
INSTALL
4
INSTALL
|
@ -28,8 +28,8 @@ header files installed.
|
|||
1. You need to have installed a recent version of pkg-config available
|
||||
from http://www.freedesktop.org/software/pkgconfig/.
|
||||
|
||||
2. You need to have GEGL version 0.0.17 or newer and babl version
|
||||
0.0.21 or newer. You can get it from http://gegl.org/ or check
|
||||
2. You need to have GEGL version 0.0.18 or newer and babl version
|
||||
0.0.22 or newer. You can get it from http://gegl.org/ or check
|
||||
it out from the subversion repository:
|
||||
|
||||
http://svn.gnome.org/svn/babl/trunk
|
||||
|
|
|
@ -298,7 +298,7 @@ sanity_check_gegl (void)
|
|||
|
||||
#define GEGL_REQUIRED_MAJOR 0
|
||||
#define GEGL_REQUIRED_MINOR 0
|
||||
#define GEGL_REQUIRED_MICRO 17
|
||||
#define GEGL_REQUIRED_MICRO 18
|
||||
|
||||
gegl_get_version (&gegl_major_version,
|
||||
&gegl_minor_version,
|
||||
|
|
|
@ -41,7 +41,7 @@ m4_define([gimp_full_name], [GNU Image Manipulation Program])
|
|||
|
||||
# required versions of other packages
|
||||
m4_define([babl_required_version], [0.0.22])
|
||||
m4_define([gegl_required_version], [0.0.17])
|
||||
m4_define([gegl_required_version], [0.0.18])
|
||||
m4_define([glib_required_version], [2.16.1])
|
||||
m4_define([gtk_required_version], [2.12.1])
|
||||
m4_define([gdk_pixbuf_required_version], [gtk_required_version])
|
||||
|
|
Loading…
Reference in New Issue