diff options
author | leot <leot@pkgsrc.org> | 2016-11-28 14:40:42 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-11-28 14:40:42 +0000 |
commit | 6339d17faa453565d5431f01a99dac27ad012a7a (patch) | |
tree | 42257aa0ddc4b92feb961193faf04d53da0ffdce /print/mupdf/distinfo | |
parent | 55f4908aa09d1d27d397892f0ce6e3168347aae9 (diff) | |
download | pkgsrc-6339d17faa453565d5431f01a99dac27ad012a7a.tar.gz |
Update print/mupdf to mupdf-1.10
pkgsrc changes:
* Update DESCR and COMMENT to better reflect current status of MuPDF
* Delete security patches addressing CVE-2016-6265 and CVE-2016-6525,
fixed upstream.
* Bump BUILDLINK_A[BP]I_DEPENDS.mupdf (no longer compatible with 1.9 API)
Changes:
List of changes in MuPDF 1.10
* Headline changes:
* FictionBook (FB2) e-book support.
* Simple SVG parser (a small subset of SVG only).
* mutool convert: a new document conversion tool and interface.
* Multi-threaded rendering in mudraw.
* Luratech decoders for JBIG2 and JPEG2000 (commercial releases only).
* Optional JPEG-XR support (not included by default for security reasons).
* Updated base 14 fonts from URW.
* New CJK font with language specific variants.
* Hyperlink support in EPUB.
* Reduced memory use:
* New tool muraster: example printer driver with limited RAM usage and automatic banding.
* Alpha channel is now optional in pixmaps.
* More aggressive purging of cached objects.
* Partial image decoding for lower memory use when banding.
* Reduced code size when building with a subset of features:
* Reduced default set of built-in CMap tables to the minimum required.
* FZ_ENABLE_PDF, _XPS, _JS, to disable features at compile time.
* Function level linking.
* Interface changes and cleanups:
* Dropped pdf object generation numbers from public interfaces.
* Simplified PDF page, xobject, and annotation internals.
* Closing and freeing devices and writers are now separate steps.
* Improved PDF annotation editing interface (still a work in progress).
* Document writer interface.
* Banded image writer interface.
* Mobile viewers:
* New JNI interfaces to match capabilities of 'mutool run' javascript.
* New android and desktop java examples using new JNI interface.
Diffstat (limited to 'print/mupdf/distinfo')
-rw-r--r-- | print/mupdf/distinfo | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/print/mupdf/distinfo b/print/mupdf/distinfo index 521d1c7336c..d09574f54a1 100644 --- a/print/mupdf/distinfo +++ b/print/mupdf/distinfo @@ -1,14 +1,12 @@ -$NetBSD: distinfo,v 1.27 2016/08/03 08:50:17 leot Exp $ +$NetBSD: distinfo,v 1.28 2016/11/28 14:40:42 leot Exp $ -SHA1 (mupdf-1.9a-source.tar.gz) = f2b3c21e5060d6ec56ea0d0c32b0feac7eac0e5f -RMD160 (mupdf-1.9a-source.tar.gz) = 0cb0d098c603b16be217e42299052a928d95c3fc -SHA512 (mupdf-1.9a-source.tar.gz) = 9f804fd65c2dc6b7a3bd73961b1f1a8bf93d52903cccf6302acd6982dfa433125a3b8e77b808984921aee097877280fa21aafb87468cd0a8e4cfa900284a262b -Size (mupdf-1.9a-source.tar.gz) = 20493793 bytes +SHA1 (mupdf-1.10-source.tar.gz) = 570350f46c00fa091972832b620a43c1ae6a3408 +RMD160 (mupdf-1.10-source.tar.gz) = 49a66c9eb0cc8b11343b2dab0cb71155a415745a +SHA512 (mupdf-1.10-source.tar.gz) = 91dc77f1f785c960a4f70ee3f617b1ddda32c85015eb053c004ab3a90b899634c7e08e7eaa617a6b7b41910bb5e7e9e725fe636890e94098db1d5b61ed2b3c43 +Size (mupdf-1.10-source.tar.gz) = 42265171 bytes SHA1 (patch-Makethird) = 0a5951d543755c42053013f03b1c573b5da9c82c -SHA1 (patch-ab) = c1ee4dd0b79aa0d905c0a0b634fbd016c063cd64 -SHA1 (patch-ac) = 51b62ef8ff3e6c44ad954b2405bd982f9d682d37 +SHA1 (patch-ab) = 7bee583086078359ce04eacd9db3b4f03737a7bb +SHA1 (patch-ac) = d75afe8b05b85d042dc1baeaf8a9988f2e60338a SHA1 (patch-ae) = c6b113818b32cb4470e8549c00a16e0b2f364ede -SHA1 (patch-source_fitz_load-jpx.c) = cb33828a6ca638c1b61ff017708a41cc586d1b0e -SHA1 (patch-source_pdf_pdf-shade.c) = 9baba48f468e0827b77c25c05b226c763cf4975f -SHA1 (patch-source_pdf_pdf-xref.c) = 406c7a664b7171eb5ca7c5a09aac6be549a8fbb5 +SHA1 (patch-source_fitz_load-jpx.c) = fbe6814536d37835a4daa5bb90b1f6cf8698f807 SHA1 (patch-thirdparty_mujs_Makefile) = f1da7cdf2c9e2e4bbac3e80ef486204a39b27e34 |