sane-backends: import from oldpackages
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>
Thu, 10 Sep 2015 21:39:40 +0000 (18:39 -0300)
commite11fbf71f7f437c64d18929e7895dbaafa8c3293
tree4041afeda67f3e80bb2e6f328b09ce3390ebf736
parent99ba6415d98d104bd95bcf36ed224da3c18d86c3
sane-backends: import from oldpackages

Changes since oldpackages:
- cups dependency was completely removed
  * This also happened in sane trunk version
- small musl patch
- added detection of inb,outb (link error with musl)
  * this also removes hack 020-non-i386-qcam.patch
- fix for segfault when using sane-test backend
- removed link to extra libraries in libsane (used only
  for preload backends)
- added format-security fix
- 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/010-dont-add-host-include-path.patch [new file with mode: 0644]
utils/sane-backends/patches/020-inb_outb.patch [new file with mode: 0644]
utils/sane-backends/patches/030-musl.patch [new file with mode: 0644]
utils/sane-backends/patches/040-remove-cups-deps.patch [new file with mode: 0644]
utils/sane-backends/patches/050-remove_linked_libs_for_unused_preload.patch [new file with mode: 0644]
utils/sane-backends/patches/060-dont_detatch_after_join.patch [new file with mode: 0644]
utils/sane-backends/patches/070-sane-backends-1.0.24-format-security.patch [new file with mode: 0644]