gimp-gap r719 - in branches/gap-2-4: . gap
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-gap r719 - in branches/gap-2-4: . gap
- Date: Wed, 23 Jan 2008 10:12:13 +0000 (GMT)
Author: neo
Date: Wed Jan 23 10:12:12 2008
New Revision: 719
URL: http://svn.gnome.org/viewvc/gimp-gap?rev=719&view=rev
Log:
2008-01-23 Sven Neumann <sven gimp org>
* configure.in: increased API versions for deprecation warnings.
* gap/Makefile.am (libgimpgap_a_SOURCES): added missing file.
Modified:
branches/gap-2-4/ChangeLog
branches/gap-2-4/configure.in
branches/gap-2-4/gap/Makefile.am
Modified: branches/gap-2-4/configure.in
==============================================================================
--- branches/gap-2-4/configure.in (original)
+++ branches/gap-2-4/configure.in Wed Jan 23 10:12:12 2008
@@ -698,7 +698,7 @@
# Disable deprecated API
########################
-if ! $PKG_CONFIG --atleast-version=2.11.0 glib-2.0; then
+if ! $PKG_CONFIG --atleast-version=2.15.0 glib-2.0; then
CPPFLAGS="${CPPFLAGS} -DG_DISABLE_DEPRECATED"
fi
@@ -706,11 +706,11 @@
CPPFLAGS="${CPPFLAGS} -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
fi
-if ! $PKG_CONFIG --atleast-version=1.13.0 pango; then
+if ! $PKG_CONFIG --atleast-version=1.19.0 pango; then
CPPFLAGS="${CPPFLAGS} -DPANGO_DISABLE_DEPRECATED"
fi
-if ! $PKG_CONFIG --atleast-version=2.3.20 gimp-2.0; then
+if ! $PKG_CONFIG --atleast-version=2.5.0 gimp-2.0; then
CPPFLAGS="${CPPFLAGS} -DGIMP_DISABLE_DEPRECATED"
fi
Modified: branches/gap-2-4/gap/Makefile.am
==============================================================================
--- branches/gap-2-4/gap/Makefile.am (original)
+++ branches/gap-2-4/gap/Makefile.am Wed Jan 23 10:12:12 2008
@@ -41,6 +41,7 @@
gap_layer_copy.h \
gap_lib.c \
gap_lib.h \
+ gap_lib_common_defs.h \
gap_lock.c \
gap_lock.h \
gap_navi_activtable.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]