This patch does the following:
1. Upgrades hplip to 3.19.8 (supports new devices)
2. Incorporates the Debian patch to remove closed source
ImageProcessor functionality
3. Adds additional deps to enable GUI components
4. Adds an appropriate licence file
It currently uses a proof-of-concept de-blobbed tarball at
https://github.com/pceiley/hplip-noblob/releases/download/3.19.8-noblob-1...
The tarball was generated as follows:
$ curl -LO
"https://sourceforge.net/projects/hplip/files/hplip/3.19.8/hplip-3.19.8.tar.gz"
$ tar -zxf hplip-3.19.8.tar.gz --exclude "*.so"
$ GZIP=-9 tar -czf hplip--3.19.8-noblob-1.tar.gz hplip-3.19.8
Thiago, can this be incorporated into your internal sources?