Package Details: pdfio 1.3.2-1

Git Clone URL: https://aur.archlinux.org/pdfio.git (read-only, click to copy)
Package Base: pdfio
Description: Simple C library for reading and writing PDF files
Upstream URL: https://github.com/michaelrsweet/pdfio
Licenses: Apache
Submitter: amadan
Maintainer: amadan
Last Packager: amadan
Votes: 1
Popularity: 0.000000
First Submitted: 2022-06-09 22:27 (UTC)
Last Updated: 2024-10-17 10:41 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

amadan commented on 2024-08-06 11:00 (UTC)

Fixed and updated, thanks for bringing that to my attention

pmattern commented on 2024-08-05 13:03 (UTC)

The package currently fails to build as a make target all-shared doesn't exist any more. Invoking the configure script with switch --enable-shared is needed in order to get the shared library.
Package zlib is needed at runtime, too.