FreeBSD Bugzilla – Attachment 214592 Details for
Bug 246532
graphics/mupdf: Update to 1.17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
mupdf-1.17.0,1.diff (text/plain), 2.92 KB, created by
Salil Wadnerkar
on 2020-05-17 22:38:59 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Salil Wadnerkar
Created:
2020-05-17 22:38:59 UTC
Size:
2.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 535464) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mupdf >-DISTVERSION= 1.16.0 >+DISTVERSION= 1.17.0 > DISTVERSIONSUFFIX= -source > PORTEPOCH= 1 > CATEGORIES= graphics >Index: distinfo >=================================================================== >--- distinfo (revision 535464) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1564598649 >-SHA256 (mupdf-1.16.0-source.tar.gz) = 64d537895641b711737cc58fe762481b07ea71d1506e8bd8a13434e093b0068d >-SIZE (mupdf-1.16.0-source.tar.gz) = 60805124 >+TIMESTAMP = 1589721586 >+SHA256 (mupdf-1.17.0-source.tar.gz) = 00e33fa89cb42f1ef9e3bb73671b1cb6d210f5159bd68168fa5c89ceb24dd48e >+SIZE (mupdf-1.17.0-source.tar.gz) = 65510829 >Index: files/scroll_hack-platform__x11__pdfapp.c >=================================================================== >--- files/scroll_hack-platform__x11__pdfapp.c (revision 535464) >+++ files/scroll_hack-platform__x11__pdfapp.c (working copy) >@@ -1,36 +1,36 @@ >---- ./platform/x11/pdfapp.c.orig 2014-08-04 19:59:53.000000000 +0200 >-+++ ./platform/x11/pdfapp.c 2014-08-04 20:03:46.000000000 +0200 >-@@ -1166,6 +1166,8 @@ >+--- ./platform/x11/pdfapp.c.orig 2020-05-05 04:29:09.000000000 -0700 >++++ ./platform/x11/pdfapp.c 2020-05-17 08:47:00.137902000 -0700 >+@@ -1462,6 +1462,8 @@ >+ > case 'j': > { >- int h = fz_pixmap_height(app->ctx, app->image); >-+ if ( (app->pany + h) <= app->winh ) >-+ goto pagedown; >- if (h <= app->winh || app->pany <= app->winh - h) >++ if (app->pany + app->imgh <= app->winh) >++ goto pagedown; >+ if (app->imgh <= app->winh || app->pany <= app->winh - app->imgh) > { > panto = PAN_TO_TOP; >-@@ -1182,6 +1184,8 @@ >+@@ -1477,6 +1479,8 @@ >+ > case 'k': > { >- int h = fz_pixmap_height(app->ctx, app->image); >-+ if (app->pany >= 0) >-+ goto pageup; >- if (h <= app->winh || app->pany == 0) >++ if (app->pany >= 0) >++ goto pageup; >+ if (app->imgh <= app->winh || app->pany == 0) > { > panto = PAN_TO_BOTTOM; >-@@ -1257,6 +1261,7 @@ >+@@ -1550,6 +1554,7 @@ > */ > > case ',': >-+ pageup: >- panto = PAN_TO_BOTTOM; >++ pageup: >+ panto = DONT_PAN; > if (app->numberlen > 0) > app->pageno -= atoi(app->number); >-@@ -1265,6 +1270,7 @@ >+@@ -1558,6 +1563,7 @@ > break; > > case '.': >-+ pagedown: >- panto = PAN_TO_TOP; >++ pagedown: >+ panto = DONT_PAN; > if (app->numberlen > 0) > app->pageno += atoi(app->number); >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 535464) >+++ pkg-plist (working copy) >@@ -26,6 +26,7 @@ > include/mupdf/fitz/hash.h > include/mupdf/fitz/image.h > include/mupdf/fitz/link.h >+include/mupdf/fitz/log.h > include/mupdf/fitz/outline.h > include/mupdf/fitz/output-svg.h > include/mupdf/fitz/output.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
uzsolt
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 246532
: 214592 |
214598