./print/poppler-cpp, PDF rendering library (cpp wrapper)

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


Branch: CURRENT, Version: 23.05.0, Package name: poppler-cpp-23.05.0, Maintainer: reed

This is the C++ wrapper for poppler, a PDF rendering library.


Required to run:
[print/poppler] [graphics/openjpeg] [lang/gcc8-libs]

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

Master sites:

Filesize: 1812.977 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-08 11:33:30 by Thomas Klausner | Files touched by this commit (48)
Log message:
*: recursive bump for poppler 23.05.0 shlib bump
   2023-02-28 21:05:03 by Tobias Nygren | Files touched by this commit (4)
Log message:
poppler-*: disable qt6 consistently except for in the poppler-qt6 package
   2023-02-16 09:17:29 by Thomas Klausner | Files touched by this commit (9) | Package updated
Log message:
poppler*: update to 23.02.0

Release 23.02.0:
        core:
         * CairoOutputDev: Fix rendering of color type 3 fonts
         * CairoOutputDev: Add handling matte entry
         * Fix segfault on wrong nssdir
         * Fix "NSS could not shutdown"

        utils:
         * pdfsig: Point out supports PKCS#11 URIs as nickname

        qt6:
         *
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2023-01-23 14:13:20 by Thomas Klausner | Files touched by this commit (9) | Package updated
Log message:
poppler*: update to 23.01.0

Release 23.01.0:
        core:
         * PDFDoc::sign: Fix crash if font can't be found
         * PDFDoc::sign: Try Arial to sign if Helvetica isn't found
         * FoFiType1::parse: Be more flexible parsing the encoding content. \ 
Issue #1324
         * Gfx::opBeginMarkedContent: Support Span with Name. Issue #1327
         * Splash: Avoid color issues due to implicit rounding
         * Splash: Fix crash on malformed file.
         * CairoOutputDev: Ignore text rendering mode for type3 fonts
         * Remove unused FoFiType1::load function

        build system:
         * Increase minimum required versions of several dependencies
         * Improve include path handling

        qt6:
         - Use less deprecated functions

Release 22.12.0:
        core:
         * Form::addFontToDefaultResources: Be stubborn in finding a font we can \ 
use. Issue #1272

Release 22.11.0:
        core:
         * CairoOutputDev: Update font after restore
         * Protect against broken files
         * Small code refactoring
   2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416)
Log message:
*: recursive bump for tiff shlib major bump
   2022-09-03 19:01:30 by Thomas Klausner | Files touched by this commit (4)
Log message:
Release 22.09.0:
        core:
         * Splash: Do not truncate line dash patterns with more than 20 entries. \ 
Issue #1281
         * Various signature related improvements
         * Fix FormField::getFullyQualifiedName in some scenarios
         * Splash: Small optimization on dash pattern handling
         * JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak
         * Fix crashes on malformed files. Including CVE-2022-38784
         * Fix string formatting in error reporting

        glib:
         * Fix two potential memory leaks in poppler_document_create_dests_tree

        utils:
         * pdfsig: List signature field names when listing signature information
         * pdfsig: Add support for specifying signature by field name
         * pdfunite: Fix crashes on malformed files
         * pdfunite: Fix potential memory leak of docs
   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.