Imported Upstream version 2.2.14

This commit is contained in:
Ari Pollak
2010-08-11 01:17:12 -04:00
parent 70ad8213cf
commit a2f097051e
490 changed files with 35329 additions and 58398 deletions

View File

@ -0,0 +1,22 @@
K 10
svn:ignore
V 197
Makefile
Makefile.in
deprecated
app.args
app.hierarchy
app.interfaces
app.prerequisites
app.signals
app-decl.txt
app-decl-list.txt
app-unused.txt
app-undocumented.txt
html
tmpl
xml
version
*.stamp
END

114
devel-docs/app/.svn/entries Normal file
View File

@ -0,0 +1,114 @@
8
dir
22272
svn+ssh://neo@svn.gnome.org/svn/gimp/branches/gimp-2-2/devel-docs/app
svn+ssh://neo@svn.gnome.org/svn/gimp
2004-12-23T15:32:49.000000Z
16021
neo
has-props
svn:special svn:externals svn:needs-lock
f57ce169-c725-0410-9505-c4955b3f21d2
app-sections.txt
file
2007-04-17T21:10:06.000000Z
30bd3e5f76b0dffd6fd512e1fb54246e
2004-12-23T15:13:51.000000Z
16020
neo
has-props
app.types
file
2007-04-17T21:10:06.000000Z
91b59d897cfdd4ce893d6b073c3c16cb
2004-11-03T23:41:48.000000Z
15459
neo
app-docs.sgml
file
2007-04-17T21:10:06.000000Z
d6ec0a36c915490df55ce9f7d6f27127
2004-12-23T15:32:49.000000Z
16021
neo
Makefile.am
file
2007-04-17T21:10:06.000000Z
23b6d9342ad5aa2d425018cb0ad71a5b
2004-12-13T22:51:55.000000Z
15934
neo
version.in
file
2007-04-17T21:10:06.000000Z
96f7f442af786670ec98c403467d64d9
2003-11-08T17:37:46.000000Z
11330
neo
.cvsignore
file
2007-04-17T21:10:06.000000Z
980770c902fe14957eab367de75c2986
2003-11-08T17:37:46.000000Z
11330
neo
app-overrides.txt
file
2007-04-17T21:10:06.000000Z
d41d8cd98f00b204e9800998ecf8427e
2004-12-13T22:51:55.000000Z
15934
neo
has-props

View File

@ -0,0 +1 @@
8

View File

@ -0,0 +1,13 @@
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
K 13
svn:mime-type
V 10
text/plain
END

View File

@ -0,0 +1,13 @@
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
K 13
svn:mime-type
V 10
text/plain
END

View File

@ -0,0 +1,17 @@
Makefile
Makefile.in
deprecated
app.args
app.hierarchy
app.interfaces
app.prerequisites
app.signals
app-decl.txt
app-decl-list.txt
app-unused.txt
app-undocumented.txt
html
tmpl
xml
version
*.stamp

View File

