diff options
author | wiz <wiz> | 2007-03-08 18:24:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-08 18:24:46 +0000 |
commit | 37bea200021cf89181b5eb701060c984e6c06d03 (patch) | |
tree | af0a1bd41329270d770fa0212903f670e6352dd0 /graphics/xsane | |
parent | 2e1d6da37fadd93d2fc4984a49e29a5172f11064 (diff) | |
download | pkgsrc-37bea200021cf89181b5eb701060c984e6c06d03.tar.gz |
Update to 0.99.4:
xsane-0.993 -> 0.994:
---------------------
- corrected postscript bug: moved "/DeviceRGB setcolorspace" and
"CSA... setcolorspace" from document setup to page setup
- added black point compensation to printer setup dialog
- xsane-scan.c: if (channels==1) then scanner_default_gray_icm_profile
is used instead of scanner_default_color_icm_profile
- xsane-scan.c: bugfix segfault when scanning: when
scanner_default_color_icm_profile is not defined then "" is used
instead of scanner_default_color_icm_profile
Diffstat (limited to 'graphics/xsane')
-rw-r--r-- | graphics/xsane/Makefile | 6 | ||||
-rw-r--r-- | graphics/xsane/PLIST | 3 | ||||
-rw-r--r-- | graphics/xsane/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index ff36bacc233..b2647c23a5f 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2007/02/27 08:47:05 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2007/03/08 18:24:46 wiz Exp $ -DISTNAME= xsane-0.993 -PKGNAME= xsane-0.99.3 +DISTNAME= xsane-0.994 +PKGNAME= xsane-0.99.4 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ diff --git a/graphics/xsane/PLIST b/graphics/xsane/PLIST index 5eb02c08077..324e03323d6 100644 --- a/graphics/xsane/PLIST +++ b/graphics/xsane/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2007/02/27 08:47:05 wiz Exp $ +@comment $NetBSD: PLIST,v 1.14 2007/03/08 18:24:46 wiz Exp $ bin/xsane man/man1/xsane.1 share/locale/ca/LC_MESSAGES/xsane.mo @@ -71,6 +71,7 @@ share/sane/xsane/doc/xsane-blur.jpg share/sane/xsane/doc/xsane-brightness.jpg share/sane/xsane/doc/xsane-clone.jpg share/sane/xsane/doc/xsane-cms-function.jpg +share/sane/xsane/doc/xsane-color-correction-rgb-default.jpg share/sane/xsane/doc/xsane-color-correction.jpg share/sane/xsane/doc/xsane-color-management-main-window.jpg share/sane/xsane/doc/xsane-colormode.jpg diff --git a/graphics/xsane/distinfo b/graphics/xsane/distinfo index 18a6931dcd7..cfa8736a261 100644 --- a/graphics/xsane/distinfo +++ b/graphics/xsane/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2007/02/27 08:47:05 wiz Exp $ +$NetBSD: distinfo,v 1.17 2007/03/08 18:24:46 wiz Exp $ -SHA1 (xsane-0.993.tar.gz) = 75287fe323f49d6e37d81a56de7b6e344ab56a06 -RMD160 (xsane-0.993.tar.gz) = 3fc8dc7071925de1158ddbb287a2d7ff8ffddb01 -Size (xsane-0.993.tar.gz) = 3203601 bytes +SHA1 (xsane-0.994.tar.gz) = 64a936f0e95b5c5d296e34407d72813dd802b309 +RMD160 (xsane-0.994.tar.gz) = 5ce83791e16a0c805b2850bb17092092264a3ce1 +Size (xsane-0.994.tar.gz) = 3303013 bytes |