fixing configure option --with-usb
1530216 - Samsung scanners need proprietary driver for working [Fedora-ALL]
This commit is contained in:
parent
e2cfc270ed
commit
4eb4b078a0
@ -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
|
into subpackage named sane-backends-daemon. It was done because daemon provides
|
||||||
access to scanning devices on remote server, which nowadays isn't common
|
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.
|
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
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.27
|
Version: 1.0.27
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||||
# Tools are GPLv2+, docs are public domain
|
# Tools are GPLv2+, docs are public domain
|
||||||
# see LICENSE for details
|
# see LICENSE for details
|
||||||
@ -199,7 +199,7 @@ LDFLAGS="-pie"
|
|||||||
--with-systemd \
|
--with-systemd \
|
||||||
--disable-locking --disable-rpath \
|
--disable-locking --disable-rpath \
|
||||||
%if %libusb1
|
%if %libusb1
|
||||||
--enable-libusb_1_0 \
|
--with-usb \
|
||||||
%endif
|
%endif
|
||||||
--enable-pthread
|
--enable-pthread
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -338,6 +338,10 @@ exit 0
|
|||||||
%{_unitdir}/saned@.service
|
%{_unitdir}/saned@.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 14 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-8
|
||||||
- 1525293 - PNG scans should be enabled
|
- 1525293 - PNG scans should be enabled
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user