2006
gimp-dimage-color (1.1.0-3) unstable; urgency=low
* debian/control (Depends): replace gimp2.0 with version depends on gimp
as newer versions of gimp no longer provide gimp2.0. Thanks to Guus
Sliepen <guus@debian.org. Closes: #374886
* debian/control (Standards-Version): bump to 3.7.2.0
* debian/copyright: update FSF address.
-- James Troup <james@nocrew.org> Tue, 27 Jun 2006 22:10:27 +0100
2004
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
<stigge@antcom.de>. Closes: #229047
* Gimp 2.0 compatibility - based almost entirely on a patch from Guus
Sliepen <guus@debian.org>. 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 <james@nocrew.org> Wed, 14 Apr 2004 16:34:31 +0100
2003
gimp-dimage-color (1.1.0-1) unstable; urgency=low
* Initial Release. Closes: #190402
-- James Troup <james@nocrew.org> Thu, 24 Apr 2003 03:11:00 +0100