[sane-devel] SANE source compilation problems

2010-04-26 Thread Ilmārs Poikāns
Hi, I downloaded source from git repositories (sane-backends and sane-frontends) and tired to compile them. I have Ubuntu 9.10, needed dev library packages were there. sane-backends configure, make, make install was fine. sane-frontends configure failed. I traced problem down to

[sane-devel] ADF Duplex performance problems

2010-04-26 Thread Ilmārs Poikāns
Hi, I'm running latest SANE from git source on Ubuntu 9.10. I was testing scaning A4 on Fujitsu ScanSnap 500 in 300 dpi Color uncompressed using scanadf. Everything is fine when scanning only one side of sheet (image size 24MB). But when scanning with ADF Duplex as source, scanner pauses 3 times

[sane-devel] SANE source compilation problems

2010-04-26 Thread Olaf Meeuwissen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ilm?rs Poik?ns : Hi, I downloaded source from git repositories (sane-backends and sane-frontends) and tired to compile them. I have Ubuntu 9.10, needed dev library packages were there. sane-backends configure, make, make install was

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread m. allan noah
New with sane-backends 1.0.21, released 2010-04-25: * New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx), p5 (Primax PagePartner) * 224 more scanner models supported. * Many backends updated. * Improved compilation on uncommon platforms. * More consistent option naming. * Scanimage

[sane-devel] sane-backends v1.0.22git

2010-04-26 Thread m. allan noah
git tree re-opened for development. Have at it :) allan -- The truth is an offense, but not a sin

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread Simon Matter
Hi, New with sane-backends 1.0.21, released 2010-04-25: * New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx), p5 (Primax PagePartner) * 224 more scanner models supported. * Many backends updated. * Improved compilation on uncommon platforms. * More consistent option naming.

[sane-devel] SANE source compilation problems

2010-04-26 Thread Ilmārs Poikāns
: text/x-patch Size: 2834 bytes Desc: not available URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20100426/6c5c0a18/attachment.bin

[sane-devel] SANE source compilation problems

2010-04-26 Thread Julien BLACHE
Chris Bagwell chris at cnpbagwell.com wrote: Hi, Others have replied about the remaining issues once @RESMGR@ typo is Speaking of resmgr, I think we can safely remove any code using it. I doubt it's still in use in SuSE... I'd be very surprised if it was. JB. -- Julien BLACHE

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread Julien BLACHE
m. allan noah kitno455 at gmail.com wrote: [on-list, this time...] New with sane-backends 1.0.21, released 2010-04-25: I've just pushed a RELEASE_1_0_21 tag, corresponding to commit 7b0a6ecd049088717156d95c2a0d5037d9ec1427. JB. -- Julien BLACHE

[sane-devel] [Regression] libsane-extras doesn't work any more with EPSON PM-A820

2010-04-26 Thread Yann Ubuntu
2010/4/16 Julien BLACHE jb at jblache.org: Yann Ubuntu yannubuntu at gmail.com wrote: Hi, libsane-extras Jaunty was working well with my EPSON PM-A820, but it does not in Karmic (and Lucid). If you were relying on the epkowa backend, it's been removed from libsane-extras a while ago

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread m. allan noah
Thanks. I did that, but had a fight with git, and ended up grabbing a few format-patch files and reapplying to a new tree to commit. I guess tags dont go in patches. allan On Mon, Apr 26, 2010 at 6:35 AM, Julien BLACHE jb at jblache.org wrote: m. allan noah kitno455 at gmail.com wrote:

[sane-devel] Brother MFC-410CN

2010-04-26 Thread Ken Williams
# Brother MFC-410CN ATTRS{idVendor}==04f9, ATTRS{idProduct}==0163, ENV{libsane_matched}=yes -- Ken Williams Kinmel Bay, Rhyl. In a world without walls and fences, who needs windows and gates? (Sent using Linux)

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread m. allan noah
strange- i built the tarball prior to release, and it did not complain. I'll work up a patch. allan On Mon, Apr 26, 2010 at 5:20 AM, Simon Matter simon.matter at invoca.ch wrote: Hi, New with sane-backends 1.0.21, released 2010-04-25: * New backends: kodak (Kodak i18xx), kvs1025 (Panasonic

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread Simon Matter
strange- i built the tarball prior to release, and it did not complain. I'll work up a patch. Yes, the build doesn't complain and finishes successfully but it just ends up without any .mo files built. That's where the rpmbuild failed, because it expects the .mo files. Simon allan On Mon,

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread m. allan noah
Yes- the new Makefile is coded such that it is a no-op if those files are missing, hence, no error message. Unfortunately, I dont think it is possible to add more download files to an existing release on alioth. Perhaps this is 1.0.21b :) allan On Mon, Apr 26, 2010 at 9:25 AM, Simon Matter

