summaryrefslogtreecommitdiff
path: root/graphics/xsane/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-01-30 17:20:23 +0000
committerwiz <wiz@pkgsrc.org>2006-01-30 17:20:23 +0000
commit436e1324bc9cc771608fee9c56552678183747c1 (patch)
treec115f9a9c0b26e88a79c9a3214f28d129c6061c1 /graphics/xsane/Makefile
parent0537c149b27045183be9745988b376f98a454ad9 (diff)
downloadpkgsrc-436e1324bc9cc771608fee9c56552678183747c1.tar.gz
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
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r--graphics/xsane/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 6c08b42e2d2..0cb790f6c07 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2006/01/24 07:32:17 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2006/01/30 17:20:23 wiz Exp $
-DISTNAME= xsane-0.99
-PKGREVISION= 1
+DISTNAME= xsane-0.991
+PKGNAME= xsane-0.99.1
CATEGORIES= graphics
MASTER_SITES= http://www.xsane.org/download/ \
http://gd.tuwien.ac.at/hci/sane/xsane/ \