./print/poppler, PDF rendering library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 24.10.0nb3, Package name: poppler-24.10.0nb3, Maintainer: reed

This is poppler, a PDF rendering library. It is a fork of the xpdf
3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.

Poppler provides PDF rendering functionality as a shared library,
to centralize the maintenence effort and to reduce duplicated
effort. And the poppler developers would like to move libpoppler
forward in a number of areas that doesn't fit within the goals of
xpdf.

The QT wrapper is available in the print/poppler-qt package.
The PDF utilities are available in the print/poppler-utils package.


Required to run:
[graphics/tiff] [graphics/png] [graphics/cairo] [graphics/jpeg] [fonts/fontconfig] [devel/nss] [graphics/openjpeg] [graphics/lcms2] [lang/gcc8-libs]

Required to build:
[pkgtools/x11-links] [devel/boost-headers] [x11/xcb-proto] [x11/xorgproto] [lang/gcc8]

Master sites:

Filesize: 1875.566 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-20 22:01:34 by Nia Alarie | Files touched by this commit (1)
Log message:
poppler: Remove workaround obsoleted by USE_CXX_FEATURES.
   2024-10-20 21:59:59 by Nia Alarie | Files touched by this commit (2)
Log message:
poppler: Update compiler requirements.
   2024-10-17 14:02:53 by Thomas Klausner | Files touched by this commit (1)
Log message:
poppler*: only works with CMAKE_GENERATOR=make, hardcode it

The ninja files are generated at top level, so using build directories
doesn't work.
   2024-10-15 18:07:01 by Adam Ciarcinski | Files touched by this commit (18) | Package updated
Log message:
poppler: updated to 24.10.0

24.10.0

core:
* Add support for SubmitForms Links
* Internal code improvements
* Fix crash in malformed documents

qt6:
* Add support for SubmitForms Links
* Add API for creating signature field without signing immediately

glib:
* add auto_cleanup functions so that consumers can use g_auto*
* fix closure GI annotation

qt5:
* Add support for SubmitForms Links

build system:
* Use the boosts own cmake file as suggested by cmake itself
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS