pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/pdf2djvu pdf2djvu: Update to 0.9.13
details: https://anonhg.NetBSD.org/pkgsrc/rev/a30e7ebdee67
branches: trunk
changeset: 399345:a30e7ebdee67
user: nia <nia%pkgsrc.org@localhost>
date: Wed Aug 07 12:13:01 2019 +0000
description:
pdf2djvu: Update to 0.9.13
pdf2djvu (0.9.13) unstable; urgency=low
[ Jakub Wilk ]
* Fix build failure with Poppler ? 0.76.
* Improve warning message for (unhandled) hide actions.
* Windows: fix reading files with non-ASCII characters in names.
https://github.com/jwilk/pdf2djvu/issues/138
* Upgrade libraries bundled with the Windows package:
- Poppler 0.77;
- FreeType 2.10;
- OpenJPEG 2.3.1.
* Improve the test suite:
+ Don't enforce the C locale.
+ Make it easy to pass arguments to nose.
(make test noseargs=...)
* Update the Polish translation.
* Use HTTPS for exiv2.org URLs.
* Update poppler-data URL.
* Add support for heap profiling using gperftools.
[ Samy Mahmoudi ]
* Improve build-time logging.
-- Jakub Wilk <jwilk%jwilk.net@localhost> Mon, 10 Jun 2019 19:06:35 +0200
pdf2djvu (0.9.12) unstable; urgency=low
* Fix build failure with Poppler ? 0.72.
* Improve the test suite.
* Improve typography in the manual page.
* Upgrade libraries bundled with the Windows package:
- Poppler 0.72;
- poppler-data 0.4.9;
- GraphicsMagick 1.3.31;
- FreeType 2.9.1;
- Expat 2.2.6.
* Windows: fix GraphicsMagick configuration search path.
* Windows: install miscellaneous documentation files.
Regression introduced in 0.8.1.
* Windows build system: don't download sources without explicit user's
consent.
-- Jakub Wilk <jwilk%jwilk.net@localhost> Wed, 02 Jan 2019 16:46:27 +0100
pdf2djvu (0.9.11) unstable; urgency=low
* Fix build failure with Poppler ? 0.70.
* Improve error handling.
* Improve the build system:
+ Fix Poppler (? 0.69) headers detection with old compilers that require
the -std option to enable C++11 mode.
+ Honor the CPPFLAGS environment variable only at configure time, not when
running make. (This was already the case for other *FLAGS variables.)
* Improve the test suite:
+ Make it easy to use custom Python interpreter.
(make test PYTHON=/path/to/python)
+ Make it easy to test against installed version of pdf2djvu.
(make test-installed)
* Improve documentation:
+ Use HTTPS for leon.bottou.org URL.
-- Jakub Wilk <jwilk%jwilk.net@localhost> Thu, 25 Oct 2018 23:07:15 +0200
diffstat:
print/pdf2djvu/Makefile | 10 ++++++----
print/pdf2djvu/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 9 deletions(-)
diffs (42 lines):
diff -r d248d24637c9 -r a30e7ebdee67 print/pdf2djvu/Makefile
--- a/print/pdf2djvu/Makefile Wed Aug 07 12:12:12 2019 +0000
+++ b/print/pdf2djvu/Makefile Wed Aug 07 12:13:01 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.78 2019/07/23 17:20:00 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2019/08/07 12:13:01 nia Exp $
-DISTNAME= pdf2djvu-0.9.10
-PKGREVISION= 12
+DISTNAME= pdf2djvu-0.9.13
CATEGORIES= print
-MASTER_SITES= https://github.com/jwilk/pdf2djvu/releases/download/${PKGVERSION_NOREV}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jwilk/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon%NetBSD.org@localhost
@@ -18,7 +18,9 @@
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c++
USE_TOOLS+= pkg-config gmake intltool msgfmt xgettext
+
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
+CONFIGURE_ARGS+= --disable-rpath
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/GraphicsMagick/buildlink3.mk"
diff -r d248d24637c9 -r a30e7ebdee67 print/pdf2djvu/distinfo
--- a/print/pdf2djvu/distinfo Wed Aug 07 12:12:12 2019 +0000
+++ b/print/pdf2djvu/distinfo Wed Aug 07 12:13:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/09/29 19:02:31 tnn Exp $
+$NetBSD: distinfo,v 1.15 2019/08/07 12:13:01 nia Exp $
-SHA1 (pdf2djvu-0.9.10.tar.xz) = a6651d5f458b73858e4a7b45e452ee587fc51077
-RMD160 (pdf2djvu-0.9.10.tar.xz) = 79681b300ec3e829bd9f4cb458cbddeabbbc5b37
-SHA512 (pdf2djvu-0.9.10.tar.xz) = a17f4d0d24beed0ab68ac56f907426d3a49ef219ca36b1cd7114edd41bd892ae35b567f5cd60c1620a82e8dbab380cdc9500ce20ca88fb7f8513ec63da0e59de
-Size (pdf2djvu-0.9.10.tar.xz) = 291944 bytes
+SHA1 (pdf2djvu-0.9.13.tar.xz) = 100614ae77cfc200740d62a9f0afa841f6782663
+RMD160 (pdf2djvu-0.9.13.tar.xz) = 2a8b473ca93eafc3b7f35daf4824410e91af6edf
+SHA512 (pdf2djvu-0.9.13.tar.xz) = 067c721d4f587fd38121ea104e1c08930df58108a2270d7142e539715c031b5bb6b302921dfd68ace09fddfb5c881f081d6a6d866f6038255e89754fc34bc006
+Size (pdf2djvu-0.9.13.tar.xz) = 296420 bytes
Home |
Main Index |
Thread Index |
Old Index