Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
for -- this doesn't make a difference in my box (current, modular xorg)
but Matthias Scheler reported problems on his and that this change helps
|
|
changes: bugfixes
pkgsrc change: set --enable-cms in frontend components if it was
set in the base pkg -- the layout of some classes depends on this
definition, and inconsistencies can lead to crashes
(see poppler bug #35381)
|
|
directly. Bump pkgrevision
|
|
I found pdftops linked against jpeg directly, and on one system it
then failed after the jpeg 6->8 shlib update. ok reed@
|
|
|
|
|
|
changes:
-bugfixes (in particular for security issues which were patched in pkgsrc)
-fixed memory leaks
|
|
it over the corresponding Makefiles instead.
|
|
this is a new major branch, many fixes and improvements
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
|
|
|
|
This is a major update, switches to the 0.12 release branch.
Most notable change is that the color management stuff which we had
as patches in pkgsrc is official now.
Otherwise - many fixes and enhancements.
(while this is a .0 release I've been tracking the 0.11.x snapshots
and release candidate for a while so I don't expect big problems)
|
|
|
|
changes:
-fixed some crashes and a memory leak
-fixed pdfimages to work for jpeg
pkgsrc change: pulled in color management support from the development
branch (but tested by me for many weeks), as an option which is on
per default
|
|
Okayed by reed.
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
changes:
-improved Qt bindings
-Cairo backend now supports masked images
-make glib bindings more language binding friendly
-Search now works with ligatures
-glib bindings now has an entry point to render to a cairo_t
-GCC 4.1 and MSVC compilation fixes
-bugfixes and cleanup
|
|
I missed this in my commit earlier.
|
|
Bump PKGREVISION.
Patch updated to use the library.
Thank you Joerg for the suggestion.
|
|
This provides PDF (Portable Document Format) utilities from the
poppler project. Some of these are based on the versions from xpdf.
This poppler-utils package provides:
pdffonts - lists fonts used in PDF files with details
pdfimages - saves images from a PDF file as PPM, PBM or JPEG
pdfinfo - prints document information from 'Info' dictionary
pdftohtml - convert PDF files into HTML, XML and PNG images
pdftoppm - converts PDF files to PPM, PGM, or PBM image files
pdftops - converts a PDF file to PostScript
pdftotext - converts a PDF file to plain text
|