From 4eb4b078a07940c5b3f83921c7c30322a2c3b14a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Jan 08 2018 12:57:21 +0000 Subject: fixing configure option --with-usb 1530216 - Samsung scanners need proprietary driver for working [Fedora-ALL] --- diff --git a/README.Fedora b/README.Fedora index 82b0909..8283a36 100644 --- a/README.Fedora +++ b/README.Fedora @@ -10,3 +10,13 @@ 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) sometime 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 +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 diff --git a/sane-backends.spec b/sane-backends.spec index 9e96138..4ecaa9b 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -33,7 +33,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.27 -Release: 8%{?dist} +Release: 9%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -199,7 +199,7 @@ LDFLAGS="-pie" --with-systemd \ --disable-locking --disable-rpath \ %if %libusb1 - --enable-libusb_1_0 \ + --with-usb \ %endif --enable-pthread make %{?_smp_mflags} @@ -338,6 +338,10 @@ exit 0 %{_unitdir}/saned@.service %changelog +* Mon Jan 08 2018 Zdenek Dohnal - 1.0.27-9 +- fixing configure option --with-usb +- 1530216 - Samsung scanners need proprietary driver for working [Fedora-ALL] + * Thu Dec 14 2017 Zdenek Dohnal - 1.0.27-8 - 1525293 - PNG scans should be enabled