Thu Sep 28 12:41:34 2017 UTC ()
Update to 0.9.7

Changelog:
pdf2djvu (0.9.7) unstable; urgency=low

  * Fix build failure with Poppler ≥ 0.58.
  * Improve the build system:
    + Fix non-portable sed(1) calls in the manpage translations makefile.
    + Use relative paths when building OpenJPEG for Windows (so that absolute
      paths are not included in the binary).
  * Upgrade libraries bundled with the Windows package:
    - Poppler 0.59.

 -- Jakub Wilk <jwilk@jwilk.net>  Mon, 04 Sep 2017 21:15:05 +0200

pdf2djvu (0.9.6) unstable; urgency=low

  * Port the code to C++11.
    Incidentally, this fixes build failure with Poppler ≥ 0.57.
  * Fix GCC 8 warnings about catching polymorphic type by value.
    https://github.com/jwilk/pdf2djvu/issues/122
  * Upgrade libraries bundled with the Windows package:
    - Poppler 0.57;
    - GraphicsMagick 1.3.26;
    - Expat 2.2.3;
    - FreeType 2.8;
    - fontconfig 2.12.4.
  * Windows: build Poppler against OpenJPEG 2.1.2.
  * Improve the test suite.

 -- Jakub Wilk <jwilk@jwilk.net>  Mon, 07 Aug 2017 14:52:02 +0200


(ryoon)
diff -r1.51 -r1.52 pkgsrc/print/pdf2djvu/Makefile
diff -r1.12 -r1.13 pkgsrc/print/pdf2djvu/distinfo

cvs diff -r1.51 -r1.52 pkgsrc/print/pdf2djvu/Makefile (expand / switch to unified diff)

--- pkgsrc/print/pdf2djvu/Makefile 2017/09/04 20:20:55 1.51
+++ pkgsrc/print/pdf2djvu/Makefile 2017/09/28 12:41:34 1.52
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.51 2017/09/04 20:20:55 ryoon Exp $ 1# $NetBSD: Makefile,v 1.52 2017/09/28 12:41:34 ryoon Exp $
2# 2#
3 3
4DISTNAME= pdf2djvu-0.9.5 4DISTNAME= pdf2djvu-0.9.7
5PKGREVISION= 3 
6CATEGORIES= print 5CATEGORIES= print
7MASTER_SITES= https://github.com/jwilk/pdf2djvu/releases/download/${PKGVERSION_NOREV}/ 6MASTER_SITES= https://github.com/jwilk/pdf2djvu/releases/download/${PKGVERSION_NOREV}/
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= http://jwilk.net/software/pdf2djvu 10HOMEPAGE= http://jwilk.net/software/pdf2djvu
12COMMENT= Creates DjVu files from PDF files 11COMMENT= Creates DjVu files from PDF files
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15DEPENDS+= djvulibre-tools-[0-9]*:../../graphics/djvulibre-tools 14DEPENDS+= djvulibre-tools-[0-9]*:../../graphics/djvulibre-tools
16 15
17WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.12 -r1.13 pkgsrc/print/pdf2djvu/distinfo (expand / switch to unified diff)

--- pkgsrc/print/pdf2djvu/distinfo 2017/05/16 12:43:47 1.12
+++ pkgsrc/print/pdf2djvu/distinfo 2017/09/28 12:41:34 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2017/05/16 12:43:47 ryoon Exp $ 1$NetBSD: distinfo,v 1.13 2017/09/28 12:41:34 ryoon Exp $
2 2
3SHA1 (pdf2djvu-0.9.5.tar.xz) = 31243c5c90cf89110191866159bdfd9164150e45 3SHA1 (pdf2djvu-0.9.7.tar.xz) = 2b3e655301a97191a19791a05d73b7cd2428be66
4RMD160 (pdf2djvu-0.9.5.tar.xz) = 638aaf4b4a2885a5138cad3df0e67bbe89496f2a 4RMD160 (pdf2djvu-0.9.7.tar.xz) = fba9b77b24829b726e636e9362fbb887d50544a4
5SHA512 (pdf2djvu-0.9.5.tar.xz) = d3628f40f17fc2a2449f45a51a5641cb0fc0f55fc71cc481cd71e029bc870280bdf938d3ed1e757c61ea100d9a67af316362f9e7c3cc10c0d704ca3645d6633a 5SHA512 (pdf2djvu-0.9.7.tar.xz) = d068e214b90f85c97117e30fb1d3c2625defc81348f65c656712b754ddac3116338a1294d8545caec2cf00e6e8014b0e6a97b043504d90a5074469e039eb9366
6Size (pdf2djvu-0.9.5.tar.xz) = 267188 bytes 6Size (pdf2djvu-0.9.7.tar.xz) = 268344 bytes