void-packages/srcpkgs/iscan-plugin-gt-s650/REMOVE
Dominik Honnef 33145a024b New package: iscan-2.30.1 and related
This commit adds support for Epson scanners. It packages the iscan
application, the epkowa SANE backend, iscan-data, as well as the
scanner-specific plugin for the GT S650 (and by extension V19 and V39).
More scanner plugins may be added later when people request them.

iscan is unfree because it ships with a binary blob. sane-epkowa is
free, however, same as iscan-data. Scanner plugins are unfree again.

All unfree components are covered by the AVASYS license. Not only does
it allow distribution, it's also almost a free license. However, it
forbids reverse engineering the binary blobs.

The binary blobs make this x86/amd64-only packages. The epkowa backend
itself could technically be compiled for other architectures, but it's
not evident that it's worth the time. Most modern scanners need a
proprietary plugin.
2015-07-13 20:37:20 +02:00

10 lines
398 B
Plaintext

if [ "$UPDATE" = "no" -a "$ACTION" = "pre" ]; then
# If we're removing sane-epkowa together with this package,
# there's no point (and no success) in calling iscan-registry
command -v iscan-registry >/dev/null 2>&1 || exit 0
for id in 0x013c 0x013d; do
iscan-registry --remove interpreter usb 0x04b8 $id \
/usr/lib/iscan/libiscan-plugin-gt-s650 /usr/share/iscan/esfw010c.bin
done
fi