version 1.0.21 remove obsolete rpath, hal, genesys-gl841-registers patches
update pkgconfig, udev, man-utf8->man-encoding, epson-expression800 patches remove hal conditional package man pages convert some documentation files to UTF-8 fix permissions of pkgconfig file
This commit is contained in:
parent
58e3f98918
commit
4f00c85e05
@ -1,2 +1 @@
|
||||
sane-backends-1.0.20.tar.gz
|
||||
sane-backends-1.0.20-11-autoreconf.patch.bz2
|
||||
sane-backends-1.0.21.tar.gz
|
||||
|
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Disable USB autosuspend for scanners
|
||||
if [ -n "${HAL_PROP_LINUX_SYSFS_PATH}" -a -e "${HAL_PROP_LINUX_SYSFS_PATH}/power/level" ]; then
|
||||
echo on > "${HAL_PROP_LINUX_SYSFS_PATH}/power/level"
|
||||
fi
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
sane-backends-1_0_21-1_fc14:F-13:sane-backends-1.0.21-1.fc14.src.rpm:1273060722
|
@ -1,24 +0,0 @@
|
||||
diff -up sane-backends-1.0.20/doc/descriptions/epson2.desc.epson-expression800 sane-backends-1.0.20/doc/descriptions/epson2.desc
|
||||
--- sane-backends-1.0.20/doc/descriptions/epson2.desc.epson-expression800 2009-03-05 03:27:35.000000000 +0100
|
||||
+++ sane-backends-1.0.20/doc/descriptions/epson2.desc 2009-06-17 11:30:17.231323638 +0200
|
||||
@@ -156,7 +156,7 @@
|
||||
:status :complete
|
||||
|
||||
:model "Expression 800"
|
||||
-:interface "SCSI"
|
||||
+:interface "SCSI" "EPSON" "Expression800" "processor"
|
||||
:status :complete
|
||||
|
||||
:model "Expression 1600"
|
||||
diff -up sane-backends-1.0.20/doc/descriptions/epson.desc.epson-expression800 sane-backends-1.0.20/doc/descriptions/epson.desc
|
||||
--- sane-backends-1.0.20/doc/descriptions/epson.desc.epson-expression800 2009-03-05 02:54:33.000000000 +0100
|
||||
+++ sane-backends-1.0.20/doc/descriptions/epson.desc 2009-06-17 11:30:17.230323577 +0200
|
||||
@@ -167,7 +167,7 @@
|
||||
:status :complete
|
||||
|
||||
:model "Expression 800"
|
||||
-:interface "SCSI"
|
||||
+:interface "SCSI" "EPSON" "Expression800" "processor"
|
||||
:status :complete
|
||||
|
||||
:model "Expression 1600"
|
@ -1,42 +0,0 @@
|
||||
commit 4d9d166a3ae830c62bb7341efe886c99e614199a
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Tue Dec 29 11:43:24 2009 +0100
|
||||
|
||||
patch: genesys-gl841-registers
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit 8bb82ba231bec01377e28a4f7f635dca61c34fbb
|
||||
Author: Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
||||
Date: Wed Jun 3 00:16:16 2009 +0200
|
||||
|
||||
Always send registers before trying to acquire a line
|
||||
(cherry picked from commit a0ea955e91837156d2112c0ffd12c8afebe86efa)
|
||||
|
||||
Signed-off-by: Nils Philippsen <nils@redhat.com>
|
||||
Resolves: rhbz#527935
|
||||
|
||||
diff --git a/backend/genesys_gl841.c b/backend/genesys_gl841.c
|
||||
index 2810865..c9facc4 100644
|
||||
--- a/backend/genesys_gl841.c
|
||||
+++ b/backend/genesys_gl841.c
|
||||
@@ -4948,9 +4948,6 @@ gl841_offset_calibration (Genesys_Device * dev)
|
||||
return status;
|
||||
}
|
||||
|
||||
- RIE (gl841_bulk_write_register
|
||||
- (dev, dev->calib_reg, GENESYS_GL841_MAX_REGS));
|
||||
-
|
||||
used_res = dev->current_setup.xres;
|
||||
num_pixels = dev->current_setup.pixels;
|
||||
|
||||
@@ -4999,6 +4996,9 @@ gl841_offset_calibration (Genesys_Device * dev)
|
||||
|
||||
do {
|
||||
|
||||
+ RIE (gl841_bulk_write_register
|
||||
+ (dev, dev->calib_reg, GENESYS_GL841_MAX_REGS));
|
||||
+
|
||||
for (j=0; j < channels; j++) {
|
||||
off[j] = (offh[j]+offl[j])/2;
|
||||
dev->frontend.offset[j] = off[j];
|
@ -1,62 +0,0 @@
|
||||
commit b4b171c4918d39c38d03bafe98bc52684e7927e1
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Mon Jun 22 18:25:01 2009 +0200
|
||||
|
||||
patch: hal
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit 5a4809b0c721ac14b8e56064ee3df573e75e0b67
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Mon Jun 22 18:23:27 2009 +0200
|
||||
|
||||
separate HAL information and policy
|
||||
|
||||
commit a50c619ddbb869612e99a9457b1f39492f34b141
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Tue Jun 16 15:21:59 2009 +0200
|
||||
|
||||
adapt HAL fdi files for Fedora
|
||||
|
||||
diff --git a/tools/Makefile.am b/tools/Makefile.am
|
||||
index bd6dd9d..bb26fcb 100644
|
||||
--- a/tools/Makefile.am
|
||||
+++ b/tools/Makefile.am
|
||||
@@ -79,7 +79,7 @@ udev/libsane.rules: $(wildcard ${top_srcdir}/doc/descriptions/*.desc) $(wildcard
|
||||
-d 0 > $@
|
||||
|
||||
hal/libsane.fdi: $(wildcard ${top_srcdir}/doc/descriptions/*.desc) $(wildcard ${top_srcdir}/doc/descriptions-external/*.desc) sane-desc
|
||||
- @./sane-desc -m hal -s ${top_srcdir}/doc/descriptions:${top_srcdir}/doc/descriptions-external \
|
||||
+ @./sane-desc -m hal-new -s ${top_srcdir}/doc/descriptions:${top_srcdir}/doc/descriptions-external \
|
||||
-d 0 > $@
|
||||
|
||||
sane-backends.pc: $(top_builddir)/config.status
|
||||
diff --git a/tools/hal/libsane-policy.fdi b/tools/hal/libsane-policy.fdi
|
||||
new file mode 100644
|
||||
index 0000000..2ac8211
|
||||
--- /dev/null
|
||||
+++ b/tools/hal/libsane-policy.fdi
|
||||
@@ -0,0 +1,11 @@
|
||||
+<?xml version="1.0" encoding="UTF-8"?>
|
||||
+<deviceinfo version="0.2">
|
||||
+ <device>
|
||||
+ <match key="info.subsystem" string="usb">
|
||||
+ <!-- The following rule will disable autosuspend for USB scanner devices -->
|
||||
+ <match key="info.capabilities" contains="scanner">
|
||||
+ <append key="info.callouts.add" type="strlist">hal-usb-scanner-add</append>
|
||||
+ </match>
|
||||
+ </match>
|
||||
+ </device>
|
||||
+</deviceinfo>
|
||||
diff --git a/tools/sane-desc.c b/tools/sane-desc.c
|
||||
index 600ab03..c317700 100644
|
||||
--- a/tools/sane-desc.c
|
||||
+++ b/tools/sane-desc.c
|
||||
@@ -3667,7 +3667,6 @@ print_hal (int new)
|
||||
printf (" -->\n");
|
||||
printf (" <match key=\"usb.product_id\" int=\"%s\">\n", usbid->usb_product_id);
|
||||
printf (" <append key=\"info.capabilities\" type=\"strlist\">scanner</append>\n");
|
||||
- printf (" <merge key=\"scanner.access_method\" type=\"string\">proprietary</merge>\n");
|
||||
printf (" </match>\n");
|
||||
|
||||
usbid = usbid->next;
|
@ -1,50 +0,0 @@
|
||||
commit ee76c5d6d430c6e6849142ca5afede5461b1ae50
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Tue Jun 16 17:03:38 2009 +0200
|
||||
|
||||
patch: man-utf8
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit 6f8033d184f19fd93b00373fa9a325b3ccaafe57
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Tue Jun 16 16:30:38 2009 +0200
|
||||
|
||||
recode to UTF-8
|
||||
|
||||
diff --git a/doc/sane-hpljm1005.man b/doc/sane-hpljm1005.man
|
||||
index af6588f..cef2f8d 100644
|
||||
--- a/doc/sane-hpljm1005.man
|
||||
+++ b/doc/sane-hpljm1005.man
|
||||
@@ -34,4 +34,4 @@ support dynamic loading).
|
||||
.BR sane\-usb (5),
|
||||
|
||||
.SH AUTHOR
|
||||
-Philippe Rétornaz <couriousous@mandriva.org>
|
||||
+Philippe Rétornaz <couriousous@mandriva.org>
|
||||
diff --git a/doc/sane-lexmark.man b/doc/sane-lexmark.man
|
||||
index e44270c..83d45c4 100644
|
||||
--- a/doc/sane-lexmark.man
|
||||
+++ b/doc/sane-lexmark.man
|
||||
@@ -138,7 +138,7 @@ sane\-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
|
||||
The backend was originaly written by Fred Odendaal.
|
||||
.I http://ca.geocities.com/freshshelf@rogers.com/
|
||||
.TP
|
||||
-The new version is currently developped by StÃphane Voltz.
|
||||
+The new version is currently developped by Stéphane Voltz.
|
||||
.I http://stef.dev.free.fr/sane/lexmark
|
||||
.SH "CREDITS"
|
||||
.TP
|
||||
diff --git a/doc/sane-rts8891.man b/doc/sane-rts8891.man
|
||||
index 6173a24..cffdc72 100644
|
||||
--- a/doc/sane-rts8891.man
|
||||
+++ b/doc/sane-rts8891.man
|
||||
@@ -149,7 +149,7 @@ sane\-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
|
||||
|
||||
.SH "AUTHOR"
|
||||
.TP
|
||||
-This backend has been developped by Stéphane Voltz.
|
||||
+This backend has been developped by Stéphane Voltz.
|
||||
.I http://stef.dev.free.fr/sane/rts8891
|
||||
.SH "CREDITS"
|
||||
.TP
|
@ -1,69 +0,0 @@
|
||||
commit fe1456e2431a3b8bd27aadc5bbc6998ebc8cd00c
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Mon Aug 31 16:38:23 2009 +0200
|
||||
|
||||
patch: rpath
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit c37206c9fa724e19f6929d8a77e5399ca6b87f1f
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Mon Aug 31 16:34:42 2009 +0200
|
||||
|
||||
fix --enable-rpath
|
||||
|
||||
commit be2982b2d1ae4d889b4cecec289336b4b03579aa
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Tue Jun 2 16:12:23 2009 +0200
|
||||
|
||||
add --enable-rpath to configure.in
|
||||
|
||||
make using runtime library search path configurable
|
||||
|
||||
diff --git a/acinclude.m4 b/acinclude.m4
|
||||
index 6413b60..b2bb065 100644
|
||||
--- a/acinclude.m4
|
||||
+++ b/acinclude.m4
|
||||
@@ -383,19 +383,29 @@ dnl
|
||||
|
||||
AC_DEFUN([SANE_LINKER_RPATH],
|
||||
[dnl AC_REQUIRE([AC_SUBST])dnl This line resulted in an empty AC_SUBST() !!
|
||||
- AC_CACHE_CHECK([linker parameter to set runtime link path], my_cv_LINKER_RPATH,
|
||||
- [my_cv_LINKER_RPATH=
|
||||
- case "$host_os" in
|
||||
- linux* | freebsd* | netbsd* | openbsd* | irix*)
|
||||
- # I believe this only works with GNU ld [pere 2001-04-16]
|
||||
- my_cv_LINKER_RPATH="-Wl,-rpath,"
|
||||
- ;;
|
||||
- solaris*)
|
||||
- my_cv_LINKER_RPATH="-R "
|
||||
- ;;
|
||||
- esac
|
||||
- ])
|
||||
- LINKER_RPATH="$my_cv_LINKER_RPATH"
|
||||
+ AC_MSG_CHECKING([whether runtime link path should be used])
|
||||
+ AC_ARG_ENABLE([rpath],
|
||||
+ [AS_HELP_STRING([--enable-rpath],
|
||||
+ [use runtime library search path @<:@default=yes@:>@])])
|
||||
+
|
||||
+ LINKER_RPATH=
|
||||
+ AS_IF([test "x$enable_rpath" != xno],
|
||||
+ AC_MSG_RESULT([yes])
|
||||
+ [AC_CACHE_CHECK([linker parameter to set runtime link path], my_cv_LINKER_RPATH,
|
||||
+ [my_cv_LINKER_RPATH=
|
||||
+ case "$host_os" in
|
||||
+ linux* | freebsd* | netbsd* | openbsd* | irix*)
|
||||
+ # I believe this only works with GNU ld [pere 2001-04-16]
|
||||
+ my_cv_LINKER_RPATH="-Wl,-rpath,"
|
||||
+ ;;
|
||||
+ solaris*)
|
||||
+ my_cv_LINKER_RPATH="-R "
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ])
|
||||
+ LINKER_RPATH="$my_cv_LINKER_RPATH"],
|
||||
+ [AC_MSG_RESULT([no])
|
||||
+ LINKER_RPATH=])
|
||||
AC_SUBST(LINKER_RPATH)dnl
|
||||
])
|
||||
|
@ -1,75 +0,0 @@
|
||||
commit 9ba88134bd6d296ccbcf253c6ade3e646dc286b9
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Thu Oct 22 17:05:30 2009 +0200
|
||||
|
||||
patch: udev
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit a7541ac649bea3f352a249dfc569f3bc18b5a968
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Thu Oct 22 17:02:52 2009 +0200
|
||||
|
||||
don't set owner, group or mode
|
||||
|
||||
setting owner, group or mode may interfere with setting ACLs
|
||||
|
||||
commit e385558cf214d263af93147995f1f8b729d2dabe
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Thu Oct 22 14:19:53 2009 +0200
|
||||
|
||||
fix device file ownership and mode
|
||||
|
||||
commit fe874d6f9873598e8bcd9201508bc2c89365e821
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Thu Oct 22 11:16:16 2009 +0200
|
||||
|
||||
adapt generated udev rules for Fedora
|
||||
|
||||
diff --git a/tools/sane-desc.c b/tools/sane-desc.c
|
||||
index c317700..2a410b2 100644
|
||||
--- a/tools/sane-desc.c
|
||||
+++ b/tools/sane-desc.c
|
||||
@@ -56,9 +56,9 @@
|
||||
#define COLOR_NEW "\"#F00000\""
|
||||
#define COLOR_UNKNOWN "\"#000000\""
|
||||
|
||||
-#define DEVMODE "0664"
|
||||
+#define DEVMODE "0644"
|
||||
#define DEVOWNER "root"
|
||||
-#define DEVGROUP "scanner"
|
||||
+#define DEVGROUP "root"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
# define PATH_MAX 1024
|
||||
@@ -3475,8 +3475,8 @@ print_udev (void)
|
||||
}
|
||||
}
|
||||
printf ("\n");
|
||||
- printf ("ATTR{idVendor}==\"%s\", ATTR{idProduct}==\"%s\", MODE=\"%s\", GROUP=\"%s\", ENV{libsane_matched}=\"yes\"\n",
|
||||
- usbid->usb_vendor_id + 2, usbid->usb_product_id + 2, DEVMODE, DEVGROUP);
|
||||
+ printf ("ATTR{idVendor}==\"%s\", ATTR{idProduct}==\"%s\", ENV{libsane_matched}=\"yes\"\n",
|
||||
+ usbid->usb_vendor_id + 2, usbid->usb_product_id + 2);
|
||||
usbid = usbid->next;
|
||||
}
|
||||
|
||||
@@ -3488,7 +3488,7 @@ print_udev (void)
|
||||
printf ("SUBSYSTEMS!=\"scsi\", GOTO=\"libsane_scsi_rules_end\"\n\n");
|
||||
printf ("LABEL=\"libsane_scsi_rules_begin\"\n");
|
||||
printf ("# Generic: SCSI device type 6 indicates a scanner\n");
|
||||
- printf ("KERNEL==\"sg[0-9]*\", NAME=\"%%k\", ATTRS{type}==\"6\", MODE=\"%s\", GROUP=\"%s\"\n", DEVMODE, DEVGROUP);
|
||||
+ printf ("KERNEL==\"sg[0-9]*\", ATTRS{type}==\"6\", ENV{libsane_matched}=\"yes\"\n");
|
||||
printf ("# Some scanners advertise themselves as SCSI device type 3\n");
|
||||
|
||||
while (scsiid)
|
||||
@@ -3521,8 +3521,8 @@ print_udev (void)
|
||||
}
|
||||
}
|
||||
printf ("\n");
|
||||
- printf ("KERNEL==\"sg[0-9]*\", NAME=\"%%k\", ATTRS{type}==\"3\", ATTRS{vendor}==\"%s\", ATTRS{model}==\"%s\", MODE=\"%s\", GROUP=\"%s\"\n",
|
||||
- scsiid->scsi_vendor_id, scsiid->scsi_product_id, DEVMODE, DEVGROUP);
|
||||
+ printf ("KERNEL==\"sg[0-9]*\", ATTRS{type}==\"3\", ATTRS{vendor}==\"%s\", ATTRS{model}==\"%s\", ENV{libsane_matched}=\"yes\"\n",
|
||||
+ scsiid->scsi_vendor_id, scsiid->scsi_product_id);
|
||||
scsiid = scsiid->next;
|
||||
}
|
||||
printf ("LABEL=\"libsane_scsi_rules_end\"\n\n");
|
166
sane-backends-1.0.21-automake.patch
Normal file
166
sane-backends-1.0.21-automake.patch
Normal file
@ -0,0 +1,166 @@
|
||||
diff -up sane-backends-1.0.21/backend/Makefile.in.automake sane-backends-1.0.21/backend/Makefile.in
|
||||
--- sane-backends-1.0.21/backend/Makefile.in.automake 2010-05-05 13:27:58.924821528 +0200
|
||||
+++ sane-backends-1.0.21/backend/Makefile.in 2010-05-05 13:28:43.237080981 +0200
|
||||
@@ -4720,7 +4720,8 @@ install-firmware-path:
|
||||
done
|
||||
|
||||
install-lockpath:
|
||||
- $(mkinstalldirs) -m 775 -g $(LOCKPATH_GROUP) $(DESTDIR)$(locksanedir)
|
||||
+ $(mkinstalldirs) -m 775 -g $(LOCKPATH_GROUP) $(DESTDIR)$(locksanedir) || \
|
||||
+ $(mkinstalldirs) -m 775 $(DESTDIR)$(locksanedir)
|
||||
|
||||
uninstall-hook:
|
||||
rm -rf $(DESTDIR)$(libdir)/sane $(DESTDIR)$(configdir) $(DESTDIR)$(locksanedir)
|
||||
diff -up sane-backends-1.0.21/tools/Makefile.in.automake sane-backends-1.0.21/tools/Makefile.in
|
||||
--- sane-backends-1.0.21/tools/Makefile.in.automake 2010-05-05 13:28:20.439822508 +0200
|
||||
+++ sane-backends-1.0.21/tools/Makefile.in 2010-05-05 13:28:43.886070205 +0200
|
||||
@@ -16,6 +16,7 @@
|
||||
@SET_MAKE@
|
||||
|
||||
|
||||
+
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -50,7 +51,8 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/m
|
||||
CONFIG_HEADER = $(top_builddir)/include/sane/config.h
|
||||
CONFIG_CLEAN_FILES = sane-config sane-backends.pc
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
|
||||
+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
|
||||
+ "$(DESTDIR)$(pkgconfigdir)"
|
||||
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
|
||||
am_gamma4scanimage_OBJECTS = gamma4scanimage.$(OBJEXT)
|
||||
gamma4scanimage_OBJECTS = $(am_gamma4scanimage_OBJECTS)
|
||||
@@ -105,6 +107,7 @@ SOURCES = $(gamma4scanimage_SOURCES) $(s
|
||||
$(sane_find_scanner_SOURCES) $(umax_pp_SOURCES)
|
||||
DIST_SOURCES = $(gamma4scanimage_SOURCES) $(sane_desc_SOURCES) \
|
||||
$(sane_find_scanner_SOURCES) $(umax_pp_SOURCES)
|
||||
+DATA = $(pkgconfig_DATA)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
@@ -274,6 +277,8 @@ top_srcdir = @top_srcdir@
|
||||
AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
+SUFFIXES = .pc.in .pc
|
||||
+pkgconfigdir = ${libdir}/pkgconfig
|
||||
@CROSS_COMPILING_FALSE@HOTPLUG = hal/libsane.fdi hotplug/libsane.usermap hotplug-ng/libsane.db \
|
||||
@CROSS_COMPILING_FALSE@ udev/libsane.rules
|
||||
|
||||
@@ -286,9 +291,10 @@ bin_SCRIPTS = sane-config
|
||||
noinst_SCRIPTS = $(HOTPLUG)
|
||||
BUILT_SOURCES = $(HOTPLUG_DIR)
|
||||
CLEANFILES = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS)
|
||||
+pkgconfig_DATA = sane-backends.pc
|
||||
EXTRA_DIST = check-po.awk libtool-get-dll-ext mustek600iin-off.c \
|
||||
- RenSaneDlls.cmd README xerox hotplug/README \
|
||||
- hotplug/libusbscanner hotplug-ng/README \
|
||||
+ RenSaneDlls.cmd README xerox sane-backends.pc.in \
|
||||
+ hotplug/README hotplug/libusbscanner hotplug-ng/README \
|
||||
hotplug-ng/libsane.hotplug openbsd/attach openbsd/detach
|
||||
sane_find_scanner_SOURCES = sane-find-scanner.c check-usb-chip.c \
|
||||
../backend/sane_strstatus.c
|
||||
@@ -307,7 +313,7 @@ all: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||||
|
||||
.SUFFIXES:
|
||||
-.SUFFIXES: .c .lo .o .obj
|
||||
+.SUFFIXES: .pc.in .pc .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
@@ -523,6 +529,26 @@ mostlyclean-libtool:
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
+install-pkgconfigDATA: $(pkgconfig_DATA)
|
||||
+ @$(NORMAL_INSTALL)
|
||||
+ test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
|
||||
+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
||||
+ for p in $$list; do \
|
||||
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
+ echo "$$d$$p"; \
|
||||
+ done | $(am__base_list) | \
|
||||
+ while read files; do \
|
||||
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
|
||||
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
|
||||
+ done
|
||||
+
|
||||
+uninstall-pkgconfigDATA:
|
||||
+ @$(NORMAL_UNINSTALL)
|
||||
+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
||||
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
+ test -n "$$files" || exit 0; \
|
||||
+ echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
|
||||
+ cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
@@ -609,9 +635,9 @@ distdir: $(DISTFILES)
|
||||
check-am: all-am
|
||||
check: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) check-am
|
||||
-all-am: Makefile $(PROGRAMS) $(SCRIPTS)
|
||||
+all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
|
||||
installdirs:
|
||||
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \
|
||||
+ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: $(BUILT_SOURCES)
|
||||
@@ -665,7 +691,7 @@ info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am:
|
||||
+install-data-am: install-pkgconfigDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
@@ -711,7 +737,8 @@ ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
-uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
|
||||
+uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
|
||||
+ uninstall-pkgconfigDATA
|
||||
|
||||
.MAKE: all check install install-am install-strip
|
||||
|
||||
@@ -723,14 +750,19 @@ uninstall-am: uninstall-binPROGRAMS unin
|
||||
install-binSCRIPTS install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
- install-pdf install-pdf-am install-ps install-ps-am \
|
||||
- install-strip installcheck installcheck-am installdirs \
|
||||
- maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
||||
- pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
||||
- uninstall-binPROGRAMS uninstall-binSCRIPTS
|
||||
+ install-pdf install-pdf-am install-pkgconfigDATA install-ps \
|
||||
+ install-ps-am install-strip installcheck installcheck-am \
|
||||
+ installdirs maintainer-clean maintainer-clean-generic \
|
||||
+ mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||
+ mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||
+ uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \
|
||||
+ uninstall-pkgconfigDATA
|
||||
|
||||
|
||||
+.pc.in.pc:
|
||||
+ cd $(top_builddir) \
|
||||
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
+
|
||||
# When build directory is not same as source directory then any
|
||||
# subdirectories that targets use must be manually created (under
|
||||
# the build directory that is).
|
||||
@@ -755,6 +787,8 @@ hal/libsane.fdi: $(wildcard ${top_srcdir
|
||||
@./sane-desc -m hal -s ${top_srcdir}/doc/descriptions:${top_srcdir}/doc/descriptions-external \
|
||||
-d 0 > $@
|
||||
|
||||
+sane-backends.pc: $(top_builddir)/config.status
|
||||
+
|
||||
clean-local:
|
||||
rm -f $(HOTPLUG)
|
||||
|
639
sane-backends-1.0.21-docs-utf8.patch
Normal file
639
sane-backends-1.0.21-docs-utf8.patch
Normal file
@ -0,0 +1,639 @@
|
||||
From ad6d50c9e6cab61dbe027a2ab176a37cd6dd2289 Mon Sep 17 00:00:00 2001
|
||||
From: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed, 5 May 2010 13:11:58 +0200
|
||||
Subject: [PATCH] patch: docs-utf8
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit b2161eec3aaca96c497108c644fd82af78a81b24
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed May 5 13:11:19 2010 +0200
|
||||
|
||||
convert some doc files to UTF-8
|
||||
---
|
||||
AUTHORS | 20 +++---
|
||||
ChangeLog | 116 +++++++++++++++++-----------------
|
||||
NEWS | 2 +-
|
||||
doc/descriptions.txt | 2 +-
|
||||
doc/gt68xx/gt68xx.CHANGES | 2 +-
|
||||
doc/mustek/mustek.CHANGES | 2 +-
|
||||
doc/plustek/Plustek-PARPORT-TODO.txt | 2 +-
|
||||
doc/plustek/Plustek-PARPORT.txt | 2 +-
|
||||
doc/plustek/Plustek-USB.txt | 2 +-
|
||||
doc/u12/U12.changes | 2 +-
|
||||
doc/u12/U12.todo | 2 +-
|
||||
11 files changed, 77 insertions(+), 77 deletions(-)
|
||||
|
||||
diff --git a/AUTHORS b/AUTHORS
|
||||
index f976422..8286bcb 100644
|
||||
--- a/AUTHORS
|
||||
+++ b/AUTHORS
|
||||
@@ -9,7 +9,7 @@ Java API:
|
||||
Backends:
|
||||
|
||||
abaton: David Huggins-Daines
|
||||
- agfafocus: Karl Anders Øygard
|
||||
+ agfafocus: Karl Anders Øygard
|
||||
apple: Milon Firikis
|
||||
artec: Chris Pinkham
|
||||
artec_eplus48u:Sergey Vlasov, Andreas Nowack, David Stevenson, and
|
||||
@@ -38,7 +38,7 @@ Backends:
|
||||
fujitsu: Randolph Bentson, Frederik Ramm, Oliver Schirrmeister (*),
|
||||
m. allan noah (*)
|
||||
gphoto2: Peter Fales (*)
|
||||
- genesys: Henning Geinitz (*), Gerhard Jaeger (*), Stéphane Voltz (*),
|
||||
+ genesys: Henning Geinitz (*), Gerhard Jaeger (*), Stéphane Voltz (*),
|
||||
Pierre Willenbrock (*)
|
||||
gt68xx: Sergey Vlasov, Andreas Nowack, David Stevenson, and
|
||||
Henning Geinitz (*)
|
||||
@@ -51,11 +51,11 @@ Backends:
|
||||
Frank Zago, Henning Geinitz (*)
|
||||
hp5400: Martijn van Oosterhout, Thomas Soumarmon (*)
|
||||
hp5590: Ilia Sotnikov (*)
|
||||
- hpljm1005: Philippe Rétornaz
|
||||
+ hpljm1005: Philippe Rétornaz
|
||||
hs2p: Jeremy Johnson
|
||||
ibm: M.F., Henning Geinitz (*)
|
||||
leo: Frank Zago (*)
|
||||
- lexmark: Fred Odendaal, Stéphane Voltz (*)
|
||||
+ lexmark: Fred Odendaal, Stéphane Voltz (*)
|
||||
ma1509: Henning Geinitz (*)
|
||||
matsushita: Frank Zago (*)
|
||||
microtek: Matthew Marjanovic (*)
|
||||
@@ -68,7 +68,7 @@ Backends:
|
||||
nec: Kazuya Fukuda (*)
|
||||
net: Andreas Beck, David Mosberger, Julien Blache (*)
|
||||
niash: Ullrich Sigwanz (*), Bertrik Sikken
|
||||
- p5: Stéphane Voltz (*)
|
||||
+ p5: Stéphane Voltz (*)
|
||||
pie: Simon Munton (*)
|
||||
pint: Gordon Matzigkeit
|
||||
pixma: Wittawat Yamwong (*)
|
||||
@@ -83,7 +83,7 @@ Backends:
|
||||
despeckling filter by Patrick Reynolds,
|
||||
B&W fixes by Andrew Kuchling
|
||||
ricoh: Feico W. Dillema
|
||||
- rts8891: Stéphane Voltz (*)
|
||||
+ rts8891: Stéphane Voltz (*)
|
||||
s9036: Ingo Schneider
|
||||
sceptre: Frank Zago (*)
|
||||
sharp: Kazuya Fukuda (*) and Abel Deuring (*)
|
||||
@@ -101,7 +101,7 @@ Backends:
|
||||
test: Henning Geinitz (*)
|
||||
u12: Gerhard Jaeger (*)
|
||||
umax: Oliver Rauch (*) and Michael K. Johnson
|
||||
- umax_pp: Stéphane Voltz (*)
|
||||
+ umax_pp: Stéphane Voltz (*)
|
||||
umax1220u: Marcio L. Teixeira, Patrick Lessard
|
||||
v4l: Juergen G. Schimmer, and Henning Geinitz (*)
|
||||
xerox_mfp: Alex Belkin (*)
|
||||
@@ -111,7 +111,7 @@ Frontends:
|
||||
jscanimage: Jeff Freedman and Guido Muesch
|
||||
saned: Andreas Beck, David Mosberger, Julien Blache (*)
|
||||
scanimage: Andreas Beck, David Mosberger, Gordon Matzigkeit,
|
||||
- m. allan noah (*), Julien Blache (*), Stéphane Voltz (*)
|
||||
+ m. allan noah (*), Julien Blache (*), Stéphane Voltz (*)
|
||||
tstbackend: Frank Zago (*)
|
||||
|
||||
Sanei internal code:
|
||||
@@ -188,7 +188,7 @@ Jon Chambers <jon@jon.demon.co.uk>
|
||||
Jonathan Bravo Lopez <jkdsoft@gmail.com>
|
||||
Juergen G. Schimmer <schimmi@nbgm.siemens.de>
|
||||
Julien Blache <jb@jblache.org>
|
||||
-Karl Anders Øygard <karlo@opera.no>
|
||||
+Karl Anders Øygard <karlo@opera.no>
|
||||
Karl Heinz Kremer <khk@khk.net>
|
||||
Karsten Festag <karsten.festag@gmx.de>
|
||||
Kazuhiro Sasayama <kaz@hypercore.co.jp>
|
||||
@@ -230,7 +230,7 @@ Sebastien Sable <Sebastien.Sable@snv.jussieu.fr>
|
||||
Sergey Vlasov <vsu@altlinux.ru>
|
||||
Simon Krix <kinsei@users.sourceforge.net>
|
||||
Simon Munton <simon@munton.demon.co.uk>
|
||||
-Stéphane Voltz <stef.dev@free.fr>
|
||||
+Stéphane Voltz <stef.dev@free.fr>
|
||||
Thomas Soumarmon <soumarmt@nerim.net>
|
||||
Tom Martone <tom@martoneconsulting.com>
|
||||
Tom Wang <tom.wang@mustek.com.tw>
|
||||
diff --git a/ChangeLog b/ChangeLog
|
||||
index 6c2ccd2..ccdb6ce 100644
|
||||
--- a/ChangeLog
|
||||
+++ b/ChangeLog
|
||||
@@ -44,7 +44,7 @@
|
||||
Add u_short to complete definition of u_* types which
|
||||
helps out ming when we define _BSDTYPES_DEFINED.
|
||||
|
||||
-2010-03-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/p5.c backend/p5_device.[ch] backend/genesys_gl646.c:
|
||||
replace u_int8_t and u_int16_t by uint8_t and uint16_t
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
2010-04-02 Chris Bagwell <chris at cnpbagwell dot com>
|
||||
* po/Makefile.am: Remove unneeded distclean-local target.
|
||||
|
||||
-2010-03-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/kvs1025.c: compile fix
|
||||
|
||||
2010-03-25 m. allan noah <kitno455 at gmail dot com>
|
||||
@@ -76,7 +76,7 @@
|
||||
* doc/descriptions/kvs1025.desc, doc/sane-kvs1025.man: update docs
|
||||
* backend/dll.conf.in, configure, configure.in: enable kvs1025 backend
|
||||
|
||||
-2010-03-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/rts8891.c: change register 0x11 settings for sensor type 1
|
||||
|
||||
2010-03-15 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||
@@ -84,41 +84,41 @@
|
||||
pixma: fix color shifts for MP990 up to 2400 dpi
|
||||
updated and reorderd descs for several models.
|
||||
|
||||
-2010-03-15 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-15 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.[ch] backend/genesys_devices.c backend/genesys_low.h
|
||||
backend/genesys_gl646.[ch] backend/genesys_gl841.c: full transparency
|
||||
adaptor support for gl646 based scanners
|
||||
|
||||
-2010-03-11 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-11 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/rts8891.c: further register tweaking for 600 dpi scans
|
||||
|
||||
-2010-03-11 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-11 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/lexmark.c: minor bugfix when assigning possible dpi list
|
||||
|
||||
-2010-03-07 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-07 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/rts8891.c: tweak register settings at 600 dpi for HP4470
|
||||
|
||||
-2010-03-05 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-05 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/rts8891.c: fix HP4470 sensor detection
|
||||
|
||||
-2010-03-04 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-04 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/rts8891.c backend/rts8891.h: add debug traces for sensor
|
||||
type handling
|
||||
|
||||
-2010-03-04 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-04 Stéphane Voltz <stef.dev at free.fr>
|
||||
* doc/desc/genesys.desc: fix HP2400/G2410 USB id, update HP3670
|
||||
status
|
||||
|
||||
-2010-03-01 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-01 Stéphane Voltz <stef.dev at free.fr>
|
||||
* doc/sane-p5.man doc/sane-umax_pp.man doc/sane-rts8891.man
|
||||
doc/sane-lexmark.man: fix author name accentuation and capitalization
|
||||
|
||||
-2010-03-01 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-03-01 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_gl646.c
|
||||
backend/genesys_devices.h: enable warming up and calibration cache
|
||||
for HP3670
|
||||
|
||||
-2010-02-28 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-02-28 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_devices.c backend/genesys_gl646.c
|
||||
backend/genesys_gl646.h: tune HP2400/G2410 settings
|
||||
|
||||
@@ -133,15 +133,15 @@
|
||||
add S1500M entry by Harald Weis
|
||||
* tools/sane-desc.c: Condense warnings about half-baked .desc files
|
||||
|
||||
-2010-02-27 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-02-27 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_devices.c backend/genesys_gl646.c
|
||||
backend/genesys_gl646.h: final work for HP3670 full support
|
||||
|
||||
-2010-02-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-02-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_gl646.c: fix regression for gl646 CCD scanners due
|
||||
to incorrect color filter setting.
|
||||
|
||||
-2010-02-23 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-02-23 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_devices.c backend/genesys_gl646.c
|
||||
backend/genesys_gl646.h: XP200 calibration rework. Some HP3670
|
||||
improvements.
|
||||
@@ -153,12 +153,12 @@
|
||||
2010-02-22 Julien Blache <jb@jblache.org>
|
||||
* doc/descriptions-external/epkowa.desc: Updated for iscan 2.24.0.
|
||||
|
||||
-2010-02-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-02-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_devices.c backend/genesys_gl646.c
|
||||
backend/genesys_gl646.h backend/genesys_low.h: buttons and basic XPA
|
||||
support for HP3670.
|
||||
|
||||
-2010-02-15 Stéphane Voltz <stef.dev at free.fr>
|
||||
+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
|
||||
@@ -180,10 +180,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 at 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 at 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
|
||||
@@ -224,7 +224,7 @@
|
||||
- clean #include lines
|
||||
* doc/sane.man: add missing backends
|
||||
|
||||
-2010-02-10 Stéphane Voltz <stef.dev ar free.fr>
|
||||
+2010-02-10 Stéphane Voltz <stef.dev ar free.fr>
|
||||
* doc/descriptions/genesys.desc: added G2410
|
||||
|
||||
2010-02-10 m. allan noah <kitno455 at gmail dot com>
|
||||
@@ -243,25 +243,25 @@
|
||||
backend/epjitsu.conf.in:
|
||||
- cleanup #include lines, copyrights, manual, and supported scanners.
|
||||
|
||||
-2010-02-08 Stéphane Voltz <stef.dev ar free.fr>
|
||||
+2010-02-08 Stéphane Voltz <stef.dev ar free.fr>
|
||||
* backend/genesys.c backend/genesys.h backend/genesys_conv.c
|
||||
backend/genesys_devices.c backend/genesys_gl646.c
|
||||
backend/genesys_gl646.h: working uncalibrated 150/300 dpi modes for
|
||||
HP3670. Enable custom gamma for gl841 based scanners. Turned dynamic
|
||||
line-art to be default.
|
||||
|
||||
-2010-02-03 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-02-03 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_conv.c: add safeguards when doing gray normalization
|
||||
|
||||
2010-02-02 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||
* doc/sane-pixma.man, doc/descriptions/pixma.desc:
|
||||
pixma: updated docs for supported model ImageCLASS MF4350d.
|
||||
|
||||
-2010-01-31 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-01-31 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_conv.c: normalize gray data when doing dynamic
|
||||
lineart.
|
||||
|
||||
-2010-01-30 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-01-30 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.conf.in backend/genesys_devices.c
|
||||
doc/descriptions/genesys.desc doc/sane-genesys.man: add Xerox Travel
|
||||
Scanner 100, work by Andrey Loginov <avloginov@gmail.com>
|
||||
@@ -277,7 +277,7 @@
|
||||
it to create a semaphore id. The new code is less platform dependent
|
||||
and should also work on FreeBSD 8.0.
|
||||
|
||||
-2010-01-27 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-01-27 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys.h backend/genesys_conv.c
|
||||
backend/genesys_low.h backend/genesys_gl841.c: add dynamic lineart
|
||||
scanning based on epjitsu code by m. allan noah.
|
||||
@@ -287,25 +287,25 @@
|
||||
pixma: changes for cropped area enhancement, supplied by Christian Scholtz
|
||||
for generation 3+ devices.
|
||||
|
||||
-2010-01-19 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-01-19 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys.conf.in backend/genesys.h
|
||||
backend/genesys_conv.c backend/genesys_devices.c
|
||||
backend/genesys_gl646.c backend/genesys_gl841.c backend/genesys_low.h
|
||||
doc/descriptions/genesys.desc doc/sane-genesys.man: add Visioneer
|
||||
OneTouch 7100 (patch by Jack McGill). Add software lineart option.
|
||||
|
||||
-2010-01-17 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-01-17 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_gl646.c: gray shading calibration
|
||||
fix for CCD GL646 based scanners.
|
||||
|
||||
2010-01-17 Mattias Ellert <mattias.ellert@fysast.uu.se>
|
||||
* po/sane-backends.sv.po: Updated Swedish translations.
|
||||
|
||||
-2010-01-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-01-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_gl646.c: re-enable threshold
|
||||
option, fix wpl computing for HP2400
|
||||
|
||||
-2010-01-13 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2010-01-13 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_low.c backend/genesys_gl646.c
|
||||
backend/genesys_gl841.c doc/sane-genesys.man : add true gray scanning
|
||||
for CIS based scanners
|
||||
@@ -314,7 +314,7 @@
|
||||
* doc/sane-pixma.man, doc/descriptions/pixma.desc:
|
||||
pixma: updated documentation for MP490 and MP550 (supported models).
|
||||
|
||||
-2009-12-30 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-12-30 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/lexmark_low.c: improve init time debug messages
|
||||
|
||||
2009-12-26 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||
@@ -324,7 +324,7 @@
|
||||
2009-12-24 Julien Blache <jb@jblache.org>
|
||||
* frontend/saned.c: fix a bug in the standalone polling code.
|
||||
|
||||
-2009-12-05 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-12-05 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_gl841.c backend/genesys_low.h:
|
||||
fixed amount of bytes left to read at document end for gl841 based
|
||||
sheetfed scanners
|
||||
@@ -340,7 +340,7 @@
|
||||
pixma: bumped version, added compilation type debug message.
|
||||
updated doc and desc (support for MX330)
|
||||
|
||||
-2009-12-05 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-12-05 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_gl841.c backend/genesys_devices.c
|
||||
backend/genesys_low.h backend/genesys.conf.in
|
||||
document/descriptions/genesys.desc: add full support for
|
||||
@@ -351,18 +351,18 @@
|
||||
* backend/pixma_mp150.c:
|
||||
pixma: fix pixma backend bug for compilation with USE_PTHREAD/-lpthread
|
||||
|
||||
-2009-12-01 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-12-01 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_gl841.c: take amount of data in scanner's buffer
|
||||
into account when detecting end of document
|
||||
|
||||
-2009-11-30 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-30 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/gt68xx.c backend/gt68xx_high.c backend/gt68xx_high.h
|
||||
backend/gt68xx_low.h backend/gt68xx_gt6816.h backend/gt68xx_gt6816.c:
|
||||
implement request '0x59' which detects document presence for 6816. Add
|
||||
a sensor option to reports document presence, and test for document
|
||||
before scan for 6816 sheetfed scanners.
|
||||
|
||||
-2009-11-29 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-29 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/gt68xx.c backend/gt68xx_high.c backend/gt68xx_high.h:
|
||||
added 'clear calibration' button option and 'need calibration'
|
||||
sensor option.
|
||||
@@ -373,22 +373,22 @@
|
||||
pixma: fix pixma backend (end of scan), when compiled with USE_PTHREAD/-lpthread
|
||||
set support to complete for MP990 in documentation, as reported by Jean-Michel Poure.
|
||||
|
||||
-2009-11-28 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-28 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/gt68xx_generic.h backend/gt68xx_generic.c
|
||||
backend/gt68xx_low.h backend/gt68xx_high.c backend/gt68xx_high.h
|
||||
backend/gt68xx_devices.c backend/gt68xx.c
|
||||
doc/descriptions/gt68xx.desc: added sheetfed calibration
|
||||
|
||||
-2009-11-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_gl841.c: use only signed vars in
|
||||
gl841_detect_document_end with a few more debug traces
|
||||
|
||||
-2009-11-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.conf.in backend/genesys_gl841.c
|
||||
backend/genesys_devices.c: added docketport 467 model and add
|
||||
debug traces in gl841_detect_document_end
|
||||
|
||||
-2009-11-23 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-23 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/gt68xx_generic.h backend/gt68xx_generic.c
|
||||
backend/gt68xx.conf.in backend/gt68xx_low.h backend/gt68xx_high.c
|
||||
backend/gt68xx_devices.c backend/gt68xx.c: fixed gt6816 based sheetfed
|
||||
@@ -401,12 +401,12 @@
|
||||
pixma: updated Pixma MP250 status to supported. Changed desc status
|
||||
from good to complete for well supported models.
|
||||
|
||||
-2009-11-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.conf.in backend/genesys_gl841.c
|
||||
doc/descriptions/genesys.desc : applied fixes and status update from
|
||||
Jack McGill.
|
||||
|
||||
-2009-11-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-16 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_devices.c backend/genesys_gl646.c
|
||||
backend/genesys_gl841.c: add needed flags for DP485/487 and XP100
|
||||
scanners. Use different thresholds in strip detection function. Do
|
||||
@@ -415,9 +415,9 @@
|
||||
|
||||
2009-11-14 Julien Blache <jb@jblache.org>
|
||||
* doc/descriptions/epson.desc: add the Perfection636 SCSI scanner, from
|
||||
- Frédéric Brière <fbriere@fbriere.net>.
|
||||
+ Frédéric Brière <fbriere@fbriere.net>.
|
||||
|
||||
-2009-11-06 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-11-06 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys.h backend/genesys_devices.c
|
||||
backend/genesys_gl646.c backend/genesys_gl646.h backend/genesys_gl841.c
|
||||
backend/genesys_low.h doc/descriptions/genesys.desc
|
||||
@@ -465,7 +465,7 @@
|
||||
2009-10-03 Ilia Sotnikov <hostcc@gmail.com>
|
||||
* backend/epjitsu.c: use own private function instead of roundf()
|
||||
|
||||
-2009-10-02 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-10-02 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_gl646.c: honor GENESYS_NO_CALIBRATION device
|
||||
flag when setting registers for final scan
|
||||
|
||||
@@ -473,7 +473,7 @@
|
||||
* backend/hp3900_sane.c:
|
||||
fix bug 311991: "Bad option sizes let frontend (e.g. xsane) crash"
|
||||
|
||||
-2009-10-01 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-10-01 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/lexmark_low.c: fix a memleak in find_start_line(),
|
||||
check success of memory allocation after calloc()
|
||||
|
||||
@@ -562,15 +562,15 @@
|
||||
- support hardware based auto length detection
|
||||
* doc/descriptions/fujitsu.desc: various status and comment updates
|
||||
|
||||
-2009-08-07 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-08-07 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_gl646.c backend/genesys_devices.c:
|
||||
- small fixes for hp3670 support
|
||||
|
||||
-2009-08-05 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-08-05 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c:
|
||||
- fixed shading calibration for hp2300 when dpi <= 300
|
||||
|
||||
-2009-08-04 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-08-04 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_gl646.c backend/genesys_devices.c:
|
||||
- fixed document end detection for gl646 cis scanners
|
||||
- disable color filter fro gray mode for gl646 cis scanners
|
||||
@@ -579,7 +579,7 @@
|
||||
* doc/descriptions/pixma.desc, doc/sane-pixma.man:
|
||||
- pixma backend: few cosmetic documentation updates.
|
||||
|
||||
-2009-08-02 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-08-02 Stéphane Voltz <stef.dev at free.fr>
|
||||
* frontend/tstbackend.c: remove WARMING_UP_STATUS usage
|
||||
|
||||
2009-07-30 Jonathan Bravo Lopez <jkdsoft at gmail dot com>
|
||||
@@ -624,17 +624,17 @@
|
||||
2009-07-17 Alex Belkin <abc at telekom.ru>
|
||||
* backend/xerox_mfp.c: more sanity checking for debug mode.
|
||||
|
||||
-2009-07-15 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-07-15 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/lexmark.h: disable deep debugging
|
||||
|
||||
-2009-07-10 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-07-10 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.c backend/genesys_gl646.c backend/genesys_low.h
|
||||
backend/genesys_gl646.h backend/genesys_gl841.c
|
||||
backend/genesys_devices.c backend/genesys.h:
|
||||
- add shading calibration for sheetfed scanners
|
||||
- shading calibration fix for all gl646 based scanners
|
||||
|
||||
-2009-07-06 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-07-06 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/lexmark.c backend/lexmark.h backend/lexmark_low.h:
|
||||
do not use resolution higher than sensor resolution when doing
|
||||
calibation.
|
||||
@@ -682,7 +682,7 @@
|
||||
* backend/pixma_imageclass.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
|
||||
Added Canon imageCLASS D480 support to the pixma backend.
|
||||
|
||||
-2009-06-17 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-06-17 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/lexmark_low.c: f3/f4 registers assignement cleanup
|
||||
|
||||
2009-06-18 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||
@@ -699,7 +699,7 @@
|
||||
- remove old cancel() prototype
|
||||
- small sleep before clearing usb halt condition
|
||||
|
||||
-2009-06-17 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-06-17 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/lexmark_low.c: cleanups, better logging in is_home_line()
|
||||
and possible fix for bug #311862 by using f4 & f5 registers instead of
|
||||
f3 & f4
|
||||
@@ -733,7 +733,7 @@
|
||||
only when we were always compiling internal getopt() functions.
|
||||
Fix header filename.
|
||||
|
||||
-2009-06-09 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-06-09 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/lexmark.h backend/lexmark.c backend/lexmark_low.c:
|
||||
cleanups, better 'fake usb' and possible fix for bug #311862
|
||||
|
||||
@@ -796,10 +796,10 @@
|
||||
* backend/genesys_devices.c, backend/genesys_low.h:
|
||||
Add Pentax DSmobile 600, Syscan 485, DCT 487
|
||||
|
||||
-2009-05-18 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-05-18 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_gl646.h: fixed missing part of the include
|
||||
|
||||
-2009-05-13 Stéphane Voltz <stef.dev at free.fr>
|
||||
+2009-05-13 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys_gl646.c backend/genesys_gl646.h: created a
|
||||
genesys_gl646.h header file, moved all declarations from
|
||||
genesys_gl646.c to this file.
|
||||
diff --git a/NEWS b/NEWS
|
||||
index 2880407..3116d94 100644
|
||||
--- a/NEWS
|
||||
+++ b/NEWS
|
||||
@@ -448,7 +448,7 @@ New with 1.00:
|
||||
Supports "Scan 300/GS" and may work with "Scan 300/S" but the
|
||||
latter is untested.
|
||||
|
||||
-* New Agfa Focus backend (by Karl Anders Øygard)
|
||||
+* New Agfa Focus backend (by Karl Anders Øygard)
|
||||
Supports:
|
||||
o AGFA Focus GS (6 bit gray scale) (untested)
|
||||
o AGFA Focus Lineart (lineart) (untested)
|
||||
diff --git a/doc/descriptions.txt b/doc/descriptions.txt
|
||||
index c9eaad1..d4cab94 100644
|
||||
--- a/doc/descriptions.txt
|
||||
+++ b/doc/descriptions.txt
|
||||
@@ -84,7 +84,7 @@ Example: `:interface "SCSI USB IEEE-1394"'
|
||||
|
||||
`:usbid' defines the USB vendor and product ids of the device. It has two
|
||||
arguments which must be lower case hexadecimal (4 digits). The first one is the
|
||||
-USB vendor id, the second one the USB üproduct id. The keyword refers to the
|
||||
+USB vendor id, the second one the USB product id. The keyword refers to the
|
||||
previous `:model', is optional, and applicable for devices with :interface "USB"
|
||||
only, and should be used only once per model. The special parameter "ignore" can
|
||||
be used if no vendor or product ids are given intentionally, e.g. for a group of
|
||||
diff --git a/doc/gt68xx/gt68xx.CHANGES b/doc/gt68xx/gt68xx.CHANGES
|
||||
index f20fb54..43f2e85 100644
|
||||
--- a/doc/gt68xx/gt68xx.CHANGES
|
||||
+++ b/doc/gt68xx/gt68xx.CHANGES
|
||||
@@ -256,7 +256,7 @@ V 1.0-59 (2004-04-10)
|
||||
* Added Genius Colorpage Vivid4 to .conf file. Changed status to good. Added
|
||||
to man page.
|
||||
* Fixed black mark for Mustek BearPaw 2448 TA Plus. This one and the Mustek A3
|
||||
- fixes are from Jakub Dvo?ák <xdvorak@chello.cz>.
|
||||
+ fixes are from Jakub Dvořák <xdvorak@chello.cz>.
|
||||
* Status of BearPaw 2448 TA/CS Plus is "basic" now.
|
||||
|
||||
V 1.0-58 (2004-04-04)
|
||||
diff --git a/doc/mustek/mustek.CHANGES b/doc/mustek/mustek.CHANGES
|
||||
index 250f68f..b7c7e2b 100644
|
||||
--- a/doc/mustek/mustek.CHANGES
|
||||
+++ b/doc/mustek/mustek.CHANGES
|
||||
@@ -763,7 +763,7 @@ CHANGES for the SANE Mustek backend
|
||||
2000-06-04
|
||||
* changed (again) Paragon 12000 SP linedistance handling, now 1.02 uses
|
||||
normal LD corrections, all other use none. We'll see, if this works.
|
||||
- Thanks to Reinhard Günzel who helped to debug this.
|
||||
+ Thanks to Reinhard Günzel who helped to debug this.
|
||||
* fixed some long lines (>80 chars)
|
||||
|
||||
2000-06-03
|
||||
diff --git a/doc/plustek/Plustek-PARPORT-TODO.txt b/doc/plustek/Plustek-PARPORT-TODO.txt
|
||||
index c66de8a..94ef5f7 100644
|
||||
--- a/doc/plustek/Plustek-PARPORT-TODO.txt
|
||||
+++ b/doc/plustek/Plustek-PARPORT-TODO.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-Plustek-PARPORT-TODO.txt (2003-29-10) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
+Plustek-PARPORT-TODO.txt (2003-29-10) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
========================================================================
|
||||
|
||||
TODO (in general):
|
||||
diff --git a/doc/plustek/Plustek-PARPORT.txt b/doc/plustek/Plustek-PARPORT.txt
|
||||
index 333c2d8..e5b6097 100644
|
||||
--- a/doc/plustek/Plustek-PARPORT.txt
|
||||
+++ b/doc/plustek/Plustek-PARPORT.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-Plustek-PARPRORT.txt (2004-03-28) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
+Plustek-PARPRORT.txt (2004-03-28) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
====================================================================
|
||||
|
||||
|
||||
diff --git a/doc/plustek/Plustek-USB.txt b/doc/plustek/Plustek-USB.txt
|
||||
index 89dfecf..e1ee793 100644
|
||||
--- a/doc/plustek/Plustek-USB.txt
|
||||
+++ b/doc/plustek/Plustek-USB.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-Plustek-USB.txt (2005-08-08) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
+Plustek-USB.txt (2005-08-08) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
===============================================================
|
||||
|
||||
NOTE:
|
||||
diff --git a/doc/u12/U12.changes b/doc/u12/U12.changes
|
||||
index b13cf27..b6d008f 100644
|
||||
--- a/doc/u12/U12.changes
|
||||
+++ b/doc/u12/U12.changes
|
||||
@@ -1,4 +1,4 @@
|
||||
-U12.changes - Gerhard Jäger <gerhard@gjaeger.de>
|
||||
+U12.changes - Gerhard Jäger <gerhard@gjaeger.de>
|
||||
================================================
|
||||
|
||||
V 0.01-1 (2004-09-01)
|
||||
diff --git a/doc/u12/U12.todo b/doc/u12/U12.todo
|
||||
index 5eea402..f10216e 100644
|
||||
--- a/doc/u12/U12.todo
|
||||
+++ b/doc/u12/U12.todo
|
||||
@@ -1,4 +1,4 @@
|
||||
-U12.todo (2004-19-01) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
+U12.todo (2004-19-01) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
=========================================================
|
||||
|
||||
OPEN:
|
||||
--
|
||||
1.6.6.1
|
||||
|
47
sane-backends-1.0.21-epson-expression800.patch
Normal file
47
sane-backends-1.0.21-epson-expression800.patch
Normal file
@ -0,0 +1,47 @@
|
||||
From 305535e303032814b65bf6d889a95f00f08a9071 Mon Sep 17 00:00:00 2001
|
||||
From: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed, 5 May 2010 12:49:02 +0200
|
||||
Subject: [PATCH] patch: epson-expression800
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit 3b501d7499357438a1fbd63fefb2f977ae3051f5
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed May 5 12:14:23 2010 +0200
|
||||
|
||||
Improve Epson Expression 800
|
||||
|
||||
Epson Expression 800 models announce themselves as "processor", not
|
||||
"scanner".
|
||||
---
|
||||
doc/descriptions/epson.desc | 1 +
|
||||
doc/descriptions/epson2.desc | 1 +
|
||||
2 files changed, 2 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/doc/descriptions/epson.desc b/doc/descriptions/epson.desc
|
||||
index a22325c..55a0136 100644
|
||||
--- a/doc/descriptions/epson.desc
|
||||
+++ b/doc/descriptions/epson.desc
|
||||
@@ -174,6 +174,7 @@
|
||||
:model "Expression 800"
|
||||
:interface "SCSI"
|
||||
:status :complete
|
||||
+:scsi "EPSON" "Expression800" "processor"
|
||||
|
||||
:model "Expression 1600"
|
||||
:interface "SCSI USB IEEE-1394"
|
||||
diff --git a/doc/descriptions/epson2.desc b/doc/descriptions/epson2.desc
|
||||
index 9a14f4f..56cabcd 100644
|
||||
--- a/doc/descriptions/epson2.desc
|
||||
+++ b/doc/descriptions/epson2.desc
|
||||
@@ -241,6 +241,7 @@
|
||||
:model "Expression 800" ; command spec
|
||||
:interface "SCSI"
|
||||
:status :complete
|
||||
+:scsi "EPSON" "Expression800" "processor"
|
||||
:comment "overseas version of the GT-9600"
|
||||
|
||||
:model "Expression 836XL" ; command spec
|
||||
--
|
||||
1.6.6.1
|
||||
|
129
sane-backends-1.0.21-i18n.patch
Normal file
129
sane-backends-1.0.21-i18n.patch
Normal file
@ -0,0 +1,129 @@
|
||||
diff -Nur sane-backends-1.0.21/po/LINGUAS sane-backends-1.0.21.mod/po/LINGUAS
|
||||
--- sane-backends-1.0.21/po/LINGUAS 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ sane-backends-1.0.21.mod/po/LINGUAS 2010-04-27 03:38:23.000000000 -0400
|
||||
@@ -0,0 +1,21 @@
|
||||
+# List of languages
|
||||
+# try to keep this list ordered
|
||||
+bg
|
||||
+cs
|
||||
+da
|
||||
+de
|
||||
+en_GB
|
||||
+eo
|
||||
+es
|
||||
+fi
|
||||
+fr
|
||||
+gl
|
||||
+it
|
||||
+ja
|
||||
+nb
|
||||
+nl
|
||||
+pl
|
||||
+pt
|
||||
+ru
|
||||
+sv
|
||||
+uk
|
||||
diff -Nur sane-backends-1.0.21/po/POTFILES sane-backends-1.0.21.mod/po/POTFILES
|
||||
--- sane-backends-1.0.21/po/POTFILES 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ sane-backends-1.0.21.mod/po/POTFILES 2010-04-27 03:38:16.000000000 -0400
|
||||
@@ -0,0 +1,100 @@
|
||||
+# List of source files containing translatable strings
|
||||
+# paths relative to po
|
||||
+../include/sane/saneopts.h
|
||||
+../backend/sane_strstatus.c
|
||||
+
|
||||
+../backend/artec_eplus48u.c
|
||||
+
|
||||
+../backend/avision.h
|
||||
+
|
||||
+../backend/canon630u.c
|
||||
+../backend/canon.c
|
||||
+../backend/canon-sane.c
|
||||
+
|
||||
+../backend/canon_dr.c
|
||||
+../backend/canon_dr.h
|
||||
+
|
||||
+../backend/cardscan.c
|
||||
+../backend/cardscan.h
|
||||
+
|
||||
+../backend/epjitsu.c
|
||||
+../backend/epjitsu.h
|
||||
+
|
||||
+../backend/epson.c
|
||||
+../backend/epson.h
|
||||
+../backend/epson2.c
|
||||
+../backend/epson2.h
|
||||
+
|
||||
+../backend/fujitsu.c
|
||||
+../backend/fujitsu.h
|
||||
+
|
||||
+../backend/genesys.c
|
||||
+
|
||||
+../backend/kodak.c
|
||||
+../backend/kodak.h
|
||||
+
|
||||
+../backend/gt68xx.c
|
||||
+../backend/gt68xx_low.h
|
||||
+
|
||||
+../backend/hp3500.c
|
||||
+../backend/hp3900_sane.c
|
||||
+../backend/hp5400_sane.c
|
||||
+../backend/hp5590.c
|
||||
+../backend/hp-option.c
|
||||
+../backend/hp-option.h
|
||||
+
|
||||
+../backend/leo.c
|
||||
+../backend/leo.h
|
||||
+
|
||||
+../backend/lexmark.c
|
||||
+
|
||||
+../backend/ma1509.c
|
||||
+
|
||||
+../backend/matsushita.c
|
||||
+../backend/matsushita.h
|
||||
+
|
||||
+../backend/microtek2.c
|
||||
+../backend/microtek2.h
|
||||
+
|
||||
+../backend/mustek.c
|
||||
+../backend/mustek_usb.c
|
||||
+../backend/mustek_usb2.c
|
||||
+
|
||||
+../backend/niash.c
|
||||
+
|
||||
+../backend/pixma.c
|
||||
+../backend/pixma_sane_options.c
|
||||
+
|
||||
+../backend/plustek.c
|
||||
+../backend/plustek_pp.c
|
||||
+
|
||||
+../backend/pnm.c
|
||||
+
|
||||
+../backend/rts8891.c
|
||||
+
|
||||
+../backend/sceptre.c
|
||||
+../backend/sceptre.h
|
||||
+
|
||||
+../backend/sm3840.c
|
||||
+
|
||||
+../backend/snapscan.c
|
||||
+../backend/snapscan-options.c
|
||||
+
|
||||
+../backend/stv680.c
|
||||
+../backend/stv680.h
|
||||
+
|
||||
+../backend/teco1.c
|
||||
+../backend/teco1.h
|
||||
+../backend/teco2.c
|
||||
+../backend/teco2.h
|
||||
+../backend/teco3.c
|
||||
+../backend/teco3.h
|
||||
+
|
||||
+../backend/test.c
|
||||
+
|
||||
+../backend/u12.c
|
||||
+
|
||||
+../backend/umax1220u.c
|
||||
+../backend/umax.c
|
||||
+../backend/umax_pp.c
|
||||
+
|
29
sane-backends-1.0.21-man-encoding.patch
Normal file
29
sane-backends-1.0.21-man-encoding.patch
Normal file
@ -0,0 +1,29 @@
|
||||
From c9a244eed22ac3d199f1d65f2b6b07af87b2d7f2 Mon Sep 17 00:00:00 2001
|
||||
From: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed, 5 May 2010 11:57:17 +0200
|
||||
Subject: [PATCH] patch: man-encoding
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit 4fb60cad54201c2ff971050bf2e32e5b5eeccad5
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed May 5 11:56:05 2010 +0200
|
||||
|
||||
don't use ISO-8859-1 encoding
|
||||
---
|
||||
doc/sane-hpljm1005.man | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/doc/sane-hpljm1005.man b/doc/sane-hpljm1005.man
|
||||
index af6588f..ff1006a 100644
|
||||
--- a/doc/sane-hpljm1005.man
|
||||
+++ b/doc/sane-hpljm1005.man
|
||||
@@ -34,4 +34,4 @@ support dynamic loading).
|
||||
.BR sane\-usb (5),
|
||||
|
||||
.SH AUTHOR
|
||||
-Philippe Rétornaz <couriousous@mandriva.org>
|
||||
+Philippe R\['e]tornaz <couriousous@mandriva.org>
|
||||
--
|
||||
1.6.6.1
|
||||
|
@ -1,46 +1,40 @@
|
||||
commit e4a01aa9f45cd2420bed7a9131a6d0044c182a05
|
||||
From de99bb00b0084e8a1862398270278a14e099b22b Mon Sep 17 00:00:00 2001
|
||||
From: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed, 5 May 2010 13:23:40 +0200
|
||||
Subject: [PATCH] patch: pkgconfig
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit d615848c499842c5923c3274370d2536dc650916
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed Jun 17 13:10:47 2009 +0200
|
||||
Date: Fri Feb 26 17:51:14 2010 +0100
|
||||
|
||||
patch: pkgconfig
|
||||
pkgconfig file is data
|
||||
(cherry picked from commit 1f0e85c705a42c7e6ccd938eaad69f531c63f63d)
|
||||
|
||||
Squashed commit of the following:
|
||||
Signed-off-by: Nils Philippsen <nils@redhat.com>
|
||||
|
||||
commit 52ef5f47ccc0128c78ab3ad38ac7b7918dd7ac88
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed Jun 17 13:09:51 2009 +0200
|
||||
commit 119d5af1ddd82dac034d0106a1d86b6d7564f25e
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed Jun 17 13:09:51 2009 +0200
|
||||
|
||||
make sane-config multilib-aware on Linux
|
||||
(cherry picked from commit 52ef5f47ccc0128c78ab3ad38ac7b7918dd7ac88)
|
||||
|
||||
commit 7787640dd567b93dd0a458fd5fb662bb7b85ff36
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Fri Jun 5 12:55:39 2009 +0200
|
||||
Signed-off-by: Nils Philippsen <nils@redhat.com>
|
||||
|
||||
commit 7ee1cbef01d851aca95d86145ac5dda02d9e7354
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed May 5 10:22:15 2010 +0200
|
||||
|
||||
use pkg-config in sane-config
|
||||
---
|
||||
tools/Makefile.am | 14 ++++++++++-
|
||||
tools/sane-config.in | 66 ++++++++++++++++++++++++++++++++++++++-----------
|
||||
2 files changed, 64 insertions(+), 16 deletions(-)
|
||||
|
||||
diff --git a/configure.in b/configure.in
|
||||
index 126edbf..7199c44 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -161,6 +161,8 @@ AC_CHECK_HEADER(resmgr.h,[
|
||||
rsm_open_device,[
|
||||
AC_DEFINE(HAVE_RESMGR,1,[define if you have the resmgr library])
|
||||
LIBS="$LIBS -lresmgr"
|
||||
+ RESMGR_LIB="-lresmgr"
|
||||
+ AC_SUBST(RESMGR_LIB)
|
||||
]
|
||||
)
|
||||
])
|
||||
@@ -673,6 +675,7 @@ AC_CONFIG_FILES([Makefile lib/Makefile sanei/Makefile frontend/Makefile \
|
||||
japi/Makefile backend/Makefile include/Makefile doc/Makefile \
|
||||
po/Makefile testsuite/Makefile tools/Makefile doc/doxygen-sanei.conf])
|
||||
AC_CONFIG_FILES([tools/sane-config], [chmod a+x tools/sane-config])
|
||||
+AC_CONFIG_FILES([tools/sane-backends.pc])
|
||||
AC_OUTPUT
|
||||
|
||||
dnl ***********************************************************************
|
||||
diff --git a/tools/Makefile.am b/tools/Makefile.am
|
||||
index 0932e45..bd6dd9d 100644
|
||||
index f52a39a..ab4e1b7 100644
|
||||
--- a/tools/Makefile.am
|
||||
+++ b/tools/Makefile.am
|
||||
@@ -7,6 +7,10 @@
|
||||
@ -54,19 +48,22 @@ index 0932e45..bd6dd9d 100644
|
||||
bin_PROGRAMS = sane-find-scanner gamma4scanimage
|
||||
noinst_PROGRAMS = sane-desc umax_pp
|
||||
|
||||
@@ -26,6 +30,12 @@ noinst_SCRIPTS = $(HOTPLUG)
|
||||
@@ -26,8 +30,14 @@ noinst_SCRIPTS = $(HOTPLUG)
|
||||
BUILT_SOURCES = $(HOTPLUG_DIR)
|
||||
CLEANFILES = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS)
|
||||
|
||||
+pkgconfig_PROGRAMS = sane-backends.pc
|
||||
+sane_backends_pc_SOURCES = sane-backends.pc.in
|
||||
+pkgconfig_DATA = sane-backends.pc
|
||||
+
|
||||
+.pc.in.pc:
|
||||
+ cd $(top_builddir) \
|
||||
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
+
|
||||
EXTRA_DIST = check-po.awk libtool-get-dll-ext mustek600iin-off.c \
|
||||
RenSaneDlls.cmd README xerox
|
||||
- RenSaneDlls.cmd README xerox
|
||||
+ RenSaneDlls.cmd README xerox sane-backends.pc.in
|
||||
|
||||
sane_find_scanner_SOURCES = sane-find-scanner.c check-usb-chip.c \
|
||||
../backend/sane_strstatus.c
|
||||
@@ -72,5 +82,7 @@ hal/libsane.fdi: $(wildcard ${top_srcdir}/doc/descriptions/*.desc) $(wildcard ${
|
||||
@./sane-desc -m hal -s ${top_srcdir}/doc/descriptions:${top_srcdir}/doc/descriptions-external \
|
||||
-d 0 > $@
|
||||
@ -75,31 +72,11 @@ index 0932e45..bd6dd9d 100644
|
||||
+
|
||||
clean-local:
|
||||
rm -f $(HOTPLUG)
|
||||
diff --git a/tools/sane-backends.pc.in b/tools/sane-backends.pc.in
|
||||
new file mode 100644
|
||||
index 0000000..fb64e3b
|
||||
--- /dev/null
|
||||
+++ b/tools/sane-backends.pc.in
|
||||
@@ -0,0 +1,14 @@
|
||||
+prefix=@prefix@
|
||||
+exec_prefix=@exec_prefix@
|
||||
+libdir=@libdir@
|
||||
+includedir=@includedir@
|
||||
+
|
||||
+pc_libs=@RESMGR_LIB@ @DL_LIBS@ @IEEE1284_LIBS@ @PTHREAD_LIBS@ @JPEG_LIBS@ @USB_LIBS@
|
||||
+pc_reqs=libusb
|
||||
+
|
||||
+Name: SANE Backends
|
||||
+Description: Backends for SANE, the universal scanner interface
|
||||
+Version: @VERSION@
|
||||
+Requires: ${pc_reqs}
|
||||
+Libs: -L${libdir} -lsane ${pc_libs}
|
||||
+Cflags:
|
||||
diff --git a/tools/sane-config.in b/tools/sane-config.in
|
||||
index 85add1a..c0450d4 100644
|
||||
index 22c02b5..a9ce6fb 100644
|
||||
--- a/tools/sane-config.in
|
||||
+++ b/tools/sane-config.in
|
||||
@@ -18,7 +18,7 @@ pkglibdir="@pkglibdir@"
|
||||
@@ -19,7 +19,7 @@ pkglibdir="@pkglibdir@"
|
||||
includedir="@includedir@"
|
||||
mandir="@mandir@"
|
||||
infodir="@infodir@"
|
||||
@ -108,7 +85,7 @@ index 85add1a..c0450d4 100644
|
||||
localstatedir="@localstatedir@"
|
||||
sysconfdir="@sysconfdir@"
|
||||
datarootdir="@datarootdir@"
|
||||
@@ -32,6 +32,30 @@ srcdir="@srcdir@"
|
||||
@@ -33,6 +33,30 @@ srcdir="@srcdir@"
|
||||
top_srcdir="@top_srcdir@"
|
||||
cflags=
|
||||
|
||||
@ -139,20 +116,29 @@ index 85add1a..c0450d4 100644
|
||||
usage ()
|
||||
{
|
||||
echo "Usage: " 1>&2
|
||||
@@ -85,26 +109,38 @@ if test $# -gt 0; then
|
||||
@@ -60,7 +84,7 @@ if test $# -gt 0; then
|
||||
if test $# -eq 1; then
|
||||
usage
|
||||
elif test $# -eq 2; then
|
||||
- case $2 in
|
||||
+ case $2 in
|
||||
--cflags)
|
||||
echo "Usage: $0 --cflags"
|
||||
echo " Print C compiler flags for compiling code that uses SANE."
|
||||
@@ -86,26 +110,38 @@ if test $# -gt 0; then
|
||||
;;
|
||||
--ldflags)
|
||||
|
||||
- if test -z "$LINKER_RPATH"; then
|
||||
- echo "-L${libdir}"
|
||||
- echo "-L${libdir} @LDFLAGS@"
|
||||
+ if test "x$use_pkgconfig" = "x0"; then
|
||||
+ if test -z "$LINKER_RPATH"; then
|
||||
+ echo "-L${libdir}"
|
||||
+ echo "-L${libdir} @LDFLAGS@"
|
||||
+ else
|
||||
+ echo "-L${libdir} ${LINKER_RPATH}${libdir}"
|
||||
+ echo "-L${libdir} @LDFLAGS@ ${LINKER_RPATH}${libdir}"
|
||||
+ fi
|
||||
else
|
||||
- echo "-L${libdir} ${LINKER_RPATH}${libdir}"
|
||||
- echo "-L${libdir} @LDFLAGS@ ${LINKER_RPATH}${libdir}"
|
||||
+ pkg-config --libs-only-L "$pkgconfig_package"
|
||||
fi
|
||||
;;
|
||||
@ -191,3 +177,6 @@ index 85add1a..c0450d4 100644
|
||||
;;
|
||||
--prefix)
|
||||
echo ${prefix}
|
||||
--
|
||||
1.6.6.1
|
||||
|
66
sane-backends-1.0.21-udev.patch
Normal file
66
sane-backends-1.0.21-udev.patch
Normal file
@ -0,0 +1,66 @@
|
||||
From ba900ddc747cb89c2600c60a1391862e918541d2 Mon Sep 17 00:00:00 2001
|
||||
From: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed, 5 May 2010 11:49:10 +0200
|
||||
Subject: [PATCH] patch: udev
|
||||
|
||||
Squashed commit of the following:
|
||||
|
||||
commit eecfce287372abf2b336f0d6870611445170645b
|
||||
Author: Nils Philippsen <nils@redhat.com>
|
||||
Date: Wed May 5 11:14:59 2010 +0200
|
||||
|
||||
adapt generated udev rules for Fedora
|
||||
---
|
||||
tools/sane-desc.c | 14 +++++++-------
|
||||
1 files changed, 7 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/tools/sane-desc.c b/tools/sane-desc.c
|
||||
index 658555e..0b24e3b 100644
|
||||
--- a/tools/sane-desc.c
|
||||
+++ b/tools/sane-desc.c
|
||||
@@ -56,9 +56,9 @@
|
||||
#define COLOR_NEW "\"#F00000\""
|
||||
#define COLOR_UNKNOWN "\"#000000\""
|
||||
|
||||
-#define DEVMODE "0664"
|
||||
+#define DEVMODE "0644"
|
||||
#define DEVOWNER "root"
|
||||
-#define DEVGROUP "scanner"
|
||||
+#define DEVGROUP "root"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
# define PATH_MAX 1024
|
||||
@@ -3525,8 +3525,8 @@ print_udev (void)
|
||||
}
|
||||
}
|
||||
printf ("\n");
|
||||
- printf ("ATTRS{idVendor}==\"%s\", ATTRS{idProduct}==\"%s\", MODE=\"%s\", GROUP=\"%s\", ENV{libsane_matched}=\"yes\"\n",
|
||||
- usbid->usb_vendor_id + 2, usbid->usb_product_id + 2, DEVMODE, DEVGROUP);
|
||||
+ printf ("ATTRS{idVendor}==\"%s\", ATTRS{idProduct}==\"%s\", ENV{libsane_matched}=\"yes\"\n",
|
||||
+ usbid->usb_vendor_id + 2, usbid->usb_product_id + 2);
|
||||
usbid = usbid->next;
|
||||
}
|
||||
|
||||
@@ -3538,7 +3538,7 @@ print_udev (void)
|
||||
printf ("SUBSYSTEMS!=\"scsi\", GOTO=\"libsane_scsi_rules_end\"\n\n");
|
||||
printf ("LABEL=\"libsane_scsi_rules_begin\"\n");
|
||||
printf ("# Generic: SCSI device type 6 indicates a scanner\n");
|
||||
- printf ("KERNEL==\"sg[0-9]*\", ATTRS{type}==\"6\", MODE=\"%s\", GROUP=\"%s\"\n", DEVMODE, DEVGROUP);
|
||||
+ printf ("KERNEL==\"sg[0-9]*\", ATTRS{type}==\"6\", ENV{libsane_matched}=\"yes\"\n");
|
||||
printf ("# Some scanners advertise themselves as SCSI device type 3\n");
|
||||
|
||||
while (scsiid)
|
||||
@@ -3571,8 +3571,8 @@ print_udev (void)
|
||||
}
|
||||
}
|
||||
printf ("\n");
|
||||
- printf ("KERNEL==\"sg[0-9]*\", ATTRS{type}==\"3\", ATTRS{vendor}==\"%s\", ATTRS{model}==\"%s\", MODE=\"%s\", GROUP=\"%s\"\n",
|
||||
- scsiid->scsi_vendor_id, scsiid->scsi_product_id, DEVMODE, DEVGROUP);
|
||||
+ printf ("KERNEL==\"sg[0-9]*\", ATTRS{type}==\"3\", ATTRS{vendor}==\"%s\", ATTRS{model}==\"%s\", ENV{libsane_matched}=\"yes\"\n",
|
||||
+ scsiid->scsi_vendor_id, scsiid->scsi_product_id);
|
||||
scsiid = scsiid->next;
|
||||
}
|
||||
printf ("LABEL=\"libsane_scsi_rules_end\"\n\n");
|
||||
--
|
||||
1.6.6.1
|
||||
|
@ -1,21 +1,7 @@
|
||||
# Use the following --with/--without <option> switches to control how the
|
||||
# package will be built:
|
||||
#
|
||||
# udev: ship rules for udev (default for Fedora >= 12, RHEL >= 6)
|
||||
# hal: ship rules for hal (default for Fedora < 12, RHEL < 6)
|
||||
|
||||
%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
||||
%bcond_without udev
|
||||
%bcond_with hal
|
||||
%else
|
||||
%bcond_with udev
|
||||
%bcond_without hal
|
||||
%endif
|
||||
|
||||
Summary: Scanner access software
|
||||
Name: sane-backends
|
||||
Version: 1.0.20
|
||||
Release: 11%{?dist}
|
||||
Version: 1.0.21
|
||||
Release: 1%{?dist}
|
||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||
# Tools are GPLv2+, docs are public domain
|
||||
# see LICENSE for details
|
||||
@ -23,17 +9,17 @@ License: GPLv2+ and GPLv2+ with exceptions and Public Domain
|
||||
Group: System Environment/Libraries
|
||||
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: sane.png
|
||||
Source2: hal-usb-scanner-add
|
||||
Patch0: sane-backends-1.0.20-rpath.patch
|
||||
Patch1: sane-backends-1.0.20-pkgconfig.patch
|
||||
# upstream forgot some files in the 1.0.21 tarball:
|
||||
Patch0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}-i18n.patch
|
||||
Patch1: sane-backends-1.0.21-pkgconfig.patch
|
||||
Patch2: sane-backends-1.0.20-open-macro.patch
|
||||
Patch3: sane-backends-1.0.20-hal.patch
|
||||
Patch4: sane-backends-1.0.20-udev.patch
|
||||
Patch5: sane-backends-1.0.20-man-utf8.patch
|
||||
Patch6: sane-backends-1.0.20-epson-expression800.patch
|
||||
Patch7: sane-backends-1.0.20-lockdir.patch
|
||||
Patch8: sane-backends-1.0.20-genesys-gl841-registers.patch
|
||||
Patch10: sane-backends-1.0.20-11-autoreconf.patch.bz2
|
||||
Patch3: sane-backends-1.0.21-udev.patch
|
||||
Patch4: sane-backends-1.0.21-man-encoding.patch
|
||||
Patch5: sane-backends-1.0.21-epson-expression800.patch
|
||||
Patch6: sane-backends-1.0.20-lockdir.patch
|
||||
Patch7: sane-backends-1.0.21-docs-utf8.patch
|
||||
# may need rebuilding if one of the above changes:
|
||||
Patch100: sane-backends-1.0.21-automake.patch
|
||||
URL: http://www.sane-project.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%__id_u -n)
|
||||
BuildRequires: tetex-latex
|
||||
@ -44,12 +30,7 @@ BuildRequires: libtiff-devel
|
||||
BuildRequires: libv4l-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gphoto2-devel
|
||||
%if %{with udev}
|
||||
Requires: udev >= 143
|
||||
%endif
|
||||
%if %{with hal}
|
||||
Requires: hal >= 0.4.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
Scanner Access Now Easy (SANE) is a universal scanner interface. The
|
||||
@ -98,16 +79,15 @@ want to access digital cameras.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .rpath
|
||||
%patch0 -p1 -b .i18n
|
||||
%patch1 -p1 -b .pkgconfig
|
||||
%patch2 -p1 -b .open-macro
|
||||
%patch3 -p1 -b .hal
|
||||
%patch4 -p1 -b .udev
|
||||
%patch5 -p1 -b .man-utf8
|
||||
%patch6 -p1 -b .epson-expression800
|
||||
%patch7 -p1 -b .lockdir
|
||||
%patch8 -p1 -b .genesys-gl841-registers
|
||||
%patch10 -p1 -b .autoreconf
|
||||
%patch3 -p1 -b .udev
|
||||
%patch4 -p1 -b .man-encoding
|
||||
%patch5 -p1 -b .epson-expression800
|
||||
%patch6 -p1 -b .lockdir
|
||||
%patch7 -p1 -b .docs-utf8
|
||||
%patch100 -p1 -b .automake
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -128,19 +108,8 @@ rm -f %{buildroot}%{_mandir}/man1/gamma4scanimage.1*
|
||||
rm -f %{buildroot}%{_libdir}/sane/*.a %{buildroot}%{_libdir}/*.a
|
||||
rm -f %{buildroot}%{_libdir}/libsane*.la %{buildroot}%{_libdir}/sane/*.la
|
||||
|
||||
%if %{with udev}
|
||||
mkdir -p %{buildroot}/lib/udev/rules.d
|
||||
install -m 0644 tools/udev/libsane.rules %{buildroot}/lib/udev/rules.d/65-libsane.rules
|
||||
%endif
|
||||
|
||||
%if %{with hal}
|
||||
mkdir -p %{buildroot}/%{_datadir}/hal/fdi/information/20thirdparty
|
||||
mkdir -p %{buildroot}/%{_datadir}/hal/fdi/policy/20thirdparty
|
||||
install -m 0644 tools/hal/libsane.fdi %{buildroot}/%{_datadir}/hal/fdi/information/20thirdparty/19-libsane.fdi
|
||||
install -m 0644 tools/hal/libsane-policy.fdi %{buildroot}/%{_datadir}/hal/fdi/policy/20thirdparty/19-libsane.fdi
|
||||
mkdir -p %{buildroot}/%{_libexecdir}
|
||||
install -m 0755 %{SOURCE2} %{buildroot}/%{_libexecdir}/hal-usb-scanner-add
|
||||
%endif
|
||||
|
||||
%find_lang %name
|
||||
|
||||
@ -156,15 +125,7 @@ rm -rf %{buildroot}
|
||||
%dir /etc/sane.d
|
||||
%dir /etc/sane.d/dll.d
|
||||
%config(noreplace) /etc/sane.d/*.conf
|
||||
%if %{with udev}
|
||||
/lib/udev/rules.d/65-libsane.rules
|
||||
%endif
|
||||
%if %{with hal}
|
||||
%{_datadir}/hal/fdi/information/20thirdparty/*.fdi
|
||||
%{_datadir}/hal/fdi/policy/20thirdparty/*.fdi
|
||||
%{_libexecdir}/hal-usb-scanner-add
|
||||
%endif
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/pixmaps/sane.png
|
||||
|
||||
%{_bindir}/sane-find-scanner
|
||||
@ -172,6 +133,9 @@ rm -rf %{buildroot}
|
||||
%{_sbindir}/*
|
||||
|
||||
%doc %{_docdir}/*
|
||||
%exclude %{_mandir}/man1/sane-config.1*
|
||||
|
||||
%{_mandir}/*/*
|
||||
|
||||
%files libs
|
||||
%defattr(-, root, root)
|
||||
@ -194,6 +158,18 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/sane-backends.pc
|
||||
|
||||
%changelog
|
||||
* Wed May 05 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-1
|
||||
- version 1.0.21
|
||||
- remove obsolete rpath, hal, genesys-gl841-registers patches
|
||||
- update pkgconfig, udev, man-utf8->man-encoding, epson-expression800,
|
||||
docs-utf8 patches
|
||||
- remove hal conditional
|
||||
- package man pages
|
||||
|
||||
* Fri Feb 26 2010 Nils Philippsen <nils@redhat.com> - 1.0.20-12
|
||||
- convert some documentation files to UTF-8
|
||||
- fix permissions of pkgconfig file
|
||||
|
||||
* Tue Dec 29 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-11
|
||||
- genesys_gl841: always send registers before trying to acquire a line
|
||||
(#527935)
|
||||
|
Loading…
Reference in New Issue
Block a user