gimp-dimage-color (1.1.0-2) unstable; urgency=low * debian/control (Standards-Version): bump to 3.6.1.0. * debian/control: improve the long description to clarify that this package is only useful for a subset of Minolta DiMAGE cameras (i.e. 5, 7 and S304s at least) as suggested by Roland Stigge . Closes: #229047 * Gimp 2.0 compatibility - based almost entirely on a patch from Guus Sliepen . Closes: #242211 * debian/control (Build-Depends): s/gimp1.2/gimp2.0/. * debian/control (Depends): likewise. * debian/rules (binary-arch): s/1.2/2.0/. * debian/rules (clean): also remove autom4te.cache and config.log. * src/Makefile.am (LDADD): remove $(GTK_LIBS). * configure.in: use AM_PATH_GIMP_2_0 instead of AM_PATH_GIMP. * config.guess, config.sub: added from autotools-dev. * src/Makefile.in, Makefile.in, aclocal.m4, config.h.in, configure: regenerated with 'autoreconf'. * src/profile.c: gimpmatrix.h moved from libgimp/ to libgimpmath/. * src/dimage_color.c: likewise. * src/preview.c: likewise. * src/transform.c: likewise. * src/profile.c: GimpMatrix3 requires another level of braces now. * src/dimage_color.c (query): don't call gimp_plugin_domain_register() or gimp_plugin_help_register(). Move menu entry to Filters/Colors/. Use G_N_ELEMENTS(args) in place of nargs. (dimage_color_ok_callback): unused - removed. (run): name and param are const. s/GimpRunModeType/GimpRunMode/. Unconditionally run INIT_I18N(). (dimage_color_dialog): update for new gimp_dialog_new API. use G_CALLBACK() for dimage_color_menu_item_update() in gimp_option_menu_new2(). Use gtk_dialog_run() in place of gtk_main() & gdk_flush(). (dimage_color): update for new gimp_drawable_*() API. * src/transform.c (build_transform): update for changes to gimp_matrix3_*() API. (transform_point): likewise. -- James Troup Wed, 14 Apr 2004 16:34:31 +0100 gimp-dimage-color (1.1.0-1) unstable; urgency=low * Initial Release. Closes: #190402 -- James Troup Thu, 24 Apr 2003 03:11:00 +0100