[sane-devel] anyone working on the Canoscan 4200F protocol?

2010-04-26 Thread m. allan noah
Try getting a log of a small area, low resolution, black and white scan using this tool: http://www.pcausa.com/Utilities/UsbSnoop/ Then compress the result and post it back to the list. someone might recognize it. allan On Sat, Apr 24, 2010 at 10:38 AM, Carsten Juttner carjay at gmx.net wrote:

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread Julien BLACHE
m. allan noah kitno455 at gmail.com wrote: Hi, Thanks. I did that, but had a fight with git, and ended up grabbing a few format-patch files and reapplying to a new tree to commit. I guess tags dont go in patches. No, and you need to git push --tags to get them out the door, too :) JB. --

[sane-devel] Release of sane-backends v1.0.21

2010-04-26 Thread Julien BLACHE
m. allan noah kitno455 at gmail.com wrote: Yes- the new Makefile is coded such that it is a no-op if those files are missing, hence, no error message. Unfortunately, I dont think it is possible to add more download files to an existing release on alioth. Perhaps this is 1.0.21b :) Project -

[sane-devel] [Regression] libsane-extras doesn't work any more with EPSON PM-A820

2010-04-26 Thread Julien BLACHE
Yann Ubuntu yannubuntu at gmail.com wrote: Hi, @Allan: where can I contact the developpers of libsane-extras ? I am the maintainer of libsane-extras. @Julien: is epkowa a driver ? has it been removed because of its licence ? (non-free?) It's free, but it depends on non-free, binary-only

[sane-devel] sane.h and commented out definitions for next version SANE

2010-04-26 Thread Ilmārs Poikāns
-- next part -- A non-text attachment was scrubbed... Name: sane-header.patch Type: text/x-patch Size: 2834 bytes Desc: not available URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20100426/29610ff4/attachment.bin

[sane-devel] SANE source compilation problems

2010-04-26 Thread Chris Bagwell
On Mon, Apr 26, 2010 at 5:28 AM, Julien BLACHE jb at jblache.org wrote: Chris Bagwell chris at cnpbagwell.com wrote: Hi, Others have replied about the remaining issues once @RESMGR@ typo is Speaking of resmgr, I think we can safely remove any code using it. I doubt it's still in use in

[sane-devel] SANE source compilation problems

2010-04-26 Thread m. allan noah
When was the last version of suse that used it replaced? If more than two years, kill it. allan On Mon, Apr 26, 2010 at 3:52 PM, Chris Bagwell chris at cnpbagwell.com wrote: On Mon, Apr 26, 2010 at 5:28 AM, Julien BLACHE jb at jblache.org wrote: Chris Bagwell chris at cnpbagwell.com wrote:

[sane-devel] [Regression] libsane-extras doesn't work any more with EPSON PM-A820

2010-04-26 Thread m. allan noah
On Mon, Apr 26, 2010 at 7:28 PM, Olaf Meeuwissen olaf.meeuwissen at avasys.jp wrote: The PM-A820 is a model for the Japanese market. ?Check the Japanese download page[1]. ?FWIW, this model does not depend on a non-free, binary-only plugin. does this then mean that the device should be

[sane-devel] [Regression] libsane-extras doesn't work any more with EPSON PM-A820

2010-04-26 Thread m. allan noah
On Mon, Apr 26, 2010 at 7:45 PM, Olaf Meeuwissen olaf.meeuwissen at avasys.jp wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 m. allan noah wrote: On Mon, Apr 26, 2010 at 7:28 PM, Olaf Meeuwissen olaf.meeuwissen at avasys.jp wrote: The PM-A820 is a model for the Japanese market. ?Check

[sane-devel] SANE source compilation problems

2010-04-26 Thread Chris Bagwell
http://gitorious.org/opensuse/resmgr says resmgr was removed in 11.0. distrowatch.com says openSUSE 11.0 was released 2008-06-19. We are couple months shy of 2 years. By time next sane release it will be well over 2 years. :) Opinions? I'll put it on my slw track for now. Chris On Mon,