summaryrefslogtreecommitdiff
path: root/print/mupdf/buildlink3.mk
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-10-04 19:02:33 +0000
committerleot <leot@pkgsrc.org>2018-10-04 19:02:33 +0000
commit97c316144186178fc852f122fb20698e5bb42d89 (patch)
treed78e3b51d79eed176edcbdcc3c179e235a3a07c0 /print/mupdf/buildlink3.mk
parentcff533a129e24a882a30959c9aa00f91e27d744d (diff)
downloadpkgsrc-97c316144186178fc852f122fb20698e5bb42d89.tar.gz
mupdf: Update print/mupdf to 1.14.0
pkgsrc changes: - Pass USE_SYSTEM_LIBS=yes via MAKE_ENV in order to honor system (pkgsrc) packages {C,LD}FLAGS - Rewrite the logic to disable lcms2 in patch-ab and inject -DNO_ICC directly via CFLAGS Changes: MuPDF 1.14.0 ------------ * New features: * Added "Source Han Serif" CJK fallback font. * Added more scripts to the Noto fallback fonts. * Multi-page PNM support. * "mutool show" now supports a path syntax for selecting objects to show. * Build system simplifications: * Auto-generated CMap, ICC, and JS source files are checked in to git. * Embedded CMap resources are now generated by a python script. * Embedded font resources are linked directly if using GNU ld or windows. * Namegen tool replaced by use of C macros. * Simplified Makefile. * Annotation editing: * New annotation editing mode in mupdf-gl. * Can create, edit, and delete most annotation types. * Can create appearance streams for most annotation types. * Can create appearance streams for Tx form fields. * Can create appearance streams for Ch form fields. * Form filling in mupdf-gl: * Can click buttons, checkboxes, and radioboxes. * Can fill out text fields using dialog box. * Can select choice options using dialog box. * Can verify and sign digital signatures. * Improved UI for mupdf-gl: * Password dialog. * Error dialog. * Open/save file dialog. * Snap selection to words or lines by holding control or control+shift. * Save and restore current location, bookmarks, and navigation history. * Bug fixes: * Improved CJK character fallback handling in EPUB. * API changes: * Pass rectangle and matrix structs by value. * Replaced PDF_NAME_Xxx macros with PDF_NAME(Xxx). * Added PDF_TRUE, PDF_FALSE, and PDF_NULL constant pdf_obj* macros. * Added helper functions: pdf_dict_get_int, etc. * Removed 'doc' argument in pdf_new_int, etc. * Quads instead of rects when highlighting and searching text. * mutool run: Pass arguments to script in scriptArgs global.
Diffstat (limited to 'print/mupdf/buildlink3.mk')
-rw-r--r--print/mupdf/buildlink3.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/mupdf/buildlink3.mk b/print/mupdf/buildlink3.mk
index 97aa10212cc..5dc47d625b4 100644
--- a/print/mupdf/buildlink3.mk
+++ b/print/mupdf/buildlink3.mk
@@ -1,12 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.25 2018/08/16 18:54:31 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.26 2018/10/04 19:02:33 leot Exp $
BUILDLINK_TREE+= mupdf
.if !defined(MUPDF_BUILDLINK3_MK)
MUPDF_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.mupdf+= mupdf>=1.13.0
-BUILDLINK_ABI_DEPENDS.mupdf?= mupdf>=1.13.0nb1
+BUILDLINK_API_DEPENDS.mupdf+= mupdf>=1.14.0
BUILDLINK_PKGSRCDIR.mupdf?= ../../print/mupdf
pkgbase := mupdf