Package Details: pdfalto 0.4-5

Git Clone URL: https://aur.archlinux.org/pdfalto.git (read-only, click to copy)
Package Base: pdfalto
Description: PDF to XML ALTO file converter
Upstream URL: https://github.com/kermitt2/pdfalto
Licenses: GPL2
Submitter: andreas_baumann
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 1
Popularity: 0.000000
First Submitted: 2022-01-17 14:18 (UTC)
Last Updated: 2026-02-17 14:57 (UTC)

Latest Comments

andreas_baumann commented on 2026-02-17 14:57 (UTC)

Thanks fixed. Tested finally in a clean chroot with extra-x86-build..

micwoj92 commented on 2026-02-16 20:55 (UTC)

Needs fontconfig in deps:

[ 49%] Building CXX object xpdf-4.03/xpdf/CMakeFiles/xpdf.dir/JArithmeticDecoder.cc.o
/build/pdfalto/src/pdfalto/xpdf-4.03/xpdf/GlobalParams.cc:27:12: fatal error: fontconfig/fontconfig.h: No such file or directory
   27 | #  include <fontconfig/fontconfig.h>
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [xpdf-4.03/xpdf/CMakeFiles/xpdf.dir/build.make:317: xpdf-4.03/xpdf/CMakeFiles/xpdf.dir/GlobalParams.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....

Is it not possible to use system xpdf?

micwoj92 commented on 2026-02-08 23:42 (UTC)

Needs git in makedeps

andreas_baumann commented on 2024-03-27 14:15 (UTC) (edited on 2024-03-27 14:17 (UTC) by andreas_baumann)

Some hotfixing around stdlib.h missing in Parameters.cc Also, the linking issues doesn't happen with gcc 12, so using gcc 12 for now to build. Thanks for testing and reporting.