[sane-devel] scanning for archival and OCR

2013-01-22 Thread Martin Dengler
On Tue, Jan 22, 2013 at 12:34:05PM -0500, David H. Durgee wrote: > I am trying to determine how best to scan and save these documents. I have found the following process to be useful: Scanner input, jpg (or pdf) | v tidy up image using 'unpapered' | v convert to grayscale via ppmtopgm ->

[sane-devel] [PATCH] scanbd: Makefile-001 ensure target dirs exist

2012-03-07 Thread Martin Dengler
Hi Wilhelm, On Sat, Mar 03, 2012 at 12:10:13PM +0100, Wilhelm wrote: > Hi Martin, > > thank you for the patches. > They are merged to trunk and into release/1.2. > Also make a file release scanbd-1.2.tgz on SF. Thanks for merging so quickly -- that's excellent. > Thanks, > > Wilhelm Martin ---

[sane-devel] [PATCH] scanbd: Makefile-002 support DESTDIR and PREFIX envvars if set

2012-03-02 Thread Martin Dengler
> 2) 'make install' should respect $PREFIX and / or $DESTDIR if set, >DESTDIR being the conventional one RPM will set when doing mock >builds / installs for various purposes during the RPM packaging >process. > > Would you please consider these two patches and let me know if they > are

[sane-devel] [PATCH] scanbd: Makefile-001 ensure target dirs exist

2012-03-02 Thread Martin Dengler
Hi, I am packaging scanbd for Fedora (someone stop me if it's done) and I came across two things I would like to add to the Makefile: 1) 'make install' should not assume all its target dirs exist (it doesn't for two of the three dirs it targets but it assumes /etc/dbus-1/system.d exists) a