diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-10 20:59:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-10 20:59:27 +0000 |
commit | 2814266cff4b7ef9239ca39daeecff04d733a2d1 (patch) | |
tree | ef1c3eb986d10d6856dd28fbc97577ba2d0f7046 | |
parent | f8b5a0d39548354e41abbf337588b6e052c61be7 (diff) | |
download | pkgsrc-2814266cff4b7ef9239ca39daeecff04d733a2d1.tar.gz |
Update to 0.10.1:
Release 0.10.1
core:
* Improvements in Optional Content support
* Small fix in Form support
* Fix memory leak in case of error
* Fix potential crash on text search
* Try render documents with invalid indexed color space parameters. Bug #18374
* Fix crash on text extraction when poppler-data is not installed. Bug #18023
Qt:
* Fix two memory leaks
Qt4:
* Small documentation improvement
* Fix memory leak in the demo code
-rw-r--r-- | print/poppler-qt4/Makefile | 3 | ||||
-rw-r--r-- | print/poppler/Makefile.common | 5 | ||||
-rw-r--r-- | print/poppler/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile index 7033932fe97..cb5126124c8 100644 --- a/print/poppler-qt4/Makefile +++ b/print/poppler-qt4/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2008/10/30 11:33:06 markd Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/10 20:59:27 wiz Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt4-${POPPLER_VERS} -PKGREVISION= 1 COMMENT= PDF rendering library (QT4 wrapper) diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index a5d0681e6e7..ce5cadafc1b 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,11 +1,12 @@ -# $NetBSD: Makefile.common,v 1.21 2008/10/24 23:28:53 wiz Exp $ +# $NetBSD: Makefile.common,v 1.22 2008/11/10 20:59:27 wiz Exp $ +# # used by print/poppler/Makefile # used by print/poppler-glib/Makefile # used by print/poppler-qt/Makefile # used by print/poppler-qt4/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.10.0 +POPPLER_VERS= 0.10.1 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 6c8625cd096..91bf6bbdd33 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2008/10/24 23:28:53 wiz Exp $ +$NetBSD: distinfo,v 1.36 2008/11/10 20:59:27 wiz Exp $ -SHA1 (poppler-0.10.0.tar.gz) = 811b73557b68f7dd64cec4fec0bdd8a3e741d558 -RMD160 (poppler-0.10.0.tar.gz) = 068a4f895e39635b628f0a21f4420bbf162ebeca -Size (poppler-0.10.0.tar.gz) = 1525340 bytes +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 (patch-aa) = 43c63c16d3a845e394a8eb0c3a321944fcf17615 SHA1 (patch-ab) = 5a2785bccd71990e20cd81a3cd2697804e31788d SHA1 (patch-ag) = 0bf1bc080cad55792fe6cc761bf22ecccba7d13a |