pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/pdf2djvu Update to 0.9.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec3feee622cf
branches:  trunk
changeset: 369331:ec3feee622cf
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Sep 28 12:41:34 2017 +0000

description:
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@localhost>  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@localhost>  Mon, 07 Aug 2017 14:52:02 +0200

diffstat:

 print/pdf2djvu/Makefile |   5 ++---
 print/pdf2djvu/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 5d34965ea396 -r ec3feee622cf print/pdf2djvu/Makefile
--- a/print/pdf2djvu/Makefile   Thu Sep 28 12:29:46 2017 +0000
+++ b/print/pdf2djvu/Makefile   Thu Sep 28 12:41:34 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2017/09/04 20:20:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2017/09/28 12:41:34 ryoon Exp $
 #
 
-DISTNAME=      pdf2djvu-0.9.5
-PKGREVISION=   3
+DISTNAME=      pdf2djvu-0.9.7
 CATEGORIES=    print
 MASTER_SITES=  https://github.com/jwilk/pdf2djvu/releases/download/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
diff -r 5d34965ea396 -r ec3feee622cf print/pdf2djvu/distinfo
--- a/print/pdf2djvu/distinfo   Thu Sep 28 12:29:46 2017 +0000
+++ b/print/pdf2djvu/distinfo   Thu Sep 28 12:41:34 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/05/16 12:43:47 ryoon Exp $
+$NetBSD: distinfo,v 1.13 2017/09/28 12:41:34 ryoon Exp $
 
-SHA1 (pdf2djvu-0.9.5.tar.xz) = 31243c5c90cf89110191866159bdfd9164150e45
-RMD160 (pdf2djvu-0.9.5.tar.xz) = 638aaf4b4a2885a5138cad3df0e67bbe89496f2a
-SHA512 (pdf2djvu-0.9.5.tar.xz) = d3628f40f17fc2a2449f45a51a5641cb0fc0f55fc71cc481cd71e029bc870280bdf938d3ed1e757c61ea100d9a67af316362f9e7c3cc10c0d704ca3645d6633a
-Size (pdf2djvu-0.9.5.tar.xz) = 267188 bytes
+SHA1 (pdf2djvu-0.9.7.tar.xz) = 2b3e655301a97191a19791a05d73b7cd2428be66
+RMD160 (pdf2djvu-0.9.7.tar.xz) = fba9b77b24829b726e636e9362fbb887d50544a4
+SHA512 (pdf2djvu-0.9.7.tar.xz) = d068e214b90f85c97117e30fb1d3c2625defc81348f65c656712b754ddac3116338a1294d8545caec2cf00e6e8014b0e6a97b043504d90a5074469e039eb9366
+Size (pdf2djvu-0.9.7.tar.xz) = 268344 bytes



Home | Main Index | Thread Index | Old Index