diff options
author | rh <rh@pkgsrc.org> | 1999-08-04 18:31:53 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-04 18:31:53 +0000 |
commit | 9d815c97b581b09b49350772c6f2cbd9db14cdd6 (patch) | |
tree | 1655072ae90f6654d37db17d215e49f8713aed63 /graphics/xsane/Makefile | |
parent | 32f1a492b332e1a3abb4eb8f344240360bd6582e (diff) | |
download | pkgsrc-9d815c97b581b09b49350772c6f2cbd9db14cdd6.tar.gz |
Update xsane to 0.31
Notable changes are:
* Experimental (not defined in the SANE standard) support for Automatic
Document Feeder (scan until error) - should at least work with the
umax-backend!
* Changed standard device settings filename from scsi generic devicename
to vendor:model.
* The main window can be a fixed or a scrolled, resizable window now.
Selection is done via setup/display/"main window fixed", the main
window mode can be overwritten by specifying a command line option:
-R or --Resizeable activates the resizeable, scrolled main window,
-F or --Fixed activates the fixed (non resizable) main window.
* Added option --device-settings file for definition of default device
settings filename
* Changed *_RGBI to *_RGBA to be compatible with coming extensions to
the SANE standard
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r-- | graphics/xsane/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 8641e332669..cbaaa400e9c 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1999/07/27 15:44:33 rh Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/04 18:31:53 rh Exp $ # -DISTNAME= xsane-0.30 +DISTNAME= xsane-0.31 CATEGORIES= graphics MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ |