Package Details: hplip-lite 3.24.4-3

Git Clone URL: https://aur.archlinux.org/hplip-lite.git (read-only, click to copy)
Package Base: hplip-lite
Description: Only Print drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet
Upstream URL: https://hplipopensource.com
Keywords: hp hplip
Licenses: GPL2, custom
Conflicts: hplip
Provides: hplip
Submitter: yuhldr
Maintainer: yuhldr
Last Packager: yuhldr
Votes: 2
Popularity: 0.42
First Submitted: 2022-04-30 14:02 (UTC)
Last Updated: 2024-09-04 01:53 (UTC)

Dependencies (6)

Required by (6)

Sources (2)

Pinned Comments

Latest Comments

1 2 Next › Last »

yuhldr commented on 2024-09-18 13:59 (UTC)

@nursoda Similar to hplip-minimal. The reason for creating lite is that hplip-minimal has not been updated until August 29, 2024. Now Lite tries not to use patches as much as possible, there is no difference in anything else

nursoda commented on 2024-09-18 09:13 (UTC)

As @MarsSeed commented a while ago, the package description (or the pinned comment) should be enhanced. It should state the advantages of using this package instead of hplip or hplip-minimal.

peelz commented on 2024-09-03 19:12 (UTC)

It still doesn't build (same error).

Here's a patch that fixes it:

diff --git a/PKGBUILD b/PKGBUILD
index 4b7ca85..93d08f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,18 @@ provides=('hplip')
 backup=('etc/hp/hplip.conf')
 conflicts=('hplip')
 optdepends=('cups: for printing support' 'system-config-printer')
-source=(https://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
-sha256sums=('5d7643831893a5e2addf9d42d581a5dbfe5aaf023626886b8762c5645da0f1fb')
+source=(
+  "https://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
+  "hplip-pserror-gcc14.patch"
+)
+sha256sums=(
+  "5d7643831893a5e2addf9d42d581a5dbfe5aaf023626886b8762c5645da0f1fb"
+  "SKIP"
+)

 prepare() {
  cd "${_pkgname}-${pkgver}"
- patch -Np1 -i ../../hplip-pserror-gcc14.patch
+ patch -Np1 -i "${srcdir}/hplip-pserror-gcc14.patch"
 }

 build() {

peelz commented on 2024-08-31 16:34 (UTC)

3.24.4-2 doesn't build:

==> Extracting sources...
  -> Extracting hplip-3.24.4.tar.gz with bsdtar
==> Starting prepare()...
patch: **** Can't open patch file ../../hplip-pserror-gcc14.patch : No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...

drws commented on 2024-03-18 13:37 (UTC)

Sorry for confusion, missed the flag before. Now it seems even more strange I'm encountering the 'cannot create /usr/lib/libImageProcessor-x86_64.so' error during build.

0xhtml commented on 2024-03-13 14:55 (UTC) (edited on 2024-03-13 14:57 (UTC) by 0xhtml)

@drws My remarks about libImageProcessor.so have been taken into account through the additional build flag --disable-imageProcessor-build. The installed package is working fine for me. Even though there are the mentioned errors.

drws commented on 2024-03-10 22:59 (UTC)

Just tried to build this package and it seems it has issues. build() goes through, but package() encounters a possibly harmless warning, but also two showstopping errors:

libtool: warning: 'libhpmud.la' has not been installed in '/usr/lib'
cp: cannot create regular file '/usr/lib/libImageProcessor-x86_64.so': Permission denied
cp: cannot create regular file '/usr/share/ipp-usb/quirks/HPLIP.conf': Permission denied

It seems build scripts want to access root filesystem instead of putting the files into the package.

Also there doesn't seem to be anything taking @0xhtml's comment into account in the PKGBUILD. That finding should probably be addressed too.

MarsSeed commented on 2023-07-14 09:23 (UTC)

Please differentiate the description (i.e., mention briefly how it it is 'lite' compared to repo's hplip).

0xhtml commented on 2023-04-16 14:42 (UTC) (edited on 2023-04-16 14:42 (UTC) by 0xhtml)

the following is required to install the libImageProcessor.so library:

install -Dt "${pkgdir}/usr/lib" -m755 prnt/hpcups/libImageProcessor.so

w/o that I got an error trying to print.

nikost74 commented on 2022-12-24 10:37 (UTC)

Latest hplip package is version 3.22.10