head 1.7; access; symbols OPENPKG_E1_MP_HEAD:1.7 OPENPKG_E1_MP:1.7 OPENPKG_E1_MP_2_STABLE:1.7 OPENPKG_E1_FP:1.7 OPENPKG_2_STABLE_20061018:1.7 OPENPKG_2_STABLE:1.7.0.2 OPENPKG_2_STABLE_BP:1.7 OPENPKG_2_5_SOLID:1.5.0.10 OPENPKG_2_5_SOLID_BP:1.5 OPENPKG_2_4_RELEASE:1.5 OPENPKG_2_4_SOLID:1.5.0.8 OPENPKG_2_4_SOLID_BP:1.5 OPENPKG_2_3_RELEASE:1.5 OPENPKG_2_3_SOLID:1.5.0.6 OPENPKG_2_3_SOLID_BP:1.5 OPENPKG_2_2_RELEASE:1.5 OPENPKG_2_2_SOLID:1.5.0.4 OPENPKG_2_2_SOLID_BP:1.5 OPENPKG_2_1_RELEASE:1.5 OPENPKG_2_1_SOLID:1.5.0.2 OPENPKG_2_1_SOLID_BP:1.5 OPENPKG_2_0_RELEASE:1.2 OPENPKG_2_0_SOLID:1.2.0.2 OPENPKG_2_0_SOLID_BP:1.2 OPENPKG_1_3_RELEASE:1.1.2.1 OPENPKG_1_3_SOLID:1.1.2.1.0.2 OPENPKG_1_3_SOLID_BP:1.1.2.1 OPENPKG_1_STABLE_MP:1.2 OPENPKG_1_2_RELEASE:1.1 OPENPKG_1_2_SOLID:1.1.0.4 OPENPKG_1_2_SOLID_BP:1.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_BP:1.1; locks; strict; comment @# @; 1.7 date 2005.12.28.19.53.26; author rse; state dead; branches; next 1.6; commitid CNzWtjjHQBMK4qfr; 1.6 date 2005.10.27.19.36.27; author rse; state Exp; branches; next 1.5; commitid XTYBmF8CnohuYr7r; 1.5 date 2004.06.16.18.28.44; author ms; state dead; branches; next 1.4; 1.4 date 2004.05.11.15.43.42; author rse; state Exp; branches; next 1.3; 1.3 date 2004.03.24.19.27.11; author ms; state dead; branches; next 1.2; 1.2 date 2003.05.22.10.41.20; author ms; state Exp; branches; next 1.1; 1.1 date 2002.11.18.09.41.28; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2003.07.24.20.49.37; author rse; state Exp; branches; next ; desc @@ 1.7 log @upgrading package: gimp 2.2.9 -> 2.2.10 @ text @Index: plug-ins/common/svg.c --- plug-ins/common/svg.c.orig 2005-10-20 12:20:16 +0200 +++ plug-ins/common/svg.c 2005-10-27 21:19:22 +0200 @@@@ -437,7 +437,7 @@@@ handle = rsvg_handle_new (); -#if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 99) +#if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 13) rsvg_handle_set_dpi_x_y (handle, vals->resolution, vals->resolution); #else rsvg_handle_set_dpi (handle, vals->resolution, vals->resolution); @@@@ -538,7 +538,7 @@@@ handle = rsvg_handle_new (); -#if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 99) +#if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 13) rsvg_handle_set_dpi_x_y (handle, vals->resolution, vals->resolution); #else rsvg_handle_set_dpi (handle, vals->resolution, vals->resolution); @ 1.6 log @upgrading package: gimp 2.2.8 -> 2.2.9 @ text @@ 1.5 log @upgrading package: gimp 2.0.1 -> 2.0.2 @ text @d1 4 a4 9 Index: app/paint-funcs/paint-funcs.h --- app/paint-funcs/paint-funcs.h.orig 2004-03-10 14:13:43.000000000 +0100 +++ app/paint-funcs/paint-funcs.h 2004-05-11 17:29:24.000000000 +0200 @@@@ -356,7 +356,7 @@@@ gint, GimpLayerModeEffects, gboolean *, - CombinationMode); + InitialMode); d6 16 a21 2 void combine_regions (PixelRegion *, PixelRegion *, PixelRegion *, PixelRegion *, @ 1.4 log @fix building @ text @@ 1.3 log @upgrading package: gimp 1.2.5 -> 2.0.0 @ text @d1 9 a9 11 diff -Naur gimp-1.2.4.orig/libgimp/Makefile.in gimp-1.2.4/libgimp/Makefile.in --- gimp-1.2.4.orig/libgimp/Makefile.in 2003-05-21 17:51:28.000000000 +0200 +++ gimp-1.2.4/libgimp/Makefile.in 2003-05-21 17:52:58.000000000 +0200 @@@@ -228,7 +228,7 @@@@ libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimp_export_symbols) -libgimp_la_LIBADD = $(GLIB_LIBS) $(libmath) +libgimp_la_LIBADD = $(GTK_LIBS) $(libmath) libgimp_la_DEPENDENCIES = $(gimp_def) d11 2 @ 1.2 log @upgrading package: gimp 1.2.3 -> 1.2.4 @ text @@ 1.1 log @add missing patch @ text @d1 4 a4 3 --- libgimp/Makefile.in.orig Mon Feb 11 22:46:08 2002 +++ libgimp/Makefile.in Fri Apr 12 16:23:54 2002 @@@@ -227,7 +227,7 @@@@ d8 2 a9 2 -libgimp_la_LIBADD = $(GLIB_LIBS) -lm +libgimp_la_LIBADD = $(GTK_LIBS) -lm @ 1.1.2.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only] @ text @d1 3 a3 4 diff -Naur gimp-1.2.4.orig/libgimp/Makefile.in gimp-1.2.4/libgimp/Makefile.in --- gimp-1.2.4.orig/libgimp/Makefile.in 2003-05-21 17:51:28.000000000 +0200 +++ gimp-1.2.4/libgimp/Makefile.in 2003-05-21 17:52:58.000000000 +0200 @@@@ -228,7 +228,7 @@@@ d7 2 a8 2 -libgimp_la_LIBADD = $(GLIB_LIBS) $(libmath) +libgimp_la_LIBADD = $(GTK_LIBS) $(libmath) @