Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Add poppler-22.03 compatibility patches from upstream.
pdf2djvu (0.9.18.2) unstable; urgency=low
* Document minimum required Exiv2 version.
* Fix build failure with upcoming Exiv2 1.0.
* Remove spurious zero-width spaces from the Ukrainian manual page.
* Improve the test suite:
+ Fix test failure with Exiv2 ≥ 0.27.5.
Thanks to Kamil Cukrowski for the bug report and the initial patch.
https://github.com/jwilk/pdf2djvu/issues/149
-- Jakub Wilk <jwilk@jwilk.net> Mon, 22 Nov 2021 18:38:23 +0100
pdf2djvu (0.9.18.1) unstable; urgency=low
* Fix build failure with Poppler ≥ 21.10.
* Windows: don't hardcode Poppler data path in the library.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 13 Oct 2021 14:48:56 +0200
pdf2djvu (0.9.18) unstable; urgency=low
[ Ilia Gobjila ]
* Fix typo in the Russian documentation.
[ Atri Bhattacharya ]
* Fix configure check for Poppler ≥ 20.12.
Thanks to Evangelos Foutras for the bug report.
https://github.com/jwilk/pdf2djvu/issues/144
[ Jakub Wilk ]
* Fix build failure with GCC 11.
https://github.com/jwilk/pdf2djvu/issues/146
* Upgrade libraries bundled with the Windows package:
- Poppler to 21.06;
- poppler-data to 0.4.10;
- DjVuLibre to 3.5.28;
- GraphicsMagick to 1.3.36;
- Expat to 2.4.1;
- Exiv2 to 0.27.3;
- FreeType to 2.10.4;
- OpenJPEG to 2.4.0.
* Drop support for Python 2.6.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 07 Jun 2021 20:04:15 +0200
|
|
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://openbsdmailbox.blogspot.com/2020/12/graphicspdf2djvu-unbreak-for-poppler.html
the pdf2djvu configure script performs checks against poppler-splash,
but poppler-splash.pc had been removed in poppler-20.12. Check against
poppler itself to unbreak the build.
|
|
Changelog:
pdf2djvu (0.9.17.1) unstable; urgency=low
* Fix build failure with Poppler >= 20.08.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 07 Aug 2020 19:13:22 +0200
pdf2djvu (0.9.17) unstable; urgency=low
* Fix build failure with Poppler >= 0.86.
Thanks to David B. Evans for the bug report.
https://github.com/jwilk/pdf2djvu/issues/142
* Drop support for Poppler < 0.35.
* Upgrade libraries bundled with the Windows package:
- Poppler to 0.86.1;
- Expat to 2.2.9;
- FreeType to 2.10.1.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 02 Mar 2020 17:46:38 +0100
pdf2djvu (0.9.16) unstable; urgency=low
* Fix build failure with Poppler >= 0.85.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 20 Feb 2020 11:38:58 +0100
pdf2djvu (0.9.15) unstable; urgency=low
* Fix build failure with Poppler >= 0.83.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 20 Dec 2019 15:30:18 +0100
pdf2djvu (0.9.14) unstable; urgency=low
* Fix build failure with Poppler >= 0.82.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 28 Oct 2019 17:07:29 +0100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
recursive bump for the dependency change
|
|
|
|
|
|
|
|
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
|
|
|
|
|
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> 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> 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> Thu, 25 Oct 2018 23:07:15 +0200
|
|
|
|
|
|
|
|
Exclude print/luatex that is updated manually.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updated during freeze because the previous version didn't compile with
the version of poppler that we currently have.
Changes:
- bug fixes
- build fixes
- doc improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|