Search Criteria
Package Details: jbig2enc 0.30-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jbig2enc.git (read-only, click to copy) |
|---|---|
| Package Base: | jbig2enc |
| Description: | A JBIG2 image encoder |
| Upstream URL: | https://github.com/agl/jbig2enc |
| Licenses: | Apache |
| Submitter: | chillenb |
| Maintainer: | chillenb |
| Last Packager: | chillenb |
| Votes: | 22 |
| Popularity: | 2.33 |
| First Submitted: | 2022-02-19 00:12 (UTC) |
| Last Updated: | 2026-02-07 02:09 (UTC) |
Dependencies (9)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- leptonica
- libjpeg (mozjpeg-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- automake (automake-gitAUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, pigz-replace-gzip-staticAUR, gzippy-replace-gzipAUR) (make)
- libtool (libtool-gitAUR) (make)
- python (optional) – for pdf.py
Required by (7)
- djpdf
- dpsprep (optional)
- dpsprep-git (optional)
- ocrmypdf (optional)
- paperless-ngx-venv (optional)
- pdfsizeopt-git (optional)
- stirling-pdf-bin (optional)
Latest Comments
maison commented on 2026-07-08 11:19 (UTC)
Unfortunately it doesn’t install any more: yay -Syu jbig2enc … :: 2 paquets fournissant libjpeg sont disponibles : :: Dépôt AUR 1) mozjpeg 2) mozjpeg-git
Saisissez un nombre (valeur par défaut : 1) : ==> … :: 1 paquet à mettre à jour ou à installer. 1 aur/jbig2enc -> 0.30-2 [150d17h] ==> Paquets à exclure : (ex. « 1 2 3 », « 1-3 », « ^4 » ou noms de dépôt) -> L'exclusion de paquets peut mener à une mise à jour partielle de votre système et pourrait le casser ==> AUR Explicit (1): jbig2enc-0.30-2 AUR Dependency (1): mozjpeg-4.1.5-1 Sync Make Dependency (2): nasm-3.02-1, cmake-4.3.4-1 :: PKGBUILD à jour, téléchargement ignoré : jbig2enc :: (1/1) PKGBUILD téléchargé : mozjpeg 2 jbig2enc (Les fichiers de compilation existent) 1 mozjpeg (Les fichiers de compilation existent) ==> Paquets à cleanBuild ? ==> [N]Aucun [A]Tous [Ab]Annuler [I]nstallés [No]nInstallés ou (1 2 3, 1-3, ^4) ==> 2 jbig2enc (Les fichiers de compilation existent) 1 mozjpeg (Les fichiers de compilation existent) ==> Diffs à afficher ? ==> [N]Aucun [A]Tous [Ab]Annuler [I]nstallés [No]nInstallés ou (1 2 3, 1-3, ^4) ==> ==> Création du paquet jbig2enc 0.30-2 (mar. 07 juil. 2026 21:25:09) ==> Récupération des sources… -> 0.30.tar.gz trouvé -> jbig2enc.1 trouvé ==> ATTENTION : Ignore la vérification des signatures PGP des fichiers sources. ==> Validation des fichiers source avec sha256sums… 0.30.tar.gz ... Réussite jbig2enc.1 ... Réussite ==> Création du paquet mozjpeg 4.1.5-1 (mar. 07 juil. 2026 21:25:10)
…
==> Création du paquet mozjpeg 4.1.5-1 (mar. 07 juil. 2026 21:25:47) ==> Vérification des dépendances pour l’exécution… ==> Vérification des dépendances pour la compilation… ==> ATTENTION : Utilisation de l’arbre $srcdir/ existant ==> Suppression du répertoire $pkgdir/ existant… ==> Lancement de build()… CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred! ==> ERREUR : Une erreur s’est produite dans build(). Abandon… -> erreur lors de la compilation de : mozjpeg-exit status 4 ==> Création du paquet jbig2enc 0.30-2 (mar. 07 juil. 2026 21:25:48) ==> Vérification des dépendances pour l’exécution… ==> Dépendances manquantes : -> libjpeg ==> ERREUR : Échec de résolution des dépendances. -> erreur lors de la compilation de : jbig2enc-exit status 8 -> Échec de l'installation des paquets suivants. Une intervention manuelle est requise : mozjpeg - exit status 4 jbig2enc - exit status 8
wooptoo commented on 2026-07-02 00:16 (UTC)
Dependency libjpeg is no longer provided by extra/libjpeg-turbo; this should now depend on libjpeg-turbo or on libjpeg.so
chillenb commented on 2023-07-12 01:12 (UTC)
@quaqo: Thanks for fixing the leptonica problem. I added your patch so this package now builds.
pnorcks commented on 2023-05-15 23:14 (UTC)
@quaqo: The patch works for me, thanks!
quaqo commented on 2023-01-09 07:40 (UTC)
The PR has been merged into official master of jbig2enc here: https://github.com/agl/jbig2enc/commit/ea050190466f5336c69c6a11baa1cb686677fcab.
quaqo commented on 2023-01-08 13:19 (UTC)
Starting with leptonica 1.83 (still not in community), jbig2enc won't compile. I started a PR here: https://github.com/agl/jbig2enc/pull/78, where a patch can be downloaded. Let me know if it works correctly for everyone.
bhartshorn commented on 2022-10-12 17:41 (UTC)
I think this needs a make dependency on
patch,autoconf, andmakeor some meta-package that includes them.build-essentialiirc?misc commented on 2022-06-04 12:26 (UTC)
Seems like development is finished, but there's one more dangling commit after 0.29: https://github.com/agl/jbig2enc/commit/ea6a40a2cbf05efb00f3418f2d0ad71232565beb.diff
Also, maybe this: https://github.com/agl/jbig2enc/pull/52/commits/cd6c1df2e3475237206385bf8a373bbe06932d86
flittermice commented on 2022-03-29 11:37 (UTC)
yay complains: "jbig2enc: local (0.29-3) is newer than AUR (0.29-2)" - though I installed the package from the AUR. The PKGBUILD does as well say 0.29.3. So please update the version number.