Package Details: libjbig-shared 2.1-6

Git Clone URL: https://aur.archlinux.org/libjbig-shared.git (read-only, click to copy)
Package Base: libjbig-shared
Description: Shared library interface to jbigkit built from Debian patchset
Upstream URL: https://www.cl.cam.ac.uk/~mgk25/jbigkit/
Licenses: GPL
Provides: libjbig.so.0
Submitter: SmashedSqwurl
Maintainer: SmashedSqwurl
Last Packager: SmashedSqwurl
Votes: 3
Popularity: 0.000020
First Submitted: 2021-01-17 21:56 (UTC)
Last Updated: 2022-08-15 00:30 (UTC)

Latest Comments

SmashedSqwurl commented on 2022-08-15 00:31 (UTC)

Thanks @Gr0t0s, I added i686 to the PKGBUILD.

Gr0t0s commented on 2022-08-15 00:19 (UTC)

For anyone who also faces the issue of cnrdrvcups-lb driver getting stuck with 100% CPU usage and needs this package for a 32-bit (i686) machine, note that it compiles and works just fine on this architecture. You just need to change

arch=('x86_64')

to

arch=('i686')

in the PKGBUILD file.

SmashedSqwurl commented on 2021-01-18 15:14 (UTC) (edited on 2021-01-18 15:22 (UTC) by SmashedSqwurl)

Lone_Wolf thanks for the feedback, I've updated the PKGBUILD to include those changes.

Lone_Wolf commented on 2021-01-18 12:53 (UTC)

  • provides=libjbig.so.0 seems appropriate for a package providing a specific library

  • description should reflect the use of patches from debian

  • I doubt this package will be useful unless jbigkit is present, add it as a dependency