fixing configure option --with-usb

1530216 - Samsung scanners need proprietary driver for working [Fedora-ALL]
This commit is contained in:
Zdenek Dohnal 2018-01-08 13:57:21 +01:00
parent e2cfc270ed
commit 4eb4b078a0
2 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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 <zdohnal@redhat.com> - 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 <zdohnal@redhat.com> - 1.0.27-8
- 1525293 - PNG scans should be enabled