kopia lustrzana https://gitlab.com/sane-project/backends
addition of the p5 backend to the distribution
rodzic
55666f3c55
commit
b37621d86a
1
AUTHORS
1
AUTHORS
|
@ -68,6 +68,7 @@ Backends:
|
|||
nec: Kazuya Fukuda (*)
|
||||
net: Andreas Beck, David Mosberger, Julien Blache (*)
|
||||
niash: Ullrich Sigwanz (*), Bertrik Sikken
|
||||
p5: Stéphane Voltz (*)
|
||||
pie: Simon Munton (*)
|
||||
pint: Gordon Matzigkeit
|
||||
pixma: Wittawat Yamwong (*)
|
||||
|
|
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
2010-02-15 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/p5.c backend/p5.h backend/p5_device.c backend/p5_device.h
|
||||
backend/p5.conf.in doc/descriptions/p5.desc doc/sane-p5.man: add new p5 backend for
|
||||
Primax PagePartner
|
||||
* backend/dll.conf.in backend/Makefile.* configure* doc/Makefile.*
|
||||
doc/sane.man: p5 backend integration changes
|
||||
|
||||
2010-02-13 m. allan noah <kitno455 at gmail dot com>
|
||||
* backend/avision.[ch]: updated settings for Visioneer 9450,
|
||||
based on code from Andyz Smith
|
||||
|
@ -13,10 +20,10 @@
|
|||
2010-02-12 m. allan noah <kitno455 at gmail dot com>
|
||||
* backend/fujitsu.c: disable bg_color for S1500
|
||||
|
||||
2010-02-12 Stéphane Voltz <stef.dev ar free.fr>
|
||||
2010-02-12 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_gl646.c: fixed MD5345 calibration
|
||||
|
||||
2010-02-12 Stéphane Voltz <stef.dev ar free.fr>
|
||||
2010-02-12 Stéphane Voltz <stef.dev at free.fr>
|
||||
* doc/descriptions/genesys.desc backend/genesys.c
|
||||
backend/genesys_devices.c backend/genesys_gl646.c
|
||||
backend/genesys_gl646.h: added support for hp3670, uncalibrated scans
|
||||
|
|
18
Makefile.in
18
Makefile.in
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -210,6 +210,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
@ -401,7 +402,7 @@ uninstall-dist_docDATA:
|
|||
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||
# (2) otherwise, pass the desired values on the `make' command line.
|
||||
$(RECURSIVE_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
@fail= failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
|
@ -426,7 +427,7 @@ $(RECURSIVE_TARGETS):
|
|||
fi; test -z "$$fail"
|
||||
|
||||
$(RECURSIVE_CLEAN_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
@fail= failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
|
@ -590,7 +591,8 @@ distdir: $(DISTFILES)
|
|||
fi; \
|
||||
done
|
||||
-test -n "$(am__skip_mode_fix)" \
|
||||
|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
||||
|| find "$(distdir)" -type d ! -perm -755 \
|
||||
-exec chmod u+rwx,go+rx {} \; -o \
|
||||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
||||
|
@ -634,17 +636,17 @@ dist dist-all: distdir
|
|||
distcheck: dist
|
||||
case '$(DIST_ARCHIVES)' in \
|
||||
*.tar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
||||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
||||
*.tar.bz2*) \
|
||||
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||
*.tar.lzma*) \
|
||||
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
|
||||
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
||||
*.tar.xz*) \
|
||||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
||||
*.tar.Z*) \
|
||||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||||
*.shar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
||||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
unzip $(distdir).zip ;;\
|
||||
esac
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# generated automatically by aclocal 1.11 -*- Autoconf -*-
|
||||
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
|
@ -13,8 +13,8 @@
|
|||
|
||||
m4_ifndef([AC_AUTOCONF_VERSION],
|
||||
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||||
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
|
||||
[m4_warning([this file was generated for autoconf 2.63.
|
||||
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
|
||||
[m4_warning([this file was generated for autoconf 2.65.
|
||||
You have another version of autoconf. It may work, but is not guaranteed to.
|
||||
If you have problems, you may need to regenerate the build system entirely.
|
||||
To do so, use the procedure documented by the package, typically `autoreconf'.])])
|
||||
|
@ -190,7 +190,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
|
|||
[am__api_version='1.11'
|
||||
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
||||
dnl require some minimum version. Point them to the right macro.
|
||||
m4_if([$1], [1.11], [],
|
||||
m4_if([$1], [1.11.1], [],
|
||||
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
||||
])
|
||||
|
||||
|
@ -206,7 +206,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
|
|||
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
||||
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
|
||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||
[AM_AUTOMAKE_VERSION([1.11])dnl
|
||||
[AM_AUTOMAKE_VERSION([1.11.1])dnl
|
||||
m4_ifndef([AC_AUTOCONF_VERSION],
|
||||
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||||
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
||||
|
|
|
@ -89,6 +89,7 @@ BACKEND_CONFS= abaton.conf agfafocus.conf apple.conf artec.conf \
|
|||
leo.conf lexmark.conf ma1509.conf matsushita.conf \
|
||||
microtek2.conf microtek.conf mustek.conf \
|
||||
mustek_pp.conf mustek_usb.conf nec.conf net.conf \
|
||||
p5.conf \
|
||||
pie.conf pixma.conf plustek.conf plustek_pp.conf \
|
||||
qcam.conf ricoh.conf rts8891.conf s9036.conf sceptre.conf \
|
||||
sharp.conf sm3840.conf snapscan.conf sp15c.conf \
|
||||
|
@ -180,7 +181,8 @@ be_convenience_libs = libabaton.la libagfafocus.la \
|
|||
libmatsushita.la libmicrotek.la libmicrotek2.la \
|
||||
libmustek.la libmustek_pp.la libmustek_usb.la \
|
||||
libmustek_usb2.la libnec.la libnet.la \
|
||||
libniash.la libpie.la libpint.la libpixma.la \
|
||||
libniash.la libp5.la \
|
||||
libpie.la libpint.la libpixma.la \
|
||||
libplustek.la libplustek_pp.la libpnm.la \
|
||||
libqcam.la libricoh.la librts8891.la \
|
||||
libs9036.la libsceptre.la libsharp.la \
|
||||
|
@ -212,7 +214,8 @@ be_dlopen_libs = libsane-abaton.la libsane-agfafocus.la \
|
|||
libsane-matsushita.la libsane-microtek.la libsane-microtek2.la \
|
||||
libsane-mustek.la libsane-mustek_pp.la libsane-mustek_usb.la \
|
||||
libsane-mustek_usb2.la libsane-nec.la libsane-net.la \
|
||||
libsane-niash.la libsane-pie.la libsane-pint.la libsane-pixma.la \
|
||||
libsane-niash.la libsane-p5.la \
|
||||
libsane-pie.la libsane-pint.la libsane-pixma.la \
|
||||
libsane-plustek.la libsane-plustek_pp.la libsane-pnm.la \
|
||||
libsane-qcam.la libsane-ricoh.la libsane-rts8891.la \
|
||||
libsane-s9036.la libsane-sceptre.la libsane-sharp.la \
|
||||
|
@ -762,6 +765,15 @@ libsane_pie_la_LDFLAGS = $(DIST_SANELIBS_LDFLAGS)
|
|||
libsane_pie_la_LIBADD = $(COMMON_LIBS) libpie.la ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo sane_strstatus.lo ../sanei/sanei_scsi.lo ../sanei/sanei_thread.lo $(SCSI_LIBS) $(PTHREAD_LIBS)
|
||||
EXTRA_DIST += pie.conf.in
|
||||
|
||||
libp5_la_SOURCES = p5.c p5.h p5_device.h
|
||||
libp5_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=p5
|
||||
|
||||
nodist_libsane_p5_la_SOURCES = p5-s.c
|
||||
libsane_p5_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=p5
|
||||
libsane_p5_la_LDFLAGS = $(DIST_SANELIBS_LDFLAGS)
|
||||
libsane_p5_la_LIBADD = $(COMMON_LIBS) libp5.la ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo sane_strstatus.lo
|
||||
EXTRA_DIST += p5.conf.in p5_device.c
|
||||
|
||||
libpint_la_SOURCES = pint.c pint.h
|
||||
libpint_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=pint
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -244,6 +244,9 @@ libnet_la_OBJECTS = $(am_libnet_la_OBJECTS)
|
|||
libniash_la_LIBADD =
|
||||
am_libniash_la_OBJECTS = libniash_la-niash.lo
|
||||
libniash_la_OBJECTS = $(am_libniash_la_OBJECTS)
|
||||
libp5_la_LIBADD =
|
||||
am_libp5_la_OBJECTS = libp5_la-p5.lo
|
||||
libp5_la_OBJECTS = $(am_libp5_la_OBJECTS)
|
||||
libpie_la_LIBADD =
|
||||
am_libpie_la_OBJECTS = libpie_la-pie.lo
|
||||
libpie_la_OBJECTS = $(am_libpie_la_OBJECTS)
|
||||
|
@ -839,6 +842,14 @@ libsane_niash_la_OBJECTS = $(nodist_libsane_niash_la_OBJECTS)
|
|||
libsane_niash_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(libsane_niash_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
libsane_p5_la_DEPENDENCIES = $(COMMON_LIBS) libp5.la \
|
||||
../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo \
|
||||
../sanei/sanei_config.lo sane_strstatus.lo
|
||||
nodist_libsane_p5_la_OBJECTS = libsane_p5_la-p5-s.lo
|
||||
libsane_p5_la_OBJECTS = $(nodist_libsane_p5_la_OBJECTS)
|
||||
libsane_p5_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(libsane_p5_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
libsane_pie_la_DEPENDENCIES = $(COMMON_LIBS) libpie.la \
|
||||
../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo \
|
||||
../sanei/sanei_config.lo ../sanei/sanei_config2.lo \
|
||||
|
@ -1234,7 +1245,7 @@ SOURCES = $(libabaton_la_SOURCES) $(libagfafocus_la_SOURCES) \
|
|||
$(libmustek_pp_la_SOURCES) $(libmustek_usb_la_SOURCES) \
|
||||
$(libmustek_usb2_la_SOURCES) $(libnec_la_SOURCES) \
|
||||
$(libnet_la_SOURCES) $(libniash_la_SOURCES) \
|
||||
$(libpie_la_SOURCES) $(libpint_la_SOURCES) \
|
||||
$(libp5_la_SOURCES) $(libpie_la_SOURCES) $(libpint_la_SOURCES) \
|
||||
$(libpixma_la_SOURCES) $(libplustek_la_SOURCES) \
|
||||
$(libplustek_pp_la_SOURCES) $(libpnm_la_SOURCES) \
|
||||
$(libqcam_la_SOURCES) $(libricoh_la_SOURCES) \
|
||||
|
@ -1293,6 +1304,7 @@ SOURCES = $(libabaton_la_SOURCES) $(libagfafocus_la_SOURCES) \
|
|||
$(nodist_libsane_nec_la_SOURCES) \
|
||||
$(nodist_libsane_net_la_SOURCES) \
|
||||
$(nodist_libsane_niash_la_SOURCES) \
|
||||
$(nodist_libsane_p5_la_SOURCES) \
|
||||
$(nodist_libsane_pie_la_SOURCES) \
|
||||
$(nodist_libsane_pint_la_SOURCES) \
|
||||
$(nodist_libsane_pixma_la_SOURCES) \
|
||||
|
@ -1359,7 +1371,7 @@ DIST_SOURCES = $(libabaton_la_SOURCES) $(libagfafocus_la_SOURCES) \
|
|||
$(libmustek_pp_la_SOURCES) $(libmustek_usb_la_SOURCES) \
|
||||
$(libmustek_usb2_la_SOURCES) $(libnec_la_SOURCES) \
|
||||
$(libnet_la_SOURCES) $(libniash_la_SOURCES) \
|
||||
$(libpie_la_SOURCES) $(libpint_la_SOURCES) \
|
||||
$(libp5_la_SOURCES) $(libpie_la_SOURCES) $(libpint_la_SOURCES) \
|
||||
$(libpixma_la_SOURCES) $(libplustek_la_SOURCES) \
|
||||
$(libplustek_pp_la_SOURCES) $(libpnm_la_SOURCES) \
|
||||
$(libqcam_la_SOURCES) $(libricoh_la_SOURCES) \
|
||||
|
@ -1462,6 +1474,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
@ -1615,38 +1628,39 @@ EXTRA_DIST = sane_strstatus.c stubs.c saned.conf.in abaton.conf.in \
|
|||
mustek_usb2_asic.h mustek_usb2_high.c mustek_usb2_high.h \
|
||||
mustek_usb2_reflective.c mustek_usb2_transparent.c nec.conf.in \
|
||||
net.conf.in niash_core.c niash_core.h niash_xfer.c \
|
||||
niash_xfer.h pie.conf.in pixma.conf.in pixma_sane_options.c \
|
||||
pixma_sane_options.h plustek.conf.in plustek-usb.c \
|
||||
plustek-usb.h plustek-usbcal.c plustek-usbcalfile.c \
|
||||
plustek-usbdevs.c plustek-usbhw.c plustek-usbimg.c \
|
||||
plustek-usbio.c plustek-usbmap.c plustek-usbscan.c \
|
||||
plustek-usbshading.c plustek_pp.conf.in plustek-pp_dac.c \
|
||||
plustek-pp_dbg.h plustek-pp_detect.c plustek-pp_genericio.c \
|
||||
plustek-pp_hwdefs.h plustek-pp_image.c plustek-pp_io.c \
|
||||
plustek-pp_map.c plustek-pp_misc.c plustek-pp_models.c \
|
||||
plustek-pp_motor.c plustek-pp_p12.c plustek-pp_p12ccd.c \
|
||||
plustek-pp_p48xx.c plustek-pp_p9636.c plustek-pp_procfs.c \
|
||||
plustek-pp_procs.h plustek-pp_ptdrv.c plustek-pp_scale.c \
|
||||
plustek-pp_scan.h plustek-pp_scandata.h plustek-pp_sysdep.h \
|
||||
plustek-pp_tpa.c plustek-pp_types.h plustek-pp_wrapper.c \
|
||||
qcam.conf.in ricoh.conf.in ricoh-scsi.c rts8891.conf.in \
|
||||
rts8891_devices.c rts8891_low.c rts8891_low.h s9036.conf.in \
|
||||
sceptre.conf.in sharp.conf.in sm3600-color.c sm3600-gray.c \
|
||||
sm3600-homerun.c sm3600-scanmtek.c sm3600-scantool.h \
|
||||
sm3600-scanusb.c sm3600-scanutil.c sm3840.conf.in sm3840_lib.c \
|
||||
sm3840_lib.h sm3840_scan.c snapscan.conf.in snapscan-data.c \
|
||||
snapscan-mutex.c snapscan-options.c snapscan-scsi.c \
|
||||
snapscan-sources.c snapscan-sources.h snapscan-usb.c \
|
||||
snapscan-usb.h sp15c.conf.in st400.conf.in stv680.conf.in \
|
||||
tamarack.conf.in test.conf.in test-picture.c teco1.conf.in \
|
||||
teco2.conf.in teco3.conf.in u12.conf.in u12-ccd.c u12-hw.c \
|
||||
u12-hwdef.h u12-if.c u12-image.c u12-io.c u12-map.c \
|
||||
u12-motor.c u12-scanner.h u12-shading.c u12-tpa.c umax.conf.in \
|
||||
umax-scanner.c umax-scanner.h umax-scsidef.h umax-uc1200s.c \
|
||||
umax-uc1200se.c umax-uc1260.c umax-uc630.c umax-uc840.c \
|
||||
umax-ug630.c umax-ug80.c umax-usb.c umax1220u.conf.in \
|
||||
umax1220u-common.c umax_pp.conf.in v4l.conf.in \
|
||||
xerox_mfp.conf.in dll.conf.in dll.aliases
|
||||
niash_xfer.h pie.conf.in p5.conf.in p5_device.c pixma.conf.in \
|
||||
pixma_sane_options.c pixma_sane_options.h plustek.conf.in \
|
||||
plustek-usb.c plustek-usb.h plustek-usbcal.c \
|
||||
plustek-usbcalfile.c plustek-usbdevs.c plustek-usbhw.c \
|
||||
plustek-usbimg.c plustek-usbio.c plustek-usbmap.c \
|
||||
plustek-usbscan.c plustek-usbshading.c plustek_pp.conf.in \
|
||||
plustek-pp_dac.c plustek-pp_dbg.h plustek-pp_detect.c \
|
||||
plustek-pp_genericio.c plustek-pp_hwdefs.h plustek-pp_image.c \
|
||||
plustek-pp_io.c plustek-pp_map.c plustek-pp_misc.c \
|
||||
plustek-pp_models.c plustek-pp_motor.c plustek-pp_p12.c \
|
||||
plustek-pp_p12ccd.c plustek-pp_p48xx.c plustek-pp_p9636.c \
|
||||
plustek-pp_procfs.c plustek-pp_procs.h plustek-pp_ptdrv.c \
|
||||
plustek-pp_scale.c plustek-pp_scan.h plustek-pp_scandata.h \
|
||||
plustek-pp_sysdep.h plustek-pp_tpa.c plustek-pp_types.h \
|
||||
plustek-pp_wrapper.c qcam.conf.in ricoh.conf.in ricoh-scsi.c \
|
||||
rts8891.conf.in rts8891_devices.c rts8891_low.c rts8891_low.h \
|
||||
s9036.conf.in sceptre.conf.in sharp.conf.in sm3600-color.c \
|
||||
sm3600-gray.c sm3600-homerun.c sm3600-scanmtek.c \
|
||||
sm3600-scantool.h sm3600-scanusb.c sm3600-scanutil.c \
|
||||
sm3840.conf.in sm3840_lib.c sm3840_lib.h sm3840_scan.c \
|
||||
snapscan.conf.in snapscan-data.c snapscan-mutex.c \
|
||||
snapscan-options.c snapscan-scsi.c snapscan-sources.c \
|
||||
snapscan-sources.h snapscan-usb.c snapscan-usb.h sp15c.conf.in \
|
||||
st400.conf.in stv680.conf.in tamarack.conf.in test.conf.in \
|
||||
test-picture.c teco1.conf.in teco2.conf.in teco3.conf.in \
|
||||
u12.conf.in u12-ccd.c u12-hw.c u12-hwdef.h u12-if.c \
|
||||
u12-image.c u12-io.c u12-map.c u12-motor.c u12-scanner.h \
|
||||
u12-shading.c u12-tpa.c umax.conf.in umax-scanner.c \
|
||||
umax-scanner.h umax-scsidef.h umax-uc1200s.c umax-uc1200se.c \
|
||||
umax-uc1260.c umax-uc630.c umax-uc840.c umax-ug630.c \
|
||||
umax-ug80.c umax-usb.c umax1220u.conf.in umax1220u-common.c \
|
||||
umax_pp.conf.in v4l.conf.in xerox_mfp.conf.in dll.conf.in \
|
||||
dll.aliases
|
||||
|
||||
# Backends are not required to have a config file. Any backend
|
||||
# that wants to install a config file should list it here.
|
||||
|
@ -1662,6 +1676,7 @@ BACKEND_CONFS = abaton.conf agfafocus.conf apple.conf artec.conf \
|
|||
leo.conf lexmark.conf ma1509.conf matsushita.conf \
|
||||
microtek2.conf microtek.conf mustek.conf \
|
||||
mustek_pp.conf mustek_usb.conf nec.conf net.conf \
|
||||
p5.conf \
|
||||
pie.conf pixma.conf plustek.conf plustek_pp.conf \
|
||||
qcam.conf ricoh.conf rts8891.conf s9036.conf sceptre.conf \
|
||||
sharp.conf sm3840.conf snapscan.conf sp15c.conf \
|
||||
|
@ -1701,7 +1716,8 @@ be_convenience_libs = libabaton.la libagfafocus.la \
|
|||
libmatsushita.la libmicrotek.la libmicrotek2.la \
|
||||
libmustek.la libmustek_pp.la libmustek_usb.la \
|
||||
libmustek_usb2.la libnec.la libnet.la \
|
||||
libniash.la libpie.la libpint.la libpixma.la \
|
||||
libniash.la libp5.la \
|
||||
libpie.la libpint.la libpixma.la \
|
||||
libplustek.la libplustek_pp.la libpnm.la \
|
||||
libqcam.la libricoh.la librts8891.la \
|
||||
libs9036.la libsceptre.la libsharp.la \
|
||||
|
@ -1734,7 +1750,8 @@ be_dlopen_libs = libsane-abaton.la libsane-agfafocus.la \
|
|||
libsane-matsushita.la libsane-microtek.la libsane-microtek2.la \
|
||||
libsane-mustek.la libsane-mustek_pp.la libsane-mustek_usb.la \
|
||||
libsane-mustek_usb2.la libsane-nec.la libsane-net.la \
|
||||
libsane-niash.la libsane-pie.la libsane-pint.la libsane-pixma.la \
|
||||
libsane-niash.la libsane-p5.la \
|
||||
libsane-pie.la libsane-pint.la libsane-pixma.la \
|
||||
libsane-plustek.la libsane-plustek_pp.la libsane-pnm.la \
|
||||
libsane-qcam.la libsane-ricoh.la libsane-rts8891.la \
|
||||
libsane-s9036.la libsane-sceptre.la libsane-sharp.la \
|
||||
|
@ -2094,6 +2111,12 @@ nodist_libsane_pie_la_SOURCES = pie-s.c
|
|||
libsane_pie_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=pie
|
||||
libsane_pie_la_LDFLAGS = $(DIST_SANELIBS_LDFLAGS)
|
||||
libsane_pie_la_LIBADD = $(COMMON_LIBS) libpie.la ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo sane_strstatus.lo ../sanei/sanei_scsi.lo ../sanei/sanei_thread.lo $(SCSI_LIBS) $(PTHREAD_LIBS)
|
||||
libp5_la_SOURCES = p5.c p5.h p5_device.h
|
||||
libp5_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=p5
|
||||
nodist_libsane_p5_la_SOURCES = p5-s.c
|
||||
libsane_p5_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=p5
|
||||
libsane_p5_la_LDFLAGS = $(DIST_SANELIBS_LDFLAGS)
|
||||
libsane_p5_la_LIBADD = $(COMMON_LIBS) libp5.la ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo sane_strstatus.lo
|
||||
libpint_la_SOURCES = pint.c pint.h
|
||||
libpint_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=pint
|
||||
nodist_libsane_pint_la_SOURCES = pint-s.c
|
||||
|
@ -2501,6 +2524,8 @@ libnet.la: $(libnet_la_OBJECTS) $(libnet_la_DEPENDENCIES)
|
|||
$(LINK) $(libnet_la_OBJECTS) $(libnet_la_LIBADD) $(LIBS)
|
||||
libniash.la: $(libniash_la_OBJECTS) $(libniash_la_DEPENDENCIES)
|
||||
$(LINK) $(libniash_la_OBJECTS) $(libniash_la_LIBADD) $(LIBS)
|
||||
libp5.la: $(libp5_la_OBJECTS) $(libp5_la_DEPENDENCIES)
|
||||
$(LINK) $(libp5_la_OBJECTS) $(libp5_la_LIBADD) $(LIBS)
|
||||
libpie.la: $(libpie_la_OBJECTS) $(libpie_la_DEPENDENCIES)
|
||||
$(LINK) $(libpie_la_OBJECTS) $(libpie_la_LIBADD) $(LIBS)
|
||||
libpint.la: $(libpint_la_OBJECTS) $(libpint_la_DEPENDENCIES)
|
||||
|
@ -2629,6 +2654,8 @@ libsane-net.la: $(libsane_net_la_OBJECTS) $(libsane_net_la_DEPENDENCIES)
|
|||
$(libsane_net_la_LINK) $(libsane_net_la_OBJECTS) $(libsane_net_la_LIBADD) $(LIBS)
|
||||
libsane-niash.la: $(libsane_niash_la_OBJECTS) $(libsane_niash_la_DEPENDENCIES)
|
||||
$(libsane_niash_la_LINK) $(libsane_niash_la_OBJECTS) $(libsane_niash_la_LIBADD) $(LIBS)
|
||||
libsane-p5.la: $(libsane_p5_la_OBJECTS) $(libsane_p5_la_DEPENDENCIES)
|
||||
$(libsane_p5_la_LINK) $(libsane_p5_la_OBJECTS) $(libsane_p5_la_LIBADD) $(LIBS)
|
||||
libsane-pie.la: $(libsane_pie_la_OBJECTS) $(libsane_pie_la_DEPENDENCIES)
|
||||
$(libsane_pie_la_LINK) $(libsane_pie_la_OBJECTS) $(libsane_pie_la_LIBADD) $(LIBS)
|
||||
libsane-pint.la: $(libsane_pint_la_OBJECTS) $(libsane_pint_la_DEPENDENCIES)
|
||||
|
@ -2811,6 +2838,7 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnec_la-nec.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnet_la-net.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libniash_la-niash.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libp5_la-p5.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpie_la-pie.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpint_la-pint.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpixma_la-pixma.Plo@am__quote@
|
||||
|
@ -2884,6 +2912,7 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsane_nec_la-nec-s.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsane_net_la-net-s.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsane_niash_la-niash-s.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsane_p5_la-p5-s.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsane_pie_la-pie-s.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsane_pint_la-pint-s.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsane_pixma_la-pixma-s.Plo@am__quote@
|
||||
|
@ -3495,6 +3524,13 @@ libniash_la-niash.lo: niash.c
|
|||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libniash_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libniash_la-niash.lo `test -f 'niash.c' || echo '$(srcdir)/'`niash.c
|
||||
|
||||
libp5_la-p5.lo: p5.c
|
||||
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libp5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libp5_la-p5.lo -MD -MP -MF $(DEPDIR)/libp5_la-p5.Tpo -c -o libp5_la-p5.lo `test -f 'p5.c' || echo '$(srcdir)/'`p5.c
|
||||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libp5_la-p5.Tpo $(DEPDIR)/libp5_la-p5.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='p5.c' object='libp5_la-p5.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libp5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libp5_la-p5.lo `test -f 'p5.c' || echo '$(srcdir)/'`p5.c
|
||||
|
||||
libpie_la-pie.lo: pie.c
|
||||
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpie_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpie_la-pie.lo -MD -MP -MF $(DEPDIR)/libpie_la-pie.Tpo -c -o libpie_la-pie.lo `test -f 'pie.c' || echo '$(srcdir)/'`pie.c
|
||||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpie_la-pie.Tpo $(DEPDIR)/libpie_la-pie.Plo
|
||||
|
@ -3999,6 +4035,13 @@ libsane_niash_la-niash-s.lo: niash-s.c
|
|||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsane_niash_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsane_niash_la-niash-s.lo `test -f 'niash-s.c' || echo '$(srcdir)/'`niash-s.c
|
||||
|
||||
libsane_p5_la-p5-s.lo: p5-s.c
|
||||
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsane_p5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsane_p5_la-p5-s.lo -MD -MP -MF $(DEPDIR)/libsane_p5_la-p5-s.Tpo -c -o libsane_p5_la-p5-s.lo `test -f 'p5-s.c' || echo '$(srcdir)/'`p5-s.c
|
||||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libsane_p5_la-p5-s.Tpo $(DEPDIR)/libsane_p5_la-p5-s.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='p5-s.c' object='libsane_p5_la-p5-s.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsane_p5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsane_p5_la-p5-s.lo `test -f 'p5-s.c' || echo '$(srcdir)/'`p5-s.c
|
||||
|
||||
libsane_pie_la-pie-s.lo: pie-s.c
|
||||
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsane_pie_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsane_pie_la-pie-s.lo -MD -MP -MF $(DEPDIR)/libsane_pie_la-pie-s.Tpo -c -o libsane_pie_la-pie-s.lo `test -f 'pie-s.c' || echo '$(srcdir)/'`pie-s.c
|
||||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libsane_pie_la-pie-s.Tpo $(DEPDIR)/libsane_pie_la-pie-s.Plo
|
||||
|
|
|
@ -51,6 +51,7 @@ mustek_usb
|
|||
mustek_usb2
|
||||
nec
|
||||
niash
|
||||
#p5
|
||||
pie
|
||||
pint
|
||||
pixma
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -516,7 +516,7 @@ ALL_BACKENDS="abaton agfafocus apple artec artec_eplus48u as6e \
|
|||
pixma plustek plustek_pp qcam ricoh rts8891 s9036 \
|
||||
sceptre sharp sm3600 sm3840 snapscan sp15c st400 \
|
||||
stv680 tamarack teco1 teco2 teco3 test u12 umax
|
||||
umax_pp umax1220u v4l xerox_mfp"
|
||||
umax_pp umax1220u v4l xerox_mfp p5"
|
||||
# kvs1025 \
|
||||
|
||||
# If user specifies backends manually then cause configure
|
||||
|
|
|
@ -36,7 +36,7 @@ BACKEND_5MANS = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 \
|
|||
sane-mustek_usb2.5 sane-hp3500.5 sane-pixma.5 sane-stv680.5 \
|
||||
sane-hp5590.5 sane-hpljm1005.5 sane-cardscan.5 sane-hp3900.5 \
|
||||
sane-epjitsu.5 sane-hs2p.5 sane-canon_dr.5 sane-xerox_mfp.5 \
|
||||
sane-rts8891.5 sane-coolscan3.5 sane-kvs1025.5
|
||||
sane-rts8891.5 sane-coolscan3.5 sane-kvs1025.5 sane-p5.5
|
||||
|
||||
EXTRA_DIST += sane-abaton.man sane-agfafocus.man sane-apple.man sane-as6e.man \
|
||||
sane-dll.man sane-dc25.man sane-dmc.man sane-epson.man \
|
||||
|
@ -60,7 +60,7 @@ EXTRA_DIST += sane-abaton.man sane-agfafocus.man sane-apple.man sane-as6e.man \
|
|||
sane-pixma.man sane-stv680.man sane-hp5590.man sane-hpljm1005.man \
|
||||
sane-cardscan.man sane-hp3900.man sane-epjitsu.man sane-hs2p.man \
|
||||
sane-canon_dr.man sane-xerox_mfp.man sane-rts8891.man \
|
||||
sane-coolscan3.man sane-kvs1025.man
|
||||
sane-coolscan3.man sane-kvs1025.man sane-p5.man
|
||||
|
||||
man7_MANS = sane.7
|
||||
EXTRA_DIST += sane.man
|
||||
|
@ -179,7 +179,7 @@ DESC_FILES = descriptions/abaton.desc descriptions/agfafocus.desc \
|
|||
descriptions/mustek_pp.desc descriptions/mustek_usb2.desc \
|
||||
descriptions/mustek_usb.desc descriptions/nec.desc descriptions/net.desc \
|
||||
descriptions/niash.desc descriptions/pie.desc descriptions/pint.desc \
|
||||
descriptions/pixma.desc descriptions/plustek.desc \
|
||||
descriptions/p5.desc descriptions/pixma.desc descriptions/plustek.desc \
|
||||
descriptions/plustek_pp.desc descriptions/pnm.desc descriptions/qcam.desc \
|
||||
descriptions/ricoh.desc descriptions/rts8891.desc descriptions/s9036.desc \
|
||||
descriptions/sceptre.desc descriptions/sharp.desc descriptions/sm3600.desc \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -173,6 +173,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
@ -279,17 +280,17 @@ EXTRA_DIST = scanimage.man sane-config.man sane-find-scanner.man \
|
|||
sane-hpljm1005.man sane-cardscan.man sane-hp3900.man \
|
||||
sane-epjitsu.man sane-hs2p.man sane-canon_dr.man \
|
||||
sane-xerox_mfp.man sane-rts8891.man sane-coolscan3.man \
|
||||
sane-kvs1025.man sane.man saned.man descriptions.txt \
|
||||
releases.txt sane-logo2.jpg sane-logo.png sane.png sane.tex \
|
||||
net.tex html.sty $(DESC_FILES) descriptions/template.desc. \
|
||||
$(DESC_EXT_FILES) descriptions-external/template.desc. \
|
||||
figs/area.eps figs/area.fig figs/flow.eps figs/flow.fig \
|
||||
figs/hierarchy.eps figs/hierarchy.fig figs/image-data.eps \
|
||||
figs/image-data.fig figs/xfer.eps figs/xfer.fig \
|
||||
icons/contents.gif icons/index.gif icons/next.gif \
|
||||
icons/next_gr.gif icons/previous.gif icons/previous_gr.gif \
|
||||
icons/references.gif icons/references_gr.gif icons/up.gif \
|
||||
icons/up_gr.gif
|
||||
sane-kvs1025.man sane-p5.man sane.man saned.man \
|
||||
descriptions.txt releases.txt sane-logo2.jpg sane-logo.png \
|
||||
sane.png sane.tex net.tex html.sty $(DESC_FILES) \
|
||||
descriptions/template.desc. $(DESC_EXT_FILES) \
|
||||
descriptions-external/template.desc. figs/area.eps \
|
||||
figs/area.fig figs/flow.eps figs/flow.fig figs/hierarchy.eps \
|
||||
figs/hierarchy.fig figs/image-data.eps figs/image-data.fig \
|
||||
figs/xfer.eps figs/xfer.fig icons/contents.gif icons/index.gif \
|
||||
icons/next.gif icons/next_gr.gif icons/previous.gif \
|
||||
icons/previous_gr.gif icons/references.gif \
|
||||
icons/references_gr.gif icons/up.gif icons/up_gr.gif
|
||||
BACKEND_5MANS = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 \
|
||||
sane-dll.5 sane-dc25.5 sane-dmc.5 sane-epson.5 sane-epson2.5 \
|
||||
sane-hp.5 sane-gphoto2.5 sane-leo.5 sane-lexmark.5 \
|
||||
|
@ -309,7 +310,7 @@ BACKEND_5MANS = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 \
|
|||
sane-mustek_usb2.5 sane-hp3500.5 sane-pixma.5 sane-stv680.5 \
|
||||
sane-hp5590.5 sane-hpljm1005.5 sane-cardscan.5 sane-hp3900.5 \
|
||||
sane-epjitsu.5 sane-hs2p.5 sane-canon_dr.5 sane-xerox_mfp.5 \
|
||||
sane-rts8891.5 sane-coolscan3.5 sane-kvs1025.5
|
||||
sane-rts8891.5 sane-coolscan3.5 sane-kvs1025.5 sane-p5.5
|
||||
|
||||
man7_MANS = sane.7
|
||||
man8_MANS = saned.8
|
||||
|
@ -381,7 +382,7 @@ DESC_FILES = descriptions/abaton.desc descriptions/agfafocus.desc \
|
|||
descriptions/mustek_pp.desc descriptions/mustek_usb2.desc \
|
||||
descriptions/mustek_usb.desc descriptions/nec.desc descriptions/net.desc \
|
||||
descriptions/niash.desc descriptions/pie.desc descriptions/pint.desc \
|
||||
descriptions/pixma.desc descriptions/plustek.desc \
|
||||
descriptions/p5.desc descriptions/pixma.desc descriptions/plustek.desc \
|
||||
descriptions/plustek_pp.desc descriptions/pnm.desc descriptions/qcam.desc \
|
||||
descriptions/ricoh.desc descriptions/rts8891.desc descriptions/s9036.desc \
|
||||
descriptions/sceptre.desc descriptions/sharp.desc descriptions/sm3600.desc \
|
||||
|
|
|
@ -399,6 +399,11 @@ The niash backend supports the Agfa Snapscan Touch and the HP ScanJet 3300c,
|
|||
.BR sane\-niash (5)
|
||||
for details.
|
||||
.TP
|
||||
.B p5
|
||||
The SANE backend for Primax PagePartner. See
|
||||
.BR sane\-p5 (5)
|
||||
for details.
|
||||
.TP
|
||||
.B pie
|
||||
The pie backend provides access to Pacific Image Electronics (PIE) and Devcom
|
||||
SCSI flatbed scanners. See
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -172,6 +172,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -158,6 +158,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
|
|
@ -321,6 +321,9 @@
|
|||
/* Define to 1 if you have the <sys/ipc.h> header file. */
|
||||
#undef HAVE_SYS_IPC_H
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#undef HAVE_SYS_PARAM_H
|
||||
|
||||
/* Define to 1 if you have the <sys/passthrudef.h> header file. */
|
||||
#undef HAVE_SYS_PASSTHRUDEF_H
|
||||
|
||||
|
@ -429,6 +432,9 @@
|
|||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -181,6 +181,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -156,6 +156,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -133,6 +133,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -172,6 +172,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -131,6 +131,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -191,6 +191,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
|
|
Ładowanie…
Reference in New Issue