sane-backends: import from oldpackages and update 1799/head
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Fri, 21 Aug 2015 18:07:01 +0000 (15:07 -0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sun, 11 Oct 2015 03:39:22 +0000 (00:39 -0300)
commite8e9196a30a48dc44699b2c1b5c31d076119ca59
tree800d1b24ef3146d9dad98922cb13f353aef75ec6
parent6981734402295519275c0d72c11924e7a146089b
sane-backends: import from oldpackages and update

Changes since oldpackages:
- updated to 1.0.25
  * most of openwrt patches are upstreamed now
- cups dependency was completely removed
- small musl patch
- small uclibc patch
- removed link to extra libraries in libsane (used only
  for preload backends)
- sane-libs and sane-backends merged and exploded into
  individual packages for each backend:
  * libsane for sane library (which backends should dep on)
  * sane-daemon for saned daemon
  * sane-xxx for sane backend for xxx
  ** each backend has its own custom dep libraries
  * sane-backends-all (with no files) that deps on all backends
  * sane-qcam is only available for x86/x86_64
  ** other archs does not implement inb/outb (at least in musl)

Now it is possible to use SANE with much less FS space (KB
instead of MB).

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
utils/sane-backends/Makefile [new file with mode: 0644]
utils/sane-backends/files/xinet.d_sane-port [new file with mode: 0644]
utils/sane-backends/patches/002-remove-uneeded.patch [new file with mode: 0644]
utils/sane-backends/patches/020-fix_pieusb.patch [new file with mode: 0644]
utils/sane-backends/patches/030-musl.patch [new file with mode: 0644]
utils/sane-backends/patches/031-fix_uclibc.patch [new file with mode: 0644]
utils/sane-backends/patches/050-remove_linked_libs_for_unused_preload.patch [new file with mode: 0644]