mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
graphics/mudpf, graphics/zathura-pdf-mudpf: Update to 1.16.0 and 0.3.5
* Update both ports as mupdf 1.16.0 would break zathura-pdf-mupdf <= 0.3.4 and vice versa. * zathura-pdf-mupdf: Change secondary entry of MASTER_SITES to maintainer's site as the previous one was provided by madpilot@ as an interim solution some time ago to cope with unreachability issues of pwmt.org. [1] Notable changes for mudpf: * api: Major overhaul of color management architecture. * api: Improved functions to verify/sign PDF documents. * epub: Changed default page size to A5. * epub: New Noto fonts covering more unicode scripts. * pdf: Add Redact annotation type and function to apply redactions. * pdf: Add/remove/change encryption and password when saving PDF files. https://mupdf.com/release_history.html Changelog for zathura-pdf-mudpf: * Adapted to MuPDF >= 1.16.x * Use SPDX license identifiers PR: 239598, 239815 [1] Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
This commit is contained in:
parent
57ef89c5fc
commit
8bb5689af1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508916
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mupdf
|
||||
DISTVERSION= 1.15.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.16.0
|
||||
DISTVERSIONSUFFIX= -source
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1557205886
|
||||
SHA256 (mupdf-1.15.0-source.tar.gz) = 9fe6773ee0dc192d1878b7886b51150cbeb1a8ad81d3cd806d8e1ab343ffd471
|
||||
SIZE (mupdf-1.15.0-source.tar.gz) = 53023898
|
||||
TIMESTAMP = 1564598649
|
||||
SHA256 (mupdf-1.16.0-source.tar.gz) = 64d537895641b711737cc58fe762481b07ea71d1506e8bd8a13434e093b0068d
|
||||
SIZE (mupdf-1.16.0-source.tar.gz) = 60805124
|
||||
|
@ -8,8 +8,7 @@ include/mupdf/fitz/band-writer.h
|
||||
include/mupdf/fitz/bidi.h
|
||||
include/mupdf/fitz/bitmap.h
|
||||
include/mupdf/fitz/buffer.h
|
||||
include/mupdf/fitz/color-management.h
|
||||
include/mupdf/fitz/colorspace.h
|
||||
include/mupdf/fitz/color.h
|
||||
include/mupdf/fitz/compress.h
|
||||
include/mupdf/fitz/compressed-buffer.h
|
||||
include/mupdf/fitz/config.h
|
||||
@ -79,10 +78,10 @@ man/man1/mutool.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/android-sdk.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api-changes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/artifex-logo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/building.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/coding-overview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/coding-progressive.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/coding-style.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/bbox-device.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/create-thumbnail.js
|
||||
|
@ -2,11 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zathura-pdf-mupdf
|
||||
DISTVERSION= 0.3.4
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 0.3.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \
|
||||
http://www.madpilot.net/~mad/pwmt.org/
|
||||
http://freebsd.uzsolt.hu/src/
|
||||
|
||||
MAINTAINER= uzsolt@uzsolt.hu
|
||||
COMMENT= MuPDF render PDF plugin for Zathura PDF viewer
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1543771885
|
||||
SHA256 (zathura-pdf-mupdf-0.3.4.tar.xz) = d64331b9be43e42dce1d113746c62e4e6e9c9a2b4df77889e4bfc743be2dcd98
|
||||
SIZE (zathura-pdf-mupdf-0.3.4.tar.xz) = 8092
|
||||
TIMESTAMP = 1565696783
|
||||
SHA256 (zathura-pdf-mupdf-0.3.5.tar.xz) = 18a63f7abaf9751c37f26a6ceee2d83738a5853fd42521fed69d32fecfd25cde
|
||||
SIZE (zathura-pdf-mupdf-0.3.5.tar.xz) = 8088
|
||||
|
Loading…
Reference in New Issue
Block a user