Search Criteria
Package Details: pdf2djvu 0.9.19-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pdf2djvu.git (read-only, click to copy) |
|---|---|
| Package Base: | pdf2djvu |
| Description: | Creates DjVu files from PDF files |
| Upstream URL: | https://jwilk.net/software/pdf2djvu |
| Licenses: | GPL |
| Submitter: | arojas |
| Maintainer: | blueowl |
| Last Packager: | blueowl |
| Votes: | 7 |
| Popularity: | 0.001817 |
| First Submitted: | 2021-05-08 09:21 (UTC) |
| Last Updated: | 2026-01-20 22:22 (UTC) |
Dependencies (9)
- djvulibre
- exiv2 (exiv2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- graphicsmagick
- poppler (poppler-gitAUR)
- boost (boost-gitAUR) (make)
- ttf-liberation (make)
- poppler-data (check)
- python-nose (check)
Latest Comments
1 2 3 Next › Last »
simona commented on 2026-01-21 20:42 (UTC)
python-nose 1.3.7-19 and python-setuptools 1:80.9.0-4
blueowl commented on 2026-01-21 16:23 (UTC) (edited on 2026-01-21 16:23 (UTC) by blueowl)
It works just fine for me, @simona.
Please make sure your system is up-to-date (pacman -Syu), mainly these pakages
python-nose 1.3.7-19python-setuptools 1:80.9.0-4
simona commented on 2026-01-20 22:50 (UTC)
gamesguru commented on 2026-01-14 03:11 (UTC) (edited on 2026-01-19 02:27 (UTC) by gamesguru)
This package is broken as of 1/13/26 due to an update in Poppler (libpoppler.so) that Arch rolled out this morning.
As a temporary workaround, you can try to install 25.12.0-1 (I am fairly confident 26.01.0-1 is the first broken version).
The below patch will also suffice.
You can find a similar one here, I suggest switching your PKGBUILD to use his instead: https://github.com/FriedrichFroebel/pdf2djvu
simona commented on 2026-01-13 19:05 (UTC)
slaskerwerder commented on 2026-01-09 16:32 (UTC)
The patch below fixed my build. Please update @blueowl
Nickolay commented on 2025-11-30 15:00 (UTC)
diegobiavati commented on 2025-11-13 17:56 (UTC) (edited on 2025-11-18 10:25 (UTC) by diegobiavati)
psyomn commented on 2025-04-11 23:13 (UTC)
FWIW, the post below did fix my build as well. (Thank you).
frankspace commented on 2025-02-09 22:54 (UTC)
Python has removed the
pipesmodule, but it's easy to fix by adding the following to the prepare() section:1 2 3 Next › Last »