Subject: CVS commit: pkgsrc/graphics/xsane
To: None <pkgsrc-changes@netbsd.org>
From: Bernd Ernesti <veego@netbsd.org>
List: pkgsrc-changes
Date: 10/16/2001 00:28:44
Module Name:	pkgsrc
Committed By:	veego
Date:		Mon Oct 15 21:28:43 UTC 2001

Modified Files:
	pkgsrc/graphics/xsane: Makefile distinfo
	pkgsrc/graphics/xsane/pkg: PLIST

Log Message:
Update xsane to 0.80.
Change the Makefile to use the x11/gtk buildlink.mk.

xsane-0.79 -> 0.80:
-------------------

 - moved setting of medium gamma correction values from xsane_set_medium_callback in xsane.c
   to xsane_set_medium in xsane-gamma.c
 - xsane_set_medium is called in xsane_scan_dialog and in preview_scan
 - replaced predefined areas 10x14 cm and 14x10 cm by 10x15 cm and 15x10 cm
 - updated documentation (partly)
 - correcting image height when canceling conversion to jpeg format,
   program does not crash any more
 - added russian translation - thanks to John Profic <profic@lrn.ru>
 - solved problem with lineart image saved as png (wrong byte width)
 - moved medium selection menue from preferences menu to xsane main dialog
 - inactive backend options are not saved to the device-rc file
 - added progress_bar to the paramter list of xsane_save_*
 - added xsane-viewer.c and xsane-viewer.h to the src directory
 - added fflush(outfile); to end of rotation routine, this seems to
   solve a problem of incomplete files when rotating the image file
 - added routine xsane_read_pnm_header to get correct header offset
   and read geometrie values
 - for saving routines now the header offset and geometrie values of
   xsane_load_pnm_header are used instead of xsane´s internal values
 - changed handling of color identification:
   old: xsane_color  == 0 => grayscale/lineart
   new: xsane_colors == 1 => grayscale/lineart
 - when image is saved as postscript file (not copy mode etc)
   then the bounding box exactly surrounds the image now.
   Removed psfile parts from setup and preferences.
 - xsane_widget_test_uposition(gtk_window) does wait now until
   gtk_window is realized before gtk_widget_set/get_uposition
   test is done
 - for hpux added include of alloca.h to sane.h
 - added function xsane_debug_message that is used for DBG when
   gcc is not used because defines with variable arguments is
   not ANSI.
 - updated translations: cs, de, fr, ja, ru, tr


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/graphics/xsane/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/xsane/distinfo
cvs rdiff -r1.11 -r1.12 pkgsrc/graphics/xsane/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.