diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-29 09:35:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-29 09:35:50 +0000 |
commit | c60b9bc951015a62ceb50dec768f60a3afa91dd2 (patch) | |
tree | afbd483aca4188b24fe2d10affa3a76893a34b39 /print/poppler | |
parent | 6455eb76a3e3ca2afadd1e972d92da41d6da6f6f (diff) | |
download | pkgsrc-c60b9bc951015a62ceb50dec768f60a3afa91dd2.tar.gz |
Update to 0.22.3:
Release 0.22.3
core:
* Check order bounding box values in tiling pattern (Bug #62369)
* CairoImageOutputDev: Don't change image interpolation when printing (Bug #62418)
* TextOutputDev: Set text matrix when painting selection (Bug #61042)
* Only write the file once when saving (Bug #62739)
* Fix for complete rewrites in repaired files
* Fixlet regarding spec interpretation for Link Zoom value
* Fix typos in man pages
* Fix compile when not using libjpeg
glib:
* Always start from the beginning when starting a new search on a page (Bug #59972)
qt4:
* Fix crash in files with LinkRendition (KDE Bug #317710)
build system:
* Small cmake improvements
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index ebd21afe6fe..c0e7c8e08df 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.52 2013/03/24 07:09:24 spz Exp $ +# $NetBSD: Makefile.common,v 1.53 2013/04/29 09:35:50 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-glib/Makefile @@ -6,7 +6,7 @@ # used by print/poppler-qt4/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.22.2 +POPPLER_VERS= 0.22.3 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index ebe7d73d16b..5ca14856083 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.77 2013/03/24 07:09:24 spz Exp $ +$NetBSD: distinfo,v 1.78 2013/04/29 09:35:50 wiz Exp $ -SHA1 (poppler-0.22.2.tar.gz) = dfecd51fa1172bac565a466b2071c88c4255dd61 -RMD160 (poppler-0.22.2.tar.gz) = cb8dbc3f3d4c09056a3a5d2ea34fcaff06b2a6ca -Size (poppler-0.22.2.tar.gz) = 2215737 bytes +SHA1 (poppler-0.22.3.tar.gz) = 92fd3d2f56cf74bb76e4856a8ac606330343ba8d +RMD160 (poppler-0.22.3.tar.gz) = f25a80de1680b4512ce7a8242186cc28e7ef0ee6 +Size (poppler-0.22.3.tar.gz) = 2220854 bytes SHA1 (patch-aa) = 4ab4cb184ebe121c712a84dcbcfa69ce0c07aafb SHA1 (patch-ab) = cae1dd7831d7fbbed32664c6fdd29d168c444c1f SHA1 (patch-ag) = abe010cec549f305a53d9a21be6cf66ddc5f1b79 |