sane-backends: update to 1.0.29
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 3 Feb 2020 00:22:46 +0000 (21:22 -0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 3 Feb 2020 05:24:08 +0000 (02:24 -0300)
commit0a85579e45477d4b824e49cadc243fe4f81959aa
treeba48f4d36e687a0d7878cf2e8d824e3596540f79
parent05e23f15d9d9b00587727d4e2bab2bb1990a2b96
sane-backends: update to 1.0.29

- Migrate libusb dependency back to libsane
  (virtually all useful backends for OpenWrt would need it anyway)
- Disabled new usb-record-replay feature (avoid libxml2 dep)
- Disabled new escl backend (network-only backend are not too useful
  for OpenWrt and it requires libcurl, libnetsnmp, libavahi and libxml2)
- Workaround sane-daemon/postinst installation on Imagebuild
- Enabled backends kvs40xx and mustek_usb2 (fixed upstream)
- Fix bigendian compilation
  (https://gitlab.com/sane-project/backends/-/merge_requests/329)
- Fix missing std::round() for uclibc
  (https://gitlab.com/sane-project/backends/issues/237)
- Fixes FS#2685: coldplug was running before usblp was loaded. Now
  it grants access do usblp when a device using it is plugged.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
utils/sane-backends/Makefile
utils/sane-backends/files/saned.hotplug
utils/sane-backends/patches/002-remove-uneeded.patch
utils/sane-backends/patches/100-fix-bigendian.patch [new file with mode: 0644]
utils/sane-backends/patches/101-fix_uclibc_std_rand.patch [new file with mode: 0644]