Gerhard Jaeger
1f32b5c807
added new u12 backend.
2004-01-05 20:47:34 +00:00
Henning Geinitz
0777c60aa7
Don't include linux/videodev.h kernel header anymore. Use own defines
...
instead. Fixes bug #300324 .
2003-12-21 22:51:42 +00:00
Peter Fales
acd9a6d0e5
Remove "enabling GPHOTO2" messages printed by configure
2003-12-08 04:12:40 +00:00
Peter Fales
ef9a9beac0
gphoto2 backend is now enabled by default (and gphoto2-config is found)
2003-12-07 04:28:14 +00:00
Henning Geinitz
66f4a68325
sanei_scsi.c should now compile with the new and old SCSI API of MacOS X. Patch
...
from Mattias Ellert <mattias.ellert@tsl.uu.se>.
2003-12-06 13:38:47 +00:00
Jochen Eisinger
f5c4172119
2003-11-23 Jochen Eisinger <jochen@penguin-breeder.org>
...
* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
probing of the port
* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
backend removed
* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
support for mustek_pp backend
* backend/mustek_pp_null.c: beautified debug scanner name
2003-11-24 08:58:19 +00:00
Henning Geinitz
dd073dcb9a
Warnings enabled again. Added -cvs to version.
2003-11-23 11:57:04 +00:00
Henning Geinitz
098ab665e7
Prepare for release of sane-backends 1.0.13.
2003-11-23 08:26:53 +00:00
Henning Geinitz
3c18d9a960
Include all the headers we also include in backend/v4l.c to make sure we find
...
all problems.
2003-11-16 17:58:02 +00:00
Henning Geinitz
b9cd7aec55
Changed check for linux/videodev.h. If that file is not compilable, we don't
...
build the v4l backend. That's to avoid compilation errors if videov.h from Linux
kernel 2.6.* is used.
2003-11-16 16:25:53 +00:00
Henning Geinitz
78d374ea07
Disabled warnings.
2003-11-16 10:03:20 +00:00
Gerhard Jaeger
e81cfe2818
Added check for limits.h - HAVE_LIMITS_H.
2003-10-26 10:57:16 +00:00
Gerhard Jaeger
195cacb639
Added checks for iopl.
2003-10-22 07:02:36 +00:00
Gerhard Jaeger
8e71497aa1
Added -D_REENTRANT to compiler flags, when using pthread support.
2003-10-17 11:07:42 +00:00
Gerhard Jaeger
5ceb18a5a6
Added test for setitimer.
2003-10-15 15:40:27 +00:00
Henning Geinitz
3565c78d2f
More verbose help messages for --enable-fork-process. Print message about
...
pthread support after all the tests. If libpthread isn't available, try if libc
supports pthreead_*. Use macro USE_PTHREAD to check if threads are used in the
code.
2003-10-07 11:28:03 +00:00
Gerhard Jaeger
81eaf06a10
* aclocal.m4 acinlcude.m4 configure configure.in: modified checks for
...
pthread support, added switch --enable-fork-process which toggles
between the usage of fork and pthread, set the default behaviour to
pthread usage on Darwin
* include/sane/config.h: added the HAVE_LIBPTHRAD stuff
* sanei/sanei_thread.c include/sane/sanei_thread.h: fixed compilation issue
on OS/2, added support for fork too, so that we can use sanei_thread
functions in any case.
* backend/plustek.[ch]: changes due to the sanei_thread-lib work
2003-10-07 07:38:37 +00:00
Gerhard Jaeger
39044887ca
* aclocal.m4 configure configure.in: added checks for pthread.h and
...
added linker option -lpthread if pthread.h is found
* include/sane/config.in.h: added HAVE_PTHREAD_H
* sanei/sanei_thread.c include/sane/sanei_thread.h: added pthread_
functions to library, so every backend is able to use either fork or
pthread for its reader-process - see plustek backend for example
* backend/plustek.h backend/plustek.c: added sanei_thread stuff to support
threading on MacOS X
* backend/plustek_pp*: some cleanup
2003-10-05 16:00:30 +00:00
Henning Geinitz
8e1194f427
Added back old mustek_pp backend. That backend supports Mustek CCD scanners.
...
The backend was renamed to mustek_pp_ccd to avoid conflicts with the new
mustek_pp backend for CIS scanners. The code was taken from sane-backends
1.0.9. This is only a temporary solution. The goal is to incooperate CCD
and CIS support into mustek_pp.
2003-10-04 10:40:00 +00:00
Henning Geinitz
9f7da031c5
Automatically update the version number of SANE in the doxygen documentation.
2003-09-30 13:31:05 +00:00
Henning Geinitz
54e8a458a2
Updated contact information (website, mailing lists, bug tracker). Minor fixes.
2003-09-24 13:23:25 +00:00
Frank Zago
3bda0d541d
Port to Cygwin.
2003-09-24 03:41:48 +00:00
Stéphane Voltz
929c5c9e75
* backend/sane-umax_pp.c: fix default port address handling
...
(patch from Malcolm Parsons <malcolm.parsons@virgin.net>)
* configure.in configure include/sane/config.h.in: added detection of
machine/cpufunc.h and i386_set_ioperm() for FreeBSD support.
2003-09-18 05:17:23 +00:00
Peter Fales
aa9845ccd1
Move jpeg files to sanei
2003-07-26 17:07:36 +00:00
Henning Geinitz
10dcf60722
Removed references to sane-desc.el.
2003-06-18 09:47:11 +00:00
Henning Geinitz
a425dd8e30
The list of backends that are built is now in configure.in. Print backends
...
that are built. Allow manually setting the backends.
2003-06-06 17:07:02 +00:00
Henning Geinitz
64ea3dfc5f
Check if ss_family or __ss_family is in struct sockaddr_storage. Otherwise
...
diasbale ipv6. Patch from Julien BLACHE <jb@jblache.org>.
2003-06-04 19:49:48 +00:00
Henning Geinitz
89e17fa76a
Don't disable IPv& if poll is not found.
2003-05-26 23:33:12 +00:00
Henning Geinitz
4708ea0f17
Warnings enabled again. Added -cvs to version.
2003-05-25 11:38:20 +00:00
Henning Geinitz
3395afbb7a
New version: 1.0.12.
2003-05-25 11:20:52 +00:00
Henning Geinitz
cc8f09f996
Disabled compilation warnings.
2003-05-18 15:34:36 +00:00
Henning Geinitz
c0e95a8f63
Fixed MacOS X build (patch from Mattias Ellert <mattias.ellert@tsl.uu.se>).
2003-05-15 11:01:14 +00:00
Henning Geinitz
b68941ebfe
Added missing HAVE_LIBIEEE1284 macro. The test was there, but the macro wasn't set.
2003-05-08 09:58:14 +00:00
Henning Geinitz
2fca468542
Remove -all_load again and try to use the correct link order for
...
libraries.
2003-05-03 20:48:15 +00:00
Henning Geinitz
69a101ef06
Add -all_load to linker flags on MacOS X to avoid linker errors.
2003-05-02 21:58:57 +00:00
Henning Geinitz
e93322e28d
Test for poll() and disable IPV6 if not found.
2003-05-02 09:41:12 +00:00
Henning Geinitz
06dc21afb4
Added support for -framework option and check for IOKit for MacOS X. Check for
...
latex tools. Minimum autoconf version is 2.54.
2003-04-30 23:00:15 +00:00
Henning Geinitz
9c60c54fe5
New libtool upstream realease: 1.5.
2003-04-30 20:29:23 +00:00
Stéphane Voltz
2208647618
* added detection of dev/ppbus/ppi.h include (*BSD)
2003-04-18 20:10:56 +00:00
Henning Geinitz
749ceed2e6
Added a switch to disable libusb. Removed switch to enable ipv6
...
uncondinionally. Check for sys/poll.h.
2003-04-02 16:21:07 +00:00
Henning Geinitz
088281c4e1
Added support for IPv6. Updated manpages. Patch from Julien BLACHE
...
<jb@jblache.org>.
2003-03-30 19:07:18 +00:00
Henning Geinitz
4c428e0517
Check for MacOS X native dynamic loading first before lookinf for libdl.
2003-02-11 17:30:21 +00:00
Henning Geinitz
3f2c8ff31e
Updated version number.
2003-02-09 17:50:58 +00:00
Henning Geinitz
ad1137476d
Warnings enabled again. Used extra version -cvs.
2003-02-01 22:58:18 +00:00
Henning Geinitz
175995e387
New version: 1.0.10. Disabled warnings for release.
2003-01-31 19:45:21 +00:00
Henning Geinitz
b8010a3fec
Declare prototypes for all functions that may miss on some platforms.
2003-01-24 14:06:08 +00:00
Henning Geinitz
317e28ab74
Adjusted test for sparc64 to disable SCSI generic v3.
2003-01-21 16:02:56 +00:00
Henning Geinitz
cb2e483d60
Disable the new Linux SG interface for sparc64 to work-around 32 bit userland
...
/ 64 bit kernel problems.
2003-01-17 12:21:16 +00:00
Henning Geinitz
8313af0881
Update to latest libtool (1.4.3), config.sub and config.gues. This should fix
...
the build problems on MacOS X concerning dynamic loading.
2002-12-30 12:41:56 +00:00
Henning Geinitz
218716a010
Fixed MacOS X LD_FLAGS bug.
2002-12-06 14:26:31 +00:00