pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/pdf2djvu



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Sep 28 12:41:34 UTC 2017

Modified Files:
        pkgsrc/print/pdf2djvu: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/print/pdf2djvu/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/pdf2djvu/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/pdf2djvu/Makefile
diff -u pkgsrc/print/pdf2djvu/Makefile:1.51 pkgsrc/print/pdf2djvu/Makefile:1.52
--- pkgsrc/print/pdf2djvu/Makefile:1.51 Mon Sep  4 20:20:55 2017
+++ pkgsrc/print/pdf2djvu/Makefile      Thu Sep 28 12:41:34 2017
@@ -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

Index: pkgsrc/print/pdf2djvu/distinfo
diff -u pkgsrc/print/pdf2djvu/distinfo:1.12 pkgsrc/print/pdf2djvu/distinfo:1.13
--- pkgsrc/print/pdf2djvu/distinfo:1.12 Tue May 16 12:43:47 2017
+++ pkgsrc/print/pdf2djvu/distinfo      Thu Sep 28 12:41:34 2017
@@ -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