diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-22 18:17:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-22 18:17:17 +0000 |
commit | 79a2af6743e2be31f60945db51e201294f83ba70 (patch) | |
tree | 66ab72ec9cf4fa67122818a6285eca5f0df745bd /print/poppler/patches/patch-aa | |
parent | fa278815abcf2689a5f29441d51820f26ab6a7a6 (diff) | |
download | pkgsrc-79a2af6743e2be31f60945db51e201294f83ba70.tar.gz |
Update poppler to 0.44.0:
Release 0.44.0
core:
* Fix Compile in 32bit linux. Bug #95492
* Splash: type 3 chars. restore the current position also in output device. Bug #95344
* Splash: Improve rendering of some dotted lines. Bug #84693
* Refactor GooString::Set(). Bug #94201
* Fix typo in GfxPatchMeshShading::parse
* Fix memory leak in PSOutputDev::filterPSLabel
* Fix memory leak in SignatureHandler::getDefaultFirefoxCertDB_Linux
* Fix potential crash in SplashOutputDev::doUpdateFont
* Fix potential crash in TextPage::coalesce
* Remove call that does nothing
utils:
* pdftocairo: add -antialias option. Bug #94977
Release 0.43.0
core:
* Implement sanity check for linearization usage. Bug #92482
* Add SymbolMT as an alias for the Symbol font. Bug #93168
* Fix some blank files. Bug #94756
* cairo: fix fillToStrokePathClip crash and rendering. Bug #62905
* cairo: Check if PDF knows the width of 'm' in case of substituted font. Bug #94054
* cairo: save mask state and don't extend image mask. bug #94234
* SplashOuputDev: Compile with C++11 compilers that don't define isinfinite. Bug #94761
* typo fixes
utils:
* pdftocairo: Calculate rotation before scaling. Bug #94655
qt4:
* Fix crash on certain PDF form item activation actions. Bug #94873
qt5:
* Fix crash on certain PDF form item activation actions. Bug #94873
Diffstat (limited to 'print/poppler/patches/patch-aa')
-rw-r--r-- | print/poppler/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler/patches/patch-aa b/print/poppler/patches/patch-aa index 4d18984407a..7aea66b7241 100644 --- a/print/poppler/patches/patch-aa +++ b/print/poppler/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.16 2016/04/15 14:36:21 wiz Exp $ +$NetBSD: patch-aa,v 1.17 2016/05/22 18:17:17 wiz Exp $ Use installed copy of poppler library so we can have a separate poppler-glib package. ---- glib/Makefile.in.orig 2016-03-16 22:22:12.000000000 +0000 +--- glib/Makefile.in.orig 2016-05-21 16:59:38.000000000 +0000 +++ glib/Makefile.in @@ -143,7 +143,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) |