Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 11/11/1999 06:02:10
Module Name:	pkgsrc
Committed By:	rh
Date:		Thu Nov 11 14:02:10 UTC 1999

Modified Files:
	pkgsrc/graphics/xsane: Makefile
	pkgsrc/graphics/xsane/files: md5 patch-sum
	pkgsrc/graphics/xsane/patches: patch-aa patch-ab
	pkgsrc/graphics/xsane/pkg: PLIST

Log Message:
Update xsane to 0.43

Notable changes are:
 - Disabled selection of LZW compression for libtiff.
 - PNG problems (not supported, lineart wrong) are solved.
 - Device name is saved in drc file now.
 - Xsane version is saved in drc file now.
 - Warning is printed if device rc file was not created for active device .
 - In GIMP mode there is no empty file created any more.
 - changed calculation of size in info row from unisgned long to float
   because unsigned long / 10 were to small to fit A4 with 1200x1200 dpi
 - removed member device from struct preferences - was never used
 - warning is printed if device rc file was not created for active device
 - bounded contrast to >=-100.0
 - added continuous update to histogram sliders and preview selection
 - moved "show xxx" menu items form menu "Preferences" to menu "View"
 - changed brightness and contrast range maximum from 300 to 400 %
 - added french translation - thanks to Vincent Renardias
 - added german translation table
 - replaced button-texts negative, rgb default, auto, default, store and
   restore by icons
 - setup/jpeg quality selection is enabled
 - implemented real single-bit format for tiff
 - added tiff compression type selection for multi bit and one bit images
 - the preview selection is based on device coordinates instead of
   preview window coordinates now
 - if there are no standard device settings at program startup, xsane
   take the backend predefined resolution (before this was set to 100)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/xsane/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/xsane/files/md5
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/xsane/files/patch-sum
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/xsane/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/xsane/patches/patch-ab
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/xsane/pkg/PLIST

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