Wed Jan 10 21:55:34 2018 UTC ()
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


(wiz)
diff -r1.68 -r1.69 pkgsrc/print/poppler/Makefile
diff -r1.93 -r1.94 pkgsrc/print/poppler/Makefile.common
diff -r1.8 -r1.9 pkgsrc/print/poppler/PLIST
diff -r1.124 -r1.125 pkgsrc/print/poppler/distinfo

cvs diff -r1.68 -r1.69 pkgsrc/print/poppler/Makefile (expand / switch to unified diff)

--- pkgsrc/print/poppler/Makefile 2017/12/08 08:52:56 1.68
+++ pkgsrc/print/poppler/Makefile 2018/01/10 21:55:34 1.69
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.68 2017/12/08 08:52:56 maya Exp $ 1# $NetBSD: Makefile,v 1.69 2018/01/10 21:55:34 wiz Exp $
2 2
3PKGREVISION= 1 
4.include "../../print/poppler/Makefile.common" 3.include "../../print/poppler/Makefile.common"
5 4
6COMMENT= PDF rendering library 5COMMENT= PDF rendering library
7MAINTAINER= reed@reedmedia.net 6MAINTAINER= reed@reedmedia.net
8 7
9#PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cairo.pc.cmake 8#PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cairo.pc.cmake
10PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-splash.pc.cmake 9PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-splash.pc.cmake
11PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler.pc.cmake 10PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler.pc.cmake
12 11
13INSTALLATION_DIRS+= include/poppler share/doc/poppler 12INSTALLATION_DIRS+= include/poppler share/doc/poppler
14 13
15# TODO: Later add an option to choose Splash versus Cairo backend. 14# TODO: Later add an option to choose Splash versus Cairo backend.
16# Build the Splash graphics backend. 15# Build the Splash graphics backend.

cvs diff -r1.93 -r1.94 pkgsrc/print/poppler/Makefile.common (expand / switch to unified diff)

--- pkgsrc/print/poppler/Makefile.common 2017/12/08 07:48:11 1.93
+++ pkgsrc/print/poppler/Makefile.common 2018/01/10 21:55:34 1.94
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile.common,v 1.93 2017/12/08 07:48:11 spz Exp $ 1# $NetBSD: Makefile.common,v 1.94 2018/01/10 21:55:34 wiz Exp $
2# 2#
3# used by print/poppler/Makefile 3# used by print/poppler/Makefile
4# used by print/poppler-cpp/Makefile 4# used by print/poppler-cpp/Makefile
5# used by print/poppler-glib/Makefile 5# used by print/poppler-glib/Makefile
6# used by print/poppler-includes/Makefile 6# used by print/poppler-includes/Makefile
7# used by print/poppler-qt4/Makefile 7# used by print/poppler-qt4/Makefile
8# used by print/poppler-qt5/Makefile 8# used by print/poppler-qt5/Makefile
9# used by print/poppler-utils/Makefile 9# used by print/poppler-utils/Makefile
10 10
11POPPLER_VERS= 0.61.1 11POPPLER_VERS= 0.62.0
12DISTNAME= poppler-${POPPLER_VERS} 12DISTNAME= poppler-${POPPLER_VERS}
13CATEGORIES= print 13CATEGORIES= print
14MASTER_SITES= https://poppler.freedesktop.org/ 14MASTER_SITES= https://poppler.freedesktop.org/
15EXTRACT_SUFX= .tar.xz 15EXTRACT_SUFX= .tar.xz
16 16
17HOMEPAGE= https://poppler.freedesktop.org/ 17HOMEPAGE= https://poppler.freedesktop.org/
18LICENSE= gnu-gpl-v2 18LICENSE= gnu-gpl-v2
19 19
20DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo 20DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
21PATCHDIR= ${.CURDIR}/../../print/poppler/patches 21PATCHDIR= ${.CURDIR}/../../print/poppler/patches
22 22
23USE_TOOLS+= pkg-config 23USE_TOOLS+= pkg-config
24USE_LIBTOOL= yes 24USE_LIBTOOL= yes

cvs diff -r1.8 -r1.9 pkgsrc/print/poppler/PLIST (expand / switch to unified diff)

--- pkgsrc/print/poppler/PLIST 2017/12/08 07:48:11 1.8
+++ pkgsrc/print/poppler/PLIST 2018/01/10 21:55:34 1.9
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1@comment $NetBSD: PLIST,v 1.8 2017/12/08 07:48:11 spz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2018/01/10 21:55:34 wiz Exp $
2lib/libpoppler.so 2lib/libpoppler.so
3lib/libpoppler.so.72 3lib/libpoppler.so.73
4lib/libpoppler.so.72.0.0 4lib/libpoppler.so.73.0.0
5lib/pkgconfig/poppler-splash.pc 5lib/pkgconfig/poppler-splash.pc
6lib/pkgconfig/poppler.pc 6lib/pkgconfig/poppler.pc
7share/doc/poppler/README 7share/doc/poppler/README
8share/doc/poppler/README-XPDF 8share/doc/poppler/README-XPDF

cvs diff -r1.124 -r1.125 pkgsrc/print/poppler/distinfo (expand / switch to unified diff)

--- pkgsrc/print/poppler/distinfo 2017/12/10 16:02:59 1.124
+++ pkgsrc/print/poppler/distinfo 2018/01/10 21:55:34 1.125
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.124 2017/12/10 16:02:59 bsiegert Exp $ 1$NetBSD: distinfo,v 1.125 2018/01/10 21:55:34 wiz Exp $
2 2
3SHA1 (poppler-0.61.1.tar.xz) = 70a3440e0ac9957cee94ff6a56a173f3377b02ba 3SHA1 (poppler-0.62.0.tar.xz) = 45f5186f9c514d121acd8c4aeae0e0137916a5f4
4RMD160 (poppler-0.61.1.tar.xz) = 62fa0f917e31e0c733228ea9289b4493a0fc29a8 4RMD160 (poppler-0.62.0.tar.xz) = 50f8db04492abf8944a11c87c8f7b7f558c56a8e
5SHA512 (poppler-0.61.1.tar.xz) = 780ebf07ad757635f3f71c7b1f61ad0849526f99f0dc514c3290c4e8db7000a68dfe50c17253d4c086aec5c5390055102478eba96699088179822f3be5ce278d 5SHA512 (poppler-0.62.0.tar.xz) = 91f7eae7b05965ae97a34e658bed2a676be8a6e4d34f82148ece6eb58932632dcf9a34d50c66412f93f560ce575abf5c608ed6b1e5184604b96024801886c706
6Size (poppler-0.61.1.tar.xz) = 1433696 bytes 6Size (poppler-0.62.0.tar.xz) = 1423372 bytes
7SHA1 (patch-aq) = da845661ef7f7aca3072dbeebde0444b4d8f01aa 7SHA1 (patch-aq) = da845661ef7f7aca3072dbeebde0444b4d8f01aa
8SHA1 (patch-gtkdoc.py) = b9bf7a8c2288bdec314c795317e2a4e1aac21913 8SHA1 (patch-gtkdoc.py) = b9bf7a8c2288bdec314c795317e2a4e1aac21913