diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-10 21:55:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-10 21:55:34 +0000 |
commit | 76284bf030fdfec9ef430cfad5c221c5b969cd28 (patch) | |
tree | f38230784ffd9e683f39347c8bf2e05f08dcfd27 /print/poppler | |
parent | fe1e1109154f20539dbfa276bb004cc319783ece (diff) | |
download | pkgsrc-76284bf030fdfec9ef430cfad5c221c5b969cd28.tar.gz |
poppler: update to 0.62.0.
Release 0.62.0
core:
* Stop supporting lcms1, you really want to use lcms2 :)
* Stop supporting openjpeg1, you really want to use openjpeg2 :)
* Open files that state 8 bits as third field of W. Bug #103469
* GfxLabColorSpace::parse: Fix crash in broken documents. Bug #103582
* Fix leak if parseDA fails
* Include glibc.h where needed
* Document the meaning of the 'type' integer of a shading
* Fix UTF test fail
* INSTALL: add debug options
qt5:
* Add API to let the rendering process callback to get a partial rendering. Bug #103372
qt4:
* Remove the Qt4 frontend
utils:
* Support unicode on windows console
* pdfsig: install man page
* sort encoding list
glib:
* demo: fix warning
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/PLIST | 6 | ||||
-rw-r--r-- | print/poppler/distinfo | 10 |
4 files changed, 11 insertions, 12 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile index 834598eae7c..1475956121e 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.68 2017/12/08 08:52:56 maya Exp $ +# $NetBSD: Makefile,v 1.69 2018/01/10 21:55:34 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" COMMENT= PDF rendering library diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 75ba1f0b1aa..6089e5d6722 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.93 2017/12/08 07:48:11 spz Exp $ +# $NetBSD: Makefile.common,v 1.94 2018/01/10 21:55:34 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.61.1 +POPPLER_VERS= 0.62.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= https://poppler.freedesktop.org/ diff --git a/print/poppler/PLIST b/print/poppler/PLIST index 006a2c3d93b..42c74cf476b 100644 --- a/print/poppler/PLIST +++ b/print/poppler/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.8 2017/12/08 07:48:11 spz Exp $ +@comment $NetBSD: PLIST,v 1.9 2018/01/10 21:55:34 wiz Exp $ lib/libpoppler.so -lib/libpoppler.so.72 -lib/libpoppler.so.72.0.0 +lib/libpoppler.so.73 +lib/libpoppler.so.73.0.0 lib/pkgconfig/poppler-splash.pc lib/pkgconfig/poppler.pc share/doc/poppler/README diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 2350c5e7425..9e5ccf7cb90 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.124 2017/12/10 16:02:59 bsiegert Exp $ +$NetBSD: distinfo,v 1.125 2018/01/10 21:55:34 wiz Exp $ -SHA1 (poppler-0.61.1.tar.xz) = 70a3440e0ac9957cee94ff6a56a173f3377b02ba -RMD160 (poppler-0.61.1.tar.xz) = 62fa0f917e31e0c733228ea9289b4493a0fc29a8 -SHA512 (poppler-0.61.1.tar.xz) = 780ebf07ad757635f3f71c7b1f61ad0849526f99f0dc514c3290c4e8db7000a68dfe50c17253d4c086aec5c5390055102478eba96699088179822f3be5ce278d -Size (poppler-0.61.1.tar.xz) = 1433696 bytes +SHA1 (poppler-0.62.0.tar.xz) = 45f5186f9c514d121acd8c4aeae0e0137916a5f4 +RMD160 (poppler-0.62.0.tar.xz) = 50f8db04492abf8944a11c87c8f7b7f558c56a8e +SHA512 (poppler-0.62.0.tar.xz) = 91f7eae7b05965ae97a34e658bed2a676be8a6e4d34f82148ece6eb58932632dcf9a34d50c66412f93f560ce575abf5c608ed6b1e5184604b96024801886c706 +Size (poppler-0.62.0.tar.xz) = 1423372 bytes SHA1 (patch-aq) = da845661ef7f7aca3072dbeebde0444b4d8f01aa SHA1 (patch-gtkdoc.py) = b9bf7a8c2288bdec314c795317e2a4e1aac21913 |