aboutsummaryrefslogtreecommitdiff
path: root/utils/hplip
Commit message (Collapse)AuthorAge
* hplip: add a patch to respect CFLAGSMichal Vasilek2021-09-03
| | | | | | * fixes build with PIE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* hplip: update to 3.21.6Rosen Penev2021-08-15
| | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hplip: bump to 3.21.2Luiz Angelo Daros de Luca2021-02-22
| | | | | | | | | Patches refreshed: * 010-libusb_fix.patch * 020-remove_cups_dep_on_scan.patch * 060-fix-uclibc.patch renamed to 060-fix-glibc.patch Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: move back to compiling with libusbRosen Penev2020-11-29
| | | | | | | | | | | | | Some change in base broke compilation with libusb and this package. From looking at it more carefully, it turns out that the libusb patch needs to be updated so that host paths are not used. libusb-compat also depends on libusb, which increases the overall installed size. Refreshed patches with make package/hplip/refresh . Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hplip: use libusb-compatRosen Penev2020-11-29
| | | | | | | | | Some change to base broke compilation. From looking at the CFLAGS, hplip tries to use the host libusb. libusb-compat seems to work properly. So use that. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hplip: bump to 3.20.9Luiz Angelo Daros de Luca2020-11-22
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* sane-backends: run (xinetd) saned as non-rootLuiz Angelo Daros de Luca2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | saned requires write access scanner USB bus for its process and to usblp/bind in order to rebind multifunctional printers back to usblp (for printing with p910nd). A hotplug script monitor new USB devices for scanners. Scanners are detected by searching /usr/share/sane/<vendor>-<backend>.usbid for the device product_id. The package saned creates user saned:scanners. Access is granted to group scanners. The default xinetd conf was updated to run as saned:scanner. sane-daemon pkg now has a postinst trigger that runs udevtrigger for granting perms where there are connected scanners during installation. Existing hotplug scripts from hplip were removed. They were mostly useless. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: bump to 3.19.12Luiz Angelo Daros de Luca2019-12-21
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* hplip: bump to 3.19.6Luiz Angelo Daros de Luca2019-08-19
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: python is not needed for buildLuiz Angelo Daros de Luca2019-06-25
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: bump to 3.19.3Luiz Angelo Daros de Luca2019-04-30
| | | | | | | 040-fix_bool.patch: fixed upstream 060-fix-uclibc.patch: workaround for uclibc build (arc_arc700) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: update to 3.18.12Luiz Angelo Daros de Luca2018-12-09
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: bump to 3.18.10Luiz Angelo Daros de Luca2018-11-06
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: Update to 3.18.9Rosen Penev2018-10-09
| | | | | | | | | | Added patch to fix some glibc-isms. Added PKG_BUILD_PARALLEL for faster compilation. Rearranged slightly for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hplip: import from oldpackage and update to 3.18.6Luiz Angelo Daros de Luca2018-06-28
hplip was split into subpackages: * hplip-common: generic files * hplip-sane: sane backend - patched to remove cups deps used only for network scanners * hplip-cups: cups driver (currently disabled) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>