update to mupdf-1.27.2

This commit is contained in:
sthen
2026-02-21 08:37:14 +00:00
parent 0d4ab56c5e
commit fc5ba495d7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT = graphic library, pdf parser, viewer and utilities
SHARED_LIBS += mupdf 15.0
V = 1.27.1
V = 1.27.2
DISTNAME = mupdf-$V-source
PKGNAME = mupdf-${V:S/-rc/rc/}
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (mupdf-1.27.1-source.tar.gz) = Wh/Oc3MEij6JhdZhbuN8qqGIWrkMGws5Vr21PW7NIq8=
SIZE (mupdf-1.27.1-source.tar.gz) = 66965636
SHA256 (mupdf-1.27.2-source.tar.gz) = VThnsTUwPcTCWrZ8XyNNjpAKDjbmboSE2ZrcBf4ehzc=
SIZE (mupdf-1.27.2-source.tar.gz) = 66968384
@@ -12,7 +12,7 @@ Index: source/tools/pdfclean.c
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
@@ -268,6 +270,12 @@ int pdfclean_main(int argc, char **argv)
@@ -273,6 +275,12 @@ int pdfclean_main(int argc, char **argv)
(strstr(argv[fz_optind], ".pdf") || strstr(argv[fz_optind], ".PDF")))
{
outfile = fz_optpath(argv[fz_optind++]);