Scanner access software
Go to file
2024-07-26 10:28:16 +02:00
.fmf Added tmt plan 2023-01-30 15:16:17 +01:00
.gitignore 2167250 - sane-backends-1.2.1 is available 2023-02-17 11:26:13 +01:00
66-saned.rules 1671510 - Incorrect udev rule in sane-backends 2019-02-04 12:02:47 +01:00
ci.fmf update plans 2024-06-19 20:02:07 +02:00
gating.yaml update plans 2024-06-19 20:02:07 +02:00
plans.fmf update plans 2024-06-19 20:02:07 +02:00
README.Fedora revert samsung patch 2018-04-19 08:20:59 +02:00
rpminspect.yaml Waive badfuncs in rpminspect 2024-07-26 10:28:16 +02:00
sane-backends-1.0.23-sane-config-multilib.patch make installed sane-config multi-lib aware again 2012-09-04 16:47:51 +02:00
sane-backends-1.0.23-soname.patch 1.0.28 2019-09-30 18:26:34 +02:00
sane-backends-1.0.25-udev.patch version 1.0.25 2015-10-08 14:53:32 +02:00
sane-backends-1.2.1-fedora-c99.patch Fix C99 compatibility issue 2023-02-21 00:39:04 -05:00
sane-backends-1.2.1-libxml2-2.12.0.patch Fix building against libxml2 2.12.0 2023-12-09 12:30:43 +00:00
sane-backends.spec Bump release for June 2024 mass rebuild 2024-06-24 09:23:30 -07:00
sane-backends.sysusers 2106390 - [RFE] sane-backends use systems-sysusers, the patch written by Pat Riehecky <riehecky@fnal.gov> 2022-07-20 15:10:06 +02:00
sane-genesys-plustek7600i-8100-support.patch 2139882 - Plustek 8100 and 7600i VID:PID are missing in genesys.conf 2022-11-24 08:12:30 +01:00
sane.png auto-import changelog data from sane-backends-1.0.5-3.src.rpm 2004-09-09 12:01:16 +00:00
saned.socket add socket activation support for saned (#1091566) 2016-10-07 20:04:48 +02:00
saned@.service.in add socket activation support for saned (#1091566) 2016-10-07 20:04:48 +02:00
sources 2167250 - sane-backends-1.2.1 is available 2023-02-17 11:26:13 +01:00

README.Fedora
-------------

This file is meant as README for Fedora specific changes for sane-backends
package.

SANE daemon is moved to subpackage
----------------------------------
sane-backends daemon - saned - its manual page and systemd unit files are moved
into subpackage named sane-backends-daemon. It was done because daemon provides
access to scanning devices on remote server, which nowadays isn't common 
usage of sane-backends, so it wasn't necessary to ship it with main package.

Several scanners need proprietary driver for working
----------------------------------------------------
Several scanners (e.g. Samsung, Brother, Epson) sometimes need special backends,
whose isn't shipped with sane-backends or cannot be shipped in Fedora because of
licensing problem. If your scanner isn't working with basic sane-backends:

1) if your scanner is Epson, try to install iscan-firmware package or Image Scan from Epson official site
2) if your scanner is Samsung, try to find driver on https://support.hp.com/gb-en/drivers/selfservice/
3) if your scanner is Brother, see http://support.brother.com/g/s/id/linux/en/download_scn.html

Ad2) Samsung proprietary driver is needed when user needs JPEG compression - this
feature support was added to sane-backends upstream by commit 926bfade544de4a4fd5,
which contained patches from Samsung. But this commit broke scanning for Samsung
scanners, so this patch was reverted with consequences of losing JPEG compression 
feature for Samsung scanners.