@ -0,0 +1,111 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.6
# The name of the module.
DOC_MODULE = app
# The top-level SGML file.
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
# The directory containing the source code.
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
# Extra options to pass to gtkdoc-scangobj
SCANGOBJ_OPTIONS =
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS =
# Extra options to supply to gtkdoc-mkdb
MKDB_OPTIONS = --sgml-mode --output-format=xml
# Extra options to supply to gtkdoc-fixref
FIXXREF_OPTIONS =
# Used for dependencies
HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
# Header files to ignore when scanning
IGNORE_HFILES = \
gimp-composite-dispatch.h \
gimp-composite-regression.h \
gimp-composite-altivec.h \
gimp-composite-3dnow.h \
gimp-composite-mmx.h \
gimp-composite-sse.h \
gimp-composite-sse2.h \
gimp-composite-vis.h \
gimp-composite-x86.h \
gimp-intl.h \
gimpimage-convert-data.h \
gimpimage-convert-fsdither.h \
gimphelp-ids.h \
gimprc-blurbs.h \
paint-funcs-generic.h \
gimpitemfactory.h
# Images to copy into HTML directory
HTML_IMAGES=
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
content_files =
# Other files to distribute
extra_files =
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
GTKDOC_CFLAGS = \
-g \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
GTKDOC_LIBS = \
$(top_builddir)/app/app_procs.o \
$(top_builddir)/app/batch.o \
$(top_builddir)/app/errors.o \
$(top_builddir)/app/units.o \
$(top_builddir)/app/gui/libappgui.a \
$(top_builddir)/app/actions/libappactions.a \
$(top_builddir)/app/dialogs/libappdialogs.a \
$(top_builddir)/app/menus/libappmenus.a \
$(top_builddir)/app/display/libappdisplay.a \
$(top_builddir)/app/tools/libapptools.a \
$(top_builddir)/app/widgets/libappwidgets.a \
$(top_builddir)/app/pdb/libapppdb.a \
$(top_builddir)/app/vectors/libappvectors.a \
$(top_builddir)/app/plug-in/libappplug-in.a \
$(top_builddir)/app/core/libappcore.a \
$(top_builddir)/app/paint/libapppaint.a \
$(top_builddir)/app/xcf/libappxcf.a \
$(top_builddir)/app/text/libapptext.a \
$(top_builddir)/app/file/libappfile.a \
$(top_builddir)/app/config/libappconfig.a \
$(top_builddir)/app/paint-funcs/libapppaint-funcs.a \
$(top_builddir)/app/composite/libappcomposite.a \
$(top_builddir)/app/base/libappbase.a \
$(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la \
$(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \
$(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la \
$(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la \
$(top_builddir)/libgimpthumb/libgimpthumb-$(GIMP_API_VERSION).la \
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la \
$(GTK_LIBS) \
$(LIBART_LIBS) \
$(PANGOFT2_LIBS) \
$(FONTCONFIG_LIBS) \
$(FREETYPE_LIBS) \
$(GIMP_THREAD_LIBS) \
$(GIMP_MP_LIBS) \
$(INTLLIBS) \
$(REGEXREPL)
include $(top_srcdir)/gtk-doc.make
# Other files to distribute
EXTRA_DIST += version.in

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,255 @@
#include <gtk/gtk.h>
#include "libgimpwidgets/gimpwidgets.h"
gimp_get_type
gimp_action_factory_get_type
gimp_action_get_type
gimp_action_group_get_type
gimp_action_view_get_type
gimp_airbrush_get_type
gimp_airbrush_options_get_type
gimp_airbrush_tool_get_type
gimp_base_config_get_type
gimp_bezier_stroke_get_type
gimp_blend_options_get_type
gimp_blend_tool_get_type
gimp_blob_editor_get_type
gimp_brightness_contrast_tool_get_type
gimp_brush_core_get_type
gimp_brush_editor_get_type
gimp_brush_factory_view_get_type
gimp_brush_generated_get_type
gimp_brush_get_type
gimp_brush_pipe_get_type
gimp_brush_select_get_type
gimp_bucket_fill_options_get_type
gimp_bucket_fill_tool_get_type
gimp_buffer_get_type
gimp_buffer_view_get_type
gimp_by_color_select_tool_get_type
gimp_canvas_get_type
gimp_cell_renderer_accel_get_type
gimp_cell_renderer_viewable_get_type
gimp_channel_get_type
gimp_channel_tree_view_get_type
gimp_clone_get_type
gimp_clone_options_get_type
gimp_clone_tool_get_type
gimp_color_balance_tool_get_type
gimp_color_bar_get_type
gimp_color_display_editor_get_type
gimp_color_editor_get_type
gimp_color_frame_get_type
gimp_color_options_get_type
gimp_color_panel_get_type
gimp_color_picker_options_get_type
gimp_color_picker_tool_get_type
gimp_color_tool_get_type
gimp_colorize_tool_get_type
gimp_colormap_editor_get_type
gimp_component_editor_get_type
gimp_config_interface_get_type
gimp_container_box_get_type
gimp_container_combo_box_get_type
gimp_container_editor_get_type
gimp_container_entry_get_type
gimp_container_get_type
gimp_container_grid_view_get_type
gimp_container_popup_get_type
gimp_container_tree_view_get_type
gimp_container_view_interface_get_type
gimp_context_get_type
gimp_controller_editor_get_type
gimp_controller_keyboard_get_type
gimp_controller_wheel_get_type
gimp_convolve_get_type
gimp_convolve_options_get_type
gimp_convolve_tool_get_type
gimp_core_config_get_type
gimp_crop_options_get_type
gimp_crop_tool_get_type
gimp_curves_tool_get_type
gimp_dash_editor_get_type
gimp_data_editor_get_type
gimp_data_factory_get_type
gimp_data_factory_view_get_type
gimp_data_get_type
gimp_device_info_get_type
gimp_device_status_get_type
gimp_dialog_factory_get_type
gimp_display_config_get_type
gimp_display_get_type
gimp_display_options_fullscreen_get_type
gimp_display_options_get_type
gimp_display_shell_get_type
gimp_dock_get_type
gimp_dockable_get_type
gimp_dockbook_get_type
gimp_docked_interface_get_type
gimp_document_list_get_type
gimp_document_view_get_type
gimp_dodge_burn_get_type
gimp_dodge_burn_options_get_type
gimp_dodge_burn_tool_get_type
gimp_draw_tool_get_type
gimp_drawable_get_type
gimp_drawable_tree_view_get_type
gimp_editor_get_type
gimp_ellipse_select_tool_get_type
gimp_enum_action_get_type
gimp_enum_combo_box_get_type
gimp_enum_store_get_type
gimp_environ_table_get_type
gimp_eraser_get_type
gimp_eraser_options_get_type
gimp_eraser_tool_get_type
gimp_error_console_get_type
gimp_error_dialog_get_type
gimp_fg_bg_editor_get_type
gimp_file_dialog_get_type
gimp_file_proc_view_get_type
gimp_flip_options_get_type
gimp_flip_tool_get_type
gimp_font_get_type
gimp_font_list_get_type
gimp_font_select_get_type
gimp_font_view_get_type
gimp_free_select_tool_get_type
gimp_fuzzy_select_tool_get_type
gimp_gradient_editor_get_type
gimp_gradient_get_type
gimp_gradient_select_get_type
gimp_grid_editor_get_type
gimp_grid_get_type
gimp_gui_config_get_type
gimp_histogram_box_get_type
gimp_histogram_editor_get_type
gimp_histogram_options_get_type
gimp_histogram_view_get_type
gimp_hue_saturation_tool_get_type
gimp_image_dock_get_type
gimp_image_editor_get_type
gimp_image_get_type
gimp_image_map_get_type
gimp_image_map_options_get_type
gimp_image_map_tool_get_type
gimp_image_view_get_type
gimp_imagefile_get_type
gimp_ink_get_type
gimp_ink_options_get_type
gimp_ink_tool_get_type
gimp_iscissors_tool_get_type
gimp_item_get_type
gimp_item_tree_view_get_type
gimp_item_undo_get_type
gimp_layer_get_type
gimp_layer_mask_get_type
gimp_layer_tree_view_get_type
gimp_levels_tool_get_type
gimp_list_get_type
gimp_magnify_options_get_type
gimp_magnify_tool_get_type
gimp_measure_options_get_type
gimp_measure_tool_get_type
gimp_message_box_get_type
gimp_message_dialog_get_type
gimp_menu_factory_get_type
gimp_move_options_get_type
gimp_move_tool_get_type
gimp_navigation_view_get_type
gimp_navigation_editor_get_type
gimp_object_get_type
gimp_paint_core_get_type
gimp_paint_info_get_type
gimp_paint_options_get_type
gimp_paint_tool_get_type
gimp_paintbrush_get_type
gimp_paintbrush_tool_get_type
gimp_palette_editor_get_type
gimp_palette_get_type
gimp_palette_select_get_type
gimp_parasite_list_get_type
gimp_pattern_factory_view_get_type
gimp_pattern_get_type
gimp_pattern_select_get_type
gimp_pdb_dialog_get_type
gimp_pdb_progress_get_type
gimp_pencil_get_type
gimp_pencil_options_get_type
gimp_pencil_tool_get_type
gimp_perspective_tool_get_type
gimp_pickable_interface_get_type
gimp_plug_in_action_get_type
gimp_plugin_config_get_type
gimp_posterize_tool_get_type
gimp_view_renderer_brush_get_type
gimp_view_renderer_drawable_get_type
gimp_view_renderer_get_type
gimp_view_renderer_gradient_get_type
gimp_view_renderer_image_get_type
gimp_view_renderer_imagefile_get_type
gimp_view_renderer_layer_get_type
gimp_view_renderer_vectors_get_type
gimp_progress_box_get_type
gimp_progress_dialog_get_type
gimp_progress_interface_get_type
gimp_projection_get_type
gimp_rc_get_type
gimp_rect_select_tool_get_type
gimp_rotate_tool_get_type
gimp_scale_combo_box_get_type
gimp_scale_tool_get_type
gimp_selection_editor_get_type
gimp_selection_get_type
gimp_selection_options_get_type
gimp_selection_tool_get_type
gimp_shear_tool_get_type
gimp_size_box_get_type
gimp_smudge_get_type
gimp_smudge_options_get_type
gimp_smudge_tool_get_type
gimp_statusbar_get_type
gimp_string_action_get_type
gimp_stroke_editor_get_type
gimp_stroke_get_type
gimp_stroke_desc_get_type
gimp_stroke_options_get_type
gimp_template_editor_get_type
gimp_template_get_type
gimp_template_view_get_type
gimp_text_editor_get_type
gimp_text_get_type
gimp_text_layer_get_type
gimp_text_layout_get_type
gimp_text_options_get_type
gimp_text_tool_get_type
gimp_text_undo_get_type
gimp_threshold_tool_get_type
gimp_thumb_box_get_type
gimp_tool_control_get_type
gimp_tool_dialog_get_type
gimp_tool_get_type
gimp_tool_info_get_type
gimp_tool_options_editor_get_type
gimp_tool_options_get_type
gimp_tool_view_get_type
gimp_toolbox_get_type
gimp_transform_options_get_type
gimp_transform_tool_get_type
gimp_ui_manager_get_type
gimp_undo_editor_get_type
gimp_undo_get_type
gimp_undo_stack_get_type
gimp_unit_combo_box_get_type
gimp_unit_store_get_type
gimp_vector_options_get_type
gimp_vector_tool_get_type
gimp_vectors_get_type
gimp_vectors_tree_view_get_type
gimp_view_get_type
gimp_viewable_button_get_type
gimp_viewable_dialog_get_type
gimp_viewable_get_type
gtk_hwrap_box_get_type
gtk_vwrap_box_get_type
gtk_wrap_box_get_type

View File

@ -0,0 +1 @@
@GIMP_VERSION@

View File

@ -1,8 +0,0 @@
/.cvsignore/1.4/Sat Nov 8 17:37:36 2003//Tgimp-2-2
/Makefile.am/1.25/Mon Dec 13 22:51:54 2004//Tgimp-2-2
/app-docs.sgml/1.67/Mon Dec 27 19:42:16 2004//Tgimp-2-2
/app-overrides.txt/1.1/Mon Dec 13 22:51:54 2004//Tgimp-2-2
/app-sections.txt/1.79/Mon Dec 27 19:42:16 2004//Tgimp-2-2
/app.types/1.32/Wed Nov 3 23:41:48 2004//Tgimp-2-2
/version.in/1.1/Sat Nov 8 17:37:36 2003//Tgimp-2-2
D

View File

@ -1 +0,0 @@
gimp/devel-docs/app

View File

@ -1 +0,0 @@
neo@cvs.gnome.org:/cvs/gnome

View File

@ -1 +0,0 @@
Tgimp-2-2

View File

@ -56,29 +56,29 @@ SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA = aa$(EXEEXT)
ACLOCAL = ${SHELL} /home/sven/gnomecvs/gimp-dist-2-2/missing --run aclocal-1.9
ACLOCAL = ${SHELL} /home/sven/gnomesvn/gimp-dist-2-2/missing --run aclocal-1.9
ALLOCA =
ALL_LINGUAS = bg ca cs da de el en_CA en_GB es eu fi fr ga gl he hu hr id it ja ko lt mk ms nb nl no pa pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi yi zh_CN zh_TW
ALL_LINGUAS = bg ca cs da de el en_CA en_GB es eu fi fr ga gl he hu hr id it ja ko lt mk ms nb nl pa pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi yi zh_CN zh_TW
ALSA_CFLAGS =
ALSA_LIBS = -lasound -lm -ldl -lpthread
AMDEP_FALSE = #
AMDEP_TRUE =
AMTAR = ${SHELL} /home/sven/gnomecvs/gimp-dist-2-2/missing --run tar
AMTAR = ${SHELL} /home/sven/gnomesvn/gimp-dist-2-2/missing --run tar
AR = ar
AS = as
AUTOCONF = ${SHELL} /home/sven/gnomecvs/gimp-dist-2-2/missing --run autoconf
AUTOHEADER = ${SHELL} /home/sven/gnomecvs/gimp-dist-2-2/missing --run autoheader
AUTOMAKE = ${SHELL} /home/sven/gnomecvs/gimp-dist-2-2/missing --run automake-1.9
AWK = mawk
AUTOCONF = ${SHELL} /home/sven/gnomesvn/gimp-dist-2-2/missing --run autoconf
AUTOHEADER = ${SHELL} /home/sven/gnomesvn/gimp-dist-2-2/missing --run autoheader
AUTOMAKE = ${SHELL} /home/sven/gnomesvn/gimp-dist-2-2/missing --run automake-1.9
AWK = gawk
BUILD_HELPBROWSER_FALSE = #
BUILD_HELPBROWSER_TRUE =
BUILD_PRINT_FALSE =
BUILD_PRINT_TRUE = #
BUILD_PYTHON_FALSE = #
BUILD_PYTHON_TRUE =
BUILD_PYTHON_FALSE =
BUILD_PYTHON_TRUE = #
BUILD_XJT_FALSE = #
BUILD_XJT_TRUE =
CATALOGS = bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo mk.gmo ms.gmo nb.gmo nl.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo uk.gmo vi.gmo yi.gmo zh_CN.gmo zh_TW.gmo
CATALOGS = bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo mk.gmo ms.gmo nb.gmo nl.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo uk.gmo vi.gmo yi.gmo zh_CN.gmo zh_TW.gmo
CATOBJEXT = .gmo
CC = gcc
CCAS = gcc
@ -133,13 +133,13 @@ GIMPPRINT_REQUIRED_VERSION = 4.2.0
GIMPPRINT_TOONEW_VERSION = 4.3.0
GIMP_API_VERSION = 2.0
GIMP_APP_VERSION = 2.2
GIMP_BINARY_AGE = 213
GIMP_BINARY_AGE = 214
GIMP_DATA_VERSION = 2.0
GIMP_DESKTOP_ICON = wilber-icon.png
GIMP_FULL_NAME = The GIMP
GIMP_INTERFACE_AGE = 13
GIMP_INTERFACE_AGE = 14
GIMP_MAJOR_VERSION = 2
GIMP_MICRO_VERSION = 13
GIMP_MICRO_VERSION = 14
GIMP_MINOR_VERSION = 2
GIMP_MKENUMS = $(PERL) $(top_srcdir)/tools/gimp-mkenums
GIMP_MODULES = modules
@ -148,7 +148,7 @@ GIMP_MP_LIBS =
GIMP_PKGCONFIG_VERSION = 2.0
GIMP_PLUGINS = plug-ins
GIMP_PLUGIN_VERSION = 2.0
GIMP_REAL_VERSION = 2.2.13
GIMP_REAL_VERSION = 2.2.14
GIMP_REMOTE = gimp-remote-2.2$(EXEEXT)
GIMP_SYSCONF_VERSION = 2.0
GIMP_THREAD_FLAGS =
@ -156,7 +156,7 @@ GIMP_THREAD_LIBS =
GIMP_TOOL_VERSION = 2.0
GIMP_UNSTABLE = no
GIMP_USER_VERSION = 2.2
GIMP_VERSION = 2.2.13
GIMP_VERSION = 2.2.14
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GLIB_GENMARSHAL = glib-genmarshal
GLIB_LIBS = -lgobject-2.0 -lglib-2.0
@ -164,15 +164,15 @@ GLIB_MKENUMS = glib-mkenums
GLIB_REQUIRED_VERSION = 2.4.5
GMODULE_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GMODULE_LIBS = -Wl,--export-dynamic -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0
GMOFILES = bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo mk.gmo ms.gmo nb.gmo nl.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo uk.gmo vi.gmo yi.gmo zh_CN.gmo zh_TW.gmo
GMOFILES = bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo mk.gmo ms.gmo nb.gmo nl.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo uk.gmo vi.gmo yi.gmo zh_CN.gmo zh_TW.gmo
GMSGFMT = /usr/bin/msgfmt
GOBJECT_QUERY = gobject-query
GREP = /bin/grep
GTKDOC_REQUIRED_VERSION = 1.0
GTKHTML2_CFLAGS = -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GTKHTML2_CFLAGS = -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
GTKHTML2_LIBS = -lgtkhtml-2 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
GTKHTML2_REQUIRED_VERSION = 2.0.0
GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
GTK_DOC_USE_LIBTOOL_FALSE = #
GTK_DOC_USE_LIBTOOL_TRUE =
GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
@ -242,23 +242,24 @@ LIBSCREENSHOT = -lX11
LIBSVG = -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
LIBTIFF = -ltiff
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBWMF = -L/usr/lib -lwmf -lwmflite -lfreetype -lz -lX11 -lexpat -ljpeg -lpng -lz -lm
LIBWMF =
LIBXMU = -lSM -lICE -lX11 -lXmu -lXt
LIBXPM = -lSM -lICE -lX11 -lXpm
LIBZ = -lz
LN_S = ln -s
LTLIBOBJS =
LT_CURRENT_MINUS_AGE = 0
LT_VERSION_INFO = 200:13:200
LT_VERSION_INFO = 200:14:200
MAIL = mail$(EXEEXT)
MAINT =
MAINTAINER_MODE_FALSE = #
MAINTAINER_MODE_TRUE =
MAKEINFO = ${SHELL} /home/sven/gnomecvs/gimp-dist-2-2/missing --run makeinfo
MAKEINFO = ${SHELL} /home/sven/gnomesvn/gimp-dist-2-2/missing --run makeinfo
MKINSTALLDIRS = ./mkinstalldirs
MMX_EXTRA_CFLAGS = -mmmx
MNG = mng$(EXEEXT)
MSGFMT = /usr/bin/msgfmt
MSGFMT_OPTS = -c
MS_LIB_AVAILABLE_FALSE =
MS_LIB_AVAILABLE_TRUE = #
OBJDUMP = objdump
@ -270,9 +271,9 @@ OS_WIN32_TRUE = #
PACKAGE = gimp
PACKAGE_BUGREPORT = http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP
PACKAGE_NAME = GIMP
PACKAGE_STRING = GIMP 2.2.13
PACKAGE_STRING = GIMP 2.2.14
PACKAGE_TARNAME = gimp
PACKAGE_VERSION = 2.2.13
PACKAGE_VERSION = 2.2.14
PANGOFT2_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
PANGOFT2_LIBS = -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
PANGOFT2_REQUIRED_VERSION = 1.4.0
@ -283,22 +284,22 @@ PKG_CONFIG = /usr/bin/pkg-config
PLATFORM_WIN32_FALSE =
PLATFORM_WIN32_TRUE = #
PNG = png$(EXEEXT)
POFILES = bg.po ca.po cs.po da.po de.po el.po en_CA.po en_GB.po es.po eu.po fi.po fr.po ga.po gl.po he.po hu.po hr.po id.po it.po ja.po ko.po lt.po mk.po ms.po nb.po nl.po no.po pa.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sr.po sr@Latn.po sv.po tr.po uk.po vi.po yi.po zh_CN.po zh_TW.po
POFILES = bg.po ca.po cs.po da.po de.po el.po en_CA.po en_GB.po es.po eu.po fi.po fr.po ga.po gl.po he.po hu.po hr.po id.po it.po ja.po ko.po lt.po mk.po ms.po nb.po nl.po pa.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sr.po sr@Latn.po sv.po tr.po uk.po vi.po yi.po zh_CN.po zh_TW.po
POSUB = po
PO_IN_DATADIR_FALSE =
PO_IN_DATADIR_TRUE =
PRINT_CFLAGS =
PRINT_LIBS =
PSP = psp$(EXEEXT)
PYGIMP_EXTRA_CFLAGS = -fno-strict-aliasing
PYGTK_CFLAGS = -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
PYGTK_LIBS = -lgobject-2.0 -lglib-2.0
PYTHON = /usr/bin/python
PYTHON_EXEC_PREFIX = ${exec_prefix}
PYTHON_INCLUDES = -I/usr/include/python2.3
PYTHON_PLATFORM = linux2
PYTHON_PREFIX = ${prefix}
PYTHON_VERSION = 2.3
PYGIMP_EXTRA_CFLAGS =
PYGTK_CFLAGS =
PYGTK_LIBS =
PYTHON =
PYTHON_EXEC_PREFIX =
PYTHON_INCLUDES =
PYTHON_PLATFORM =
PYTHON_PREFIX =
PYTHON_VERSION =
RANLIB = ranlib
RSVG_REQUIRED_VERSION = 2.2.0
RT_LIBS =
@ -318,15 +319,15 @@ SYMPREFIX =
TIFF = tiff$(EXEEXT)
URL = url$(EXEEXT)
USE_NLS = yes
VERSION = 2.2.13
VERSION = 2.2.14
WINCLIPBOARD =
WINDRES = :
WINPRINT =
WITH_PDBGEN_FALSE = #
WITH_PDBGEN_TRUE =
WMF = wmf$(EXEEXT)
WMF_CFLAGS = -I/usr/include/freetype2 -I/usr/include
WMF_CONFIG = /usr/bin/libwmf-config
WMF =
WMF_CFLAGS =
WMF_CONFIG = no
WMF_REQUIRED_VERSION = 0.2.8
XGETTEXT = /usr/bin/xgettext
XMKMF =
@ -372,7 +373,7 @@ host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = /home/sven/gnomecvs/gimp-dist-2-2/install-sh
install_sh = /home/sven/gnomesvn/gimp-dist-2-2/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
@ -382,13 +383,13 @@ mkdir_p = mkdir -p --
ms_librarian =
oldincludedir = /usr/include
pdfdir = ${docdir}
pkgpyexecdir = ${pyexecdir}/gimp
pkgpythondir = ${pythondir}/gimp
pkgpyexecdir =
pkgpythondir =
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
pyexecdir = ${exec_prefix}/lib/python2.3/site-packages
pythondir = ${prefix}/lib/python2.3/site-packages
pyexecdir =
pythondir =
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc

View File

@ -259,6 +259,7 @@ MKINSTALLDIRS = @MKINSTALLDIRS@
MMX_EXTRA_CFLAGS = @MMX_EXTRA_CFLAGS@
MNG = @MNG@
MSGFMT = @MSGFMT@
MSGFMT_OPTS = @MSGFMT_OPTS@
MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@
MS_LIB_AVAILABLE_TRUE = @MS_LIB_AVAILABLE_TRUE@
OBJDUMP = @OBJDUMP@

View File

@ -1 +1 @@
2.2.13
2.2.14