Subject: CVS commit: pkgsrc/graphics/xsane
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/30/2006 17:20:24
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 30 17:20:24 UTC 2006
Modified Files:
pkgsrc/graphics/xsane: Makefile distinfo
Log Message:
Update to 0.99.1:
xsane-0.99 -> 0.991:
--------------------
- replaced all char buf[255], char buf[256] etc by char buf[TEXTBUFSIZE]
with #define TEXTBUFSIZE 255
- replaced all char filename[255] etc by char filename[PATH_MAX]
- translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new
cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
N N N N N N U N N N N N N N N N N N N N N
99 99 99 96 95 99 95 99 99 96 96 96 99 98 99 76 92 99 96 96
- added default multipage_filetype (PDF).
No default multipage_filetype produced the following problem:
- error message when creating multipage file: could not create secure file
- lineart images are expanded to grayscale in multipage mode.
solves segmentation fault when "show page" in multipage project was selected
- corrected calculation of width and height in copy mode for backends
that do not support arbitary resolutions
- multipage mode: lineart images (that are stored as grayscale images)
are reduced to lineart before the page is put into the multipage file
- viewer shows image info with bit depth = 1 when reduce_to_lineart is set
- change handling of zoom (photocopy mode):
- now there is only one zoom value even if there is a resolution_x and
a resolution_y option, zoom_x and zoom_y are removed
- the zoom factor is directly used to define the image output size
(before the scanresolution was used to define the image output size)
- the resolution is not changed any more when an other printer with a
different printer resolution is selected
To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 pkgsrc/graphics/xsane/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/graphics/xsane/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.