diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-07 13:54:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-07 13:54:14 +0000 |
commit | 3700092bf5281af575fd8302ee9943fc41f3687d (patch) | |
tree | 5c42cad4adb51e6be120b35f50c52ffd38da96e2 /print/poppler | |
parent | da6ff6ba8581cdda5dd8840148a3c64b32197668 (diff) | |
download | pkgsrc-3700092bf5281af575fd8302ee9943fc41f3687d.tar.gz |
Update to 0.10.2:
Release 0.10.2
core:
* Fix a crash when selecting text in word mode
* Fix a crash in some malformed documents (second argument
of opMarkPoint is not a dictionary)
* Ensure cairo font matrix is invertable. Fixes bugs #18254
and #18429
* Fix a memory leak (Bug #18924)
Qt4:
* Fix deserization of links right coordinate
misc:
* Fix build on Solaris 10 + Sun Studio 12
* Compile with -pedantic
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile | 3 | ||||
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile index e77b267185e..a34d2b36ae2 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.33 2008/12/05 01:57:07 smb Exp $ +# $NetBSD: Makefile,v 1.34 2009/01/07 13:54:14 wiz Exp $ # .include "../../print/poppler/Makefile.common" COMMENT= PDF rendering library MAINTAINER= reed@reedmedia.net -PKGREVISION= 1 USE_TOOLS+= gmake diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 7a74bc251b0..f78b1c97efa 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2008/11/20 14:33:00 dillo Exp $ +# $NetBSD: Makefile.common,v 1.25 2009/01/07 13:54:14 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-glib/Makefile @@ -7,7 +7,7 @@ # used by print/poppler-qt4/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.10.1 +POPPLER_VERS= 0.10.2 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 91bf6bbdd33..b836779193c 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.36 2008/11/10 20:59:27 wiz Exp $ +$NetBSD: distinfo,v 1.37 2009/01/07 13:54:14 wiz Exp $ -SHA1 (poppler-0.10.1.tar.gz) = a0367b5c942c8ff15d8364923b3bbe4dca624b29 -RMD160 (poppler-0.10.1.tar.gz) = ca1137bfa2bbd8f750ad4511bcac50fdc1f1e7a3 -Size (poppler-0.10.1.tar.gz) = 1526091 bytes +SHA1 (poppler-0.10.2.tar.gz) = a410ad5fcc036f18024be28ff55411ee62fefa40 +RMD160 (poppler-0.10.2.tar.gz) = 5157486d79b218c7183ad281694ee27f3782812a +Size (poppler-0.10.2.tar.gz) = 1527730 bytes SHA1 (patch-aa) = 43c63c16d3a845e394a8eb0c3a321944fcf17615 SHA1 (patch-ab) = 5a2785bccd71990e20cd81a3cd2697804e31788d SHA1 (patch-ag) = 0bf1bc080cad55792fe6cc761bf22ecccba7d13a |