Path to this page:
./
print/poppler-includes,
Poppler Xpdf includes (unsupported)
Branch: CURRENT,
Version: 22.04.0,
Package name: poppler-includes-22.04.0,
Maintainer: reedThis provides the unsupported Xpdf includes from the poppler project.
Required to run:[
graphics/jpeg] [
graphics/openjpeg]
Required to build:[
fonts/fontconfig] [
devel/boost-headers] [
pkgtools/cwrappers] [
lang/gcc5]
Master sites:
Filesize: 1775.195 KB
Version history: (Expand)
- (2022-05-05) Updated to version: poppler-includes-22.04.0
- (2022-01-08) Updated to version: poppler-includes-22.01.0
- (2021-11-07) Updated to version: poppler-includes-21.11.0
- (2021-09-29) Updated to version: poppler-includes-21.09.0
- (2021-06-10) Updated to version: poppler-includes-21.06.1
- (2021-05-20) Updated to version: poppler-includes-21.05.0
CVS history: (Expand)
2022-05-04 23:05:45 by Thomas Klausner | Files touched by this commit (45) |
Log message:
*: recursive bump for poppler 22.04
|
2022-01-08 12:16:06 by Thomas Klausner | Files touched by this commit (7) |  |
Log message:
poppler*: update to 22.01.0
Release 22.01.0:
core:
* Allow local (relative to dll) fonts dir on Windows
* TextOutputDev: require more spacing between columns. Issue #1093
* Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183
* Fix crash when calling Form::reset()
* GfxSeparationColorSpace: Check validity of colorspace and function. \
Issue #1184
* Minor code improvements
glib:
* Include glib.h before using defines from it
* Close file descriptors on error
* Plug some memory leaks
* Replace use of deprecated g_memdup/g_time_zone_new
* Remove FD-taking functions on windows
utils:
* pdfsig: Add support for documents with passwords
* pdfsig: Fix signing with -sign if nss password is needed
Release 21.12.0:
core:
* Add API to add images
* CairoOutputDev: Fix de-duping of Flate images
* Fix crash on broken files when using non-default \
ENABLE_ZLIB_UNCOMPRESS. Issue #393
* Minor code improvements
glib:
* Add API for validation of signatures
* Add API to read/save to file descriptor
utils:
* pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
* Increase C++ standard to 17
|
2021-11-07 14:01:24 by Thomas Klausner | Files touched by this commit (5) |  |
Log message:
poppler*: update to 21.11.0
Release 21.11.0:
core:
* Fix rendering of some non-standard confirming annotations
* Support rendering of some non-standard Type3 charprocs. Issue #1150
* TextOutputDev: Respect orientation when selecting words. Issue #499
* CairoOutputDev: Don't override the antialias settings from the cairo_t
* StructElement: support MCID in XObjects
* Fix detection of monospace fonts
* Ignore Adobe-Identity for non embedded CID fonts
* PageLabelInfo::labelToIndex: work on some special no style intervals
* Fix crash in malformed files
* Minor code improvements
utils:
* pdfinfo: add -url option to print all URLs in a PDF
* pdftohtml: document what zoom means in regard to DPI
qt6:
* Require Qt 6.1
* Minor code improvements
Release 21.10.0:
core:
* Add support for setting custom stamp annotations
* Add default appearance for the well known stamp names
* Correct encoding of signature's properties Reason & Location
* Splash: Fix rendering of some odd patterns
* SignatureHandler::validateCertificate: Add option to not do OCSP \
revocation check
* SignatureHandler::validateCertificate: Add support for AIA fetching \
to verify certificates
* greallocn: if memory allocation fails, free the previous pointer to \
avoid memory leak
* Fix issues with malformed files
* Internal code improvements
utils:
* pdfsig: Add a way to list certificate nicknames
* pdfsig: You can now add signatures from pdfsig
* pdfsig: Add option to not do OCSP revocation check
* pdfsig: Add option for AIA fetching to verify certificates
* pdfinfo: Add -custom option to print custom metadata
* pdfinfo: add metadata flags
qt:
* Add support for setting custom stamp annotations
* Add getters for signature's properties Reason & Location
* Internal code improvements
glib:
* Remove incorrect PopplerAttachment deprecation
|
2021-09-29 12:10:35 by Thomas Klausner | Files touched by this commit (45) |
Log message:
*: recursive bump for poppler 21.09.0
|
2021-06-10 13:06:24 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: bump PKGREVISION for poppler shlib bump
|
2021-05-20 13:56:00 by Thomas Klausner | Files touched by this commit (47) |
Log message:
*: recursive bump for poppler shlib major bump
|
2021-04-08 08:14:38 by Adam Ciarcinski | Files touched by this commit (9) |  |
Log message:
poppler: updated to 21.04.0
Release 21.04.0:
core:
* Hide symbols by default
* TextSelectionDumper: fix word order for RTL text
* Fix rendering of text in some files.
* Implement rendering of Masks of Image subtype.
* Forms: fix unclicking standalone form buttons.
glib:
* Expose more fields from MediaRendition in PopplerMedia
* Use stock glib macro to define boxed type
* Remove incorrecly used volatile from enum type registration code
qt5:
* Fix crash in files with malformed signatures
* Fix memory leak when QImage constructor "fails"
qt6:
* Fix crash in files with malformed signatures
* Fix memory leak when QImage constructor "fails"
utils:
* pdfsig: New paragraph for "-sign" in manpage
* pdfimages: Do not assert in "too big images".
build system:
* Require cmake >= 3.10
* Require Qt 5 >= 5.9
* Require glib >= 2.56
* Require gtk 3 >= 3.22
* Require gdk-pixbuf >= 2.36
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files.
* Fix memory issue when using threads.
* TextSelectionDumper: Fix getText() for space after word
* Change signature of OutputDev:tilingPatternFill
* Make PDFDocBuilder return a std::unique_ptr
* Improve well formed check for shading functions
* Fix leak in case of fread failing
* Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
* PSOutputDev: Fix stack overflow in broken files
glib:
* poppler_annot_free_text_get_callout_line: Fix wrong static cast
* poppler-structure-element: fix memleak
* Improve documentation
* demo: keep same visual appearance between displayed and copied text
utils:
* pdftotext: Add -cropbox option
* pdftoppm: Add -progress option
* pdftoppm: Fix rounding bug in computation of output bitmap size.
qt6:
* Add missing poppler-qt6.pc.cmake
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
|
2020-11-21 10:34:59 by Thomas Klausner | Files touched by this commit (46) |
Log message:
*: recursive bump for poppler 20.11.0
|