summaryrefslogtreecommitdiff
path: root/graphics
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
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')
-rw-r--r--graphics/xsane/Makefile6
-rw-r--r--graphics/xsane/distinfo8
2 files changed, 7 insertions, 7 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/ \
diff --git a/graphics/xsane/distinfo b/graphics/xsane/distinfo
index d5556d866fb..0b846dc639a 100644
--- a/graphics/xsane/distinfo
+++ b/graphics/xsane/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2006/01/22 00:09:21 wiz Exp $
+$NetBSD: distinfo,v 1.14 2006/01/30 17:20:23 wiz Exp $
-SHA1 (xsane-0.99.tar.gz) = b824f189bfe57579865b5a553b45f8a4935f7944
-RMD160 (xsane-0.99.tar.gz) = 256cee2363c7786909b65beb300596195c51bf01
-Size (xsane-0.99.tar.gz) = 2937568 bytes
+SHA1 (xsane-0.991.tar.gz) = 22725e8a956955b75ac6791f69a3e9a4ae744ac7
+RMD160 (xsane-0.991.tar.gz) = a1ef5315914e6525c0667bf253aff25d01ccb644
+Size (xsane-0.991.tar.gz) = 2930784 bytes