INSTALL configure.in depend on gtk+ >= 2.10.13. Fixes bug #436242.
2007-07-24 Sven Neumann <sven@gimp.org> * INSTALL * configure.in * app/gui/gui.c: depend on gtk+ >= 2.10.13. Fixes bug #436242. * configure.in: no need to AC_SUBST() GIMP_API_VERSION twice. svn path=/trunk/; revision=22984
This commit is contained in:

committed by
Sven Neumann

parent
0b2684c393
commit
f14d05ed52
@ -1,3 +1,11 @@
|
|||||||
|
2007-07-24 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* INSTALL
|
||||||
|
* configure.in
|
||||||
|
* app/gui/gui.c: depend on gtk+ >= 2.10.13. Fixes bug #436242.
|
||||||
|
|
||||||
|
* configure.in: no need to AC_SUBST() GIMP_API_VERSION twice.
|
||||||
|
|
||||||
2007-07-24 Sven Neumann <sven@gimp.org>
|
2007-07-24 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/imagemap/imap_main.c (main_set_title): use
|
* plug-ins/imagemap/imap_main.c (main_set_title): use
|
||||||
|
2
INSTALL
2
INSTALL
@ -28,7 +28,7 @@ header files installed.
|
|||||||
1. You need to have installed a recent version of pkg-config available
|
1. You need to have installed a recent version of pkg-config available
|
||||||
from http://www.freedesktop.org/software/pkgconfig/.
|
from http://www.freedesktop.org/software/pkgconfig/.
|
||||||
|
|
||||||
2. You need to have installed GTK+ version 2.10.6 or newer. GIMP
|
2. You need to have installed GTK+ version 2.10.13 or newer. GIMP
|
||||||
needs an even more recent version of GLib (>= 2.12.3). It also
|
needs an even more recent version of GLib (>= 2.12.3). It also
|
||||||
wants Pango (>= 1.12.2). Sources for these can be grabbed from
|
wants Pango (>= 1.12.2). Sources for these can be grabbed from
|
||||||
ftp://ftp.gtk.org/.
|
ftp://ftp.gtk.org/.
|
||||||
|
@ -269,7 +269,7 @@ gui_sanity_check (void)
|
|||||||
|
|
||||||
#define GTK_REQUIRED_MAJOR 2
|
#define GTK_REQUIRED_MAJOR 2
|
||||||
#define GTK_REQUIRED_MINOR 10
|
#define GTK_REQUIRED_MINOR 10
|
||||||
#define GTK_REQUIRED_MICRO 6
|
#define GTK_REQUIRED_MICRO 13
|
||||||
|
|
||||||
mismatch = gtk_check_version (GTK_REQUIRED_MAJOR,
|
mismatch = gtk_check_version (GTK_REQUIRED_MAJOR,
|
||||||
GTK_REQUIRED_MINOR,
|
GTK_REQUIRED_MINOR,
|
||||||
|
@ -41,7 +41,7 @@ m4_define([gimp_full_name], [GNU Image Manipulation Program])
|
|||||||
|
|
||||||
# required versions of other packages
|
# required versions of other packages
|
||||||
m4_define([glib_required_version], [2.12.3])
|
m4_define([glib_required_version], [2.12.3])
|
||||||
m4_define([gtk_required_version], [2.10.6])
|
m4_define([gtk_required_version], [2.10.13])
|
||||||
m4_define([gdk_pixbuf_required_version], [gtk_required_version])
|
m4_define([gdk_pixbuf_required_version], [gtk_required_version])
|
||||||
m4_define([pangoft2_required_version], [1.12.2])
|
m4_define([pangoft2_required_version], [1.12.2])
|
||||||
m4_define([fontconfig_required_version], [2.2.0])
|
m4_define([fontconfig_required_version], [2.2.0])
|
||||||
@ -92,7 +92,6 @@ AC_SUBST(GIMP_MINOR_VERSION)
|
|||||||
AC_SUBST(GIMP_MICRO_VERSION)
|
AC_SUBST(GIMP_MICRO_VERSION)
|
||||||
AC_SUBST(GIMP_INTERFACE_AGE)
|
AC_SUBST(GIMP_INTERFACE_AGE)
|
||||||
AC_SUBST(GIMP_BINARY_AGE)
|
AC_SUBST(GIMP_BINARY_AGE)
|
||||||
AC_SUBST(GIMP_API_VERSION)
|
|
||||||
AC_SUBST(GIMP_VERSION)
|
AC_SUBST(GIMP_VERSION)
|
||||||
AC_SUBST(GIMP_REAL_VERSION)
|
AC_SUBST(GIMP_REAL_VERSION)
|
||||||
AC_SUBST(GIMP_API_VERSION)
|
AC_SUBST(GIMP_API_VERSION)
|
||||||
|
Reference in New Issue
Block a user