Subject: CVS commit: pkgsrc/graphics/sane-frontends
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 12/16/2002 20:06:14
Module Name: pkgsrc
Committed By: tron
Date: Mon Dec 16 18:06:14 UTC 2002
Modified Files:
pkgsrc/graphics/sane-frontends: Makefile distinfo
Log Message:
Update "sane-frontends" package to version 1.0.9. Changes since
version 1.0.8:
- configure configure.in: New version: 1.0.9.
- src/preview.c src/preview.h src/xscanimage.c: Disable "Scan"
and "Acquire Preview" buttons while scanning, and "Acquire
Preview" while acquiring a preview. Avoids error messages and/or
lockups. Patch from Aurelien Jarno <ml@aurel32.net>.
- TODO: Added some more xscanimage bugs.
- src/preview.c: Added malloc that got lost in previous commit.
- src/preview.c: Avoid unaligned 1 bit previews. Fixed 1 bit color mode
(also three-pass). Changed 1 bit color modes to most significant bit
is first pixel.
- src/progress.c, src/xscanimage.c: Added a couple of GTK mainloop
calls so that the UI is updated in a more timely fashion. Helps
with backends which have potentially slow sane_start() and
sane_read() commands (e.g. microtek).
- config.guess config.sub: Updated to latest versions (from
ftp://ftp.gnu.org/pub/gnu/config/).
- configure.in/configure V_EXTRA=-cvs
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/sane-frontends/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/sane-frontends/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.