the pgp.mit.edu server is down/has a timeout most of the time, so i always have to run the command sed -i "s/'pgp.mit.edu'/'keyserver.ubuntu.com'/" /usr/share/hplip/base/validation.py
in order to be able to receive the proper HPLIP Digital Certificate..
Search Criteria
Package Details: hplip-plugin 3.24.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hplip-plugin.git (read-only, click to copy) |
---|---|
Package Base: | hplip-plugin |
Description: | Binary plugin for HPs hplip printer driver library |
Upstream URL: | https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html |
Licenses: | LicenseRef-HPLIP-LICENSE |
Submitter: | pyropeter |
Maintainer: | carsme |
Last Packager: | carsme |
Votes: | 406 |
Popularity: | 0.31 |
First Submitted: | 2010-12-21 00:32 (UTC) |
Last Updated: | 2024-06-23 05:00 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hplip (hplip-liteAUR, hplip-minimalAUR)
- libusb-compat (libusb0AUR)
- sane (sane-gitAUR)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 34 Next › Last »
stifi commented on 2020-09-02 18:03 (UTC)
dpriskorn commented on 2020-08-31 21:07 (UTC)
Could you add pentium4 to the PKGBUILD? See https://wiki.archlinux.org/index.php?title=PKGBUILD&diff=633913&oldid=633868
reanimator commented on 2020-07-19 09:31 (UTC)
Recently I installed hplip for HP color laserjet pro mfp m283fdn device. Printing was fine, but scanner did not work: scanner device was found but connection could not be established.
It did work however after I installed hplip-plugin.
==> Does it makes sense to add hplip-plugin as dependency to hplip package?
mkiefel commented on 2020-06-23 21:10 (UTC) (edited on 2020-06-23 21:10 (UTC) by mkiefel)
What about adding arm6h support as well? Using this for already quite a while with a first version Raspberry Pi.
From 489eb7d7bea890a1e5c215ced902e518a557b0a3 Mon Sep 17 00:00:00 2001
From: Martin Kiefel <mk@nopw.de>
Date: Sun, 5 Jan 2020 19:40:49 +0100
Subject: [PATCH] Add arm6h support
---
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/PKGBUILD b/PKGBUILD
index c835663..e029369 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=hplip-plugin
pkgver=3.20.6
pkgrel=1
pkgdesc="Binary plugin for HPs hplip printer driver library"
-arch=('i686' 'x86_64' 'armv7h' 'aarch64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://hplipopensource.com/node/309"
license=('custom:proprietary')
depends=("hplip>=$pkgver")
@@ -26,6 +26,8 @@ package(){
_arch='x86_32'
elif [ $CARCH = "x86_64" ]; then
_arch='x86_64'
+ elif [ $CARCH = "armv6h" ]; then
+ _arch='arm32'
elif [ $CARCH = "armv7h" ]; then
_arch='arm32'
elif [ $CARCH = "aarch64" ]; then
--
2.27.0
mso commented on 2020-04-25 20:16 (UTC) (edited on 2020-04-25 20:24 (UTC) by mso)
Found the same error as leo_sk when installing hplip-plugin from pamac manager (GUI).
When I tried to install the package from the command line (pamac build hplip-plugin) it showed the problem: some files already existed on the system.
I deleted the contents at the following locations and then I was able to properly install the hplip-plugin (3.20.3-2) package: /usr/share/hplip/plugin.spec /usr/share/hplip/data/firmware/* /usr/share/hplip/fax/plugins/* /usr/share/hplip/prnt/plugins/* /usr/share/hplip/scan/plugins/*
I believe that the problem was that I had previously ran hp-toolbox that tried to install the plugins (it actually said it succeeded).
Despite the fact that the package has been installed properly hp-toolbox keeps asking for the plugin to be downloaded (for an HP Laserjet P1102w).
However adding the printer from KDE's GUI worked flawlessly.
leo_sk commented on 2020-01-23 14:32 (UTC)
I get error : var/tmp/pamac-build-shaurya/hplip-plugin/PKGBUILD: line 24: cd: /var/tmp/pamac-build-shaurya/hplip-plugin/src/hplip-3.19.12-plugin: No such file or directory
zfkerr commented on 2019-11-05 21:17 (UTC)
Does the license for this driver allow it to be added to the official Arch Linux repositories?
taterdzai commented on 2019-06-25 11:21 (UTC)
hplip plugin supports arm32 and arm64 arch, so maybe they should be added
kaaposc commented on 2019-05-22 11:03 (UTC)
Maybe 'sane' should be added to dependencies because plugin installation fails in an uninformative way because it can't find '/etc/sane.d/dll/conf' file.
Pinned Comments
carsme commented on 2024-01-15 16:53 (UTC) (edited on 2024-02-04 14:15 (UTC) by carsme)
Hey, I've adopted this package and applied some of the suggestions:
libusb-compat
andsane
(cred @ZhandHua).Depend on exact version ofhplip
(cred @jsn42).In addition, the PGP-signature of the artifact is now checked, which means you need to fetch upstream's key:
Unfortunately, I have no HP printer at home so my testing ability is limited to running
hp-diagnose_plugin
. If someone has better opportunity to test and is interested in maintaining, let me know and I'll handover the package or add you as a co-maintainer. Cheers!