diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-14 09:03:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-14 09:03:05 +0000 |
commit | 56afd4a94ddff8e5f8794d731fea0236efbff768 (patch) | |
tree | c88b3ae8b9c6cbac81e9e29a92c2fa465985a8ca | |
parent | 6c8687bbf311bd18c37b72b158f3b10fb798e796 (diff) | |
download | pkgsrc-56afd4a94ddff8e5f8794d731fea0236efbff768.tar.gz |
Update poppler* to 0.34:
Release 0.34.0
core:
* Splash: Fix crash in PDF with nested softmasks. Bug #91240
* Splash: Speed up of rendering icc based images. Bug #90171
* PSOutputDev: Embed Type1 fonts to PostScript files correctly. Bug #19747
* Fix pedantic memory leak
glib:
* update new symbols section
build system:
* cmake: Make sure ENABLE_LIBOPENJPEG is either 0 or 1
Release 0.33.0
core:
* Fix regression in pdftops parameter passing. Bug #89827
* Combine base characters and diacritical marks. Bug #87215
* Use width from W array for WMode positioning. Bug #89621
* Fixed adding annotation of Subtype Popup to pdf page. Bug #89136
* CairoOutputDev: Fix memory leak in CairoFreeTypeFont::create
* SplashOutputDev: memset on error to have reproducible outputs
qt4:
* Fix PDF Text String -> QString conversion. KDE Bug #344849
qt5:
* Fix PDF Text String -> QString conversion. KDE Bug #344849
glib:
* Add poppler_annot_markup_set_popup_rectangle()
* Fix segfault when creating PopplerAction. Bug #90093
utils:
* pdftohtml: Set exit status adecuately. Bug #83609
build system:
* configure: Fix invalid shell comparaison in libtiff test
-rw-r--r-- | print/poppler-glib/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-glib/PLIST | 4 | ||||
-rw-r--r-- | print/poppler-qt4/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-qt5/Makefile | 3 | ||||
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 8 |
6 files changed, 12 insertions, 13 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile index 4d21a5f4c64..4ab3111c344 100644 --- a/print/poppler-glib/Makefile +++ b/print/poppler-glib/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.61 2015/04/25 14:24:47 tnn Exp $ +# $NetBSD: Makefile,v 1.62 2015/07/14 09:03:05 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-glib-${POPPLER_VERS} diff --git a/print/poppler-glib/PLIST b/print/poppler-glib/PLIST index 43e4cd40b80..5719b2fc436 100644 --- a/print/poppler-glib/PLIST +++ b/print/poppler-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2014/11/20 16:03:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2015/07/14 09:03:05 wiz Exp $ include/poppler/glib/poppler-action.h include/poppler/glib/poppler-annot.h include/poppler/glib/poppler-attachment.h @@ -32,6 +32,8 @@ share/gtk-doc/html/poppler/api-index-0-16.html share/gtk-doc/html/poppler/api-index-0-18.html share/gtk-doc/html/poppler/api-index-0-20.html share/gtk-doc/html/poppler/api-index-0-22.html +share/gtk-doc/html/poppler/api-index-0-26.html +share/gtk-doc/html/poppler/api-index-0-33.html share/gtk-doc/html/poppler/api-index-deprecated.html share/gtk-doc/html/poppler/api-index-full.html share/gtk-doc/html/poppler/ch01.html diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile index 96173ae4104..ccbafcd65e5 100644 --- a/print/poppler-qt4/Makefile +++ b/print/poppler-qt4/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.45 2015/04/25 14:24:47 tnn Exp $ +# $NetBSD: Makefile,v 1.46 2015/07/14 09:03:05 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt4-${POPPLER_VERS} diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index 881b8c0c2cc..5804cf58584 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.3 2015/04/25 14:24:47 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2015/07/14 09:03:05 wiz Exp $ -PKGREVISION= 2 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt5-${POPPLER_VERS} diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index fac1f8c9012..b453f060305 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.73 2015/03/09 09:01:52 wiz Exp $ +# $NetBSD: Makefile.common,v 1.74 2015/07/14 09:03:05 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -8,7 +8,7 @@ # used by print/poppler-qt5/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.32.0 +POPPLER_VERS= 0.34.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 063b67497ad..6c41ae74edd 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.100 2015/03/09 09:01:52 wiz Exp $ +$NetBSD: distinfo,v 1.101 2015/07/14 09:03:05 wiz Exp $ -SHA1 (poppler-0.32.0.tar.xz) = 1b8d45b88d3ea4e86505a03e576736757142b5f5 -RMD160 (poppler-0.32.0.tar.xz) = 3c301db613399db407bd2ee9b033423b0232b8c2 -Size (poppler-0.32.0.tar.xz) = 1609624 bytes +SHA1 (poppler-0.34.0.tar.xz) = f204cb6a57730971ef561732a269e7bafc8e8476 +RMD160 (poppler-0.34.0.tar.xz) = 6c353c84246c2f00fc8d7f88822dd9f97883d487 +Size (poppler-0.34.0.tar.xz) = 1615264 bytes SHA1 (patch-aa) = 4ff366a6da2a9bd125af18f6413d9b445ca3307a SHA1 (patch-ab) = 55bcf94d51f5c9c5bf999f7b4fa63afebe77c83c SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff |