Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mupdf: update to 1.23.10
@ 2024-02-14 20:50 dkwo
  2024-02-15  3:40 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: dkwo @ 2024-02-14 20:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages mupdf
https://github.com/void-linux/void-packages/pull/48724

mupdf: update to 1.23.10
- I tested the changes in this PR: yes

With this mupdf version, which includes https://git.ghostscript.com/?p=mupdf.git;h=9c9ae0f6ef3ef45cb9ee8add96c6ee598b5f3080 , sioyek correctly parses the TOC of certain documents, see https://github.com/ahrm/sioyek/issues/856

cc #48182 

A patch file from https://github.com/void-linux/void-packages/pull/48724.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mupdf-48724.patch --]
[-- Type: text/x-diff, Size: 3938 bytes --]

From 02d0e65b003fe938084541e13594303be5138d04 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 14 Feb 2024 11:06:35 -0500
Subject: [PATCH 1/5] mupdf: update to 1.23.10

---
 srcpkgs/mupdf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mupdf/template b/srcpkgs/mupdf/template
index c3f1083f7a072..31ce12dc1e8ad 100644
--- a/srcpkgs/mupdf/template
+++ b/srcpkgs/mupdf/template
@@ -1,7 +1,7 @@
 # Template file for 'mupdf'
 # Static library, revbump all dependants on mupdf updates
 pkgname=mupdf
-version=1.23.6
+version=1.23.10
 revision=1
 hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel
  libjpeg-turbo-devel jbig2dec-devel libXext-devel libXcursor-devel
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="AGPL-3.0-only"
 homepage="https://mupdf.com"
 distfiles="https://mupdf.com/downloads/archive/mupdf-${version}-source.tar.lz"
-checksum=7beb083bedd18c2727ecfa4d8355db4371050cc002ebd20dee5ae7d640161f16
+checksum=11604853480ac3d126109c76506739e000c5e4ad17d090c6b519c7cf9caf1a5c
 
 pre_build() {
 	if [ "$CROSS_BUILD" ]; then

From 852c931805959b37becee02aa91fa260823c1085 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 14 Feb 2024 11:11:22 -0500
Subject: [PATCH 2/5] sioyek: bump for mupdf

---
 srcpkgs/sioyek/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sioyek/template b/srcpkgs/sioyek/template
index 5c98363d008a1..494a2a8d5ccdb 100644
--- a/srcpkgs/sioyek/template
+++ b/srcpkgs/sioyek/template
@@ -1,7 +1,7 @@
 # Template file for 'sioyek'
 pkgname=sioyek
 version=2.0.0
-revision=6
+revision=7
 build_style=qmake
 configure_args="pdf_viewer_build_config.pro"
 hostmakedepends="qt5-qmake qt5-host-tools

From 0df24b97e47eb52e15035ab6d432c9b79bf0bd23 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 14 Feb 2024 15:26:23 -0500
Subject: [PATCH 3/5] cups-filters: bump for mupdf

---
 srcpkgs/cups-filters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cups-filters/template b/srcpkgs/cups-filters/template
index fc711ee1bd76a..5a1c2d4473e86 100644
--- a/srcpkgs/cups-filters/template
+++ b/srcpkgs/cups-filters/template
@@ -1,7 +1,7 @@
 # Template file for 'cups-filters'
 pkgname=cups-filters
 version=1.28.17
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-rcdir=no --enable-avahi
  --with-browseremoteprotocols=DNSSD,CUPS

From d5c0920ae6f2ad2873a7f4b2ac55525bfc3320bb Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 14 Feb 2024 15:26:23 -0500
Subject: [PATCH 4/5] fbpdf: bump for mupdf

---
 srcpkgs/fbpdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fbpdf/template b/srcpkgs/fbpdf/template
index 9d33996df55eb..1dfe419a78e3a 100644
--- a/srcpkgs/fbpdf/template
+++ b/srcpkgs/fbpdf/template
@@ -1,7 +1,7 @@
 # Template file for 'fbpdf'
 pkgname=fbpdf
 version=0.0.20220624
-revision=4
+revision=5
 _githash=6276360f47edd71de736e153f5dcc82b6d60b3db
 _gitshort="${_githash:0:7}"
 build_style=gnu-makefile

From 98d4c4792178c6b468067543c48e5ce23e3704d3 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 14 Feb 2024 15:26:23 -0500
Subject: [PATCH 5/5] zathura-pdf-mupdf: bump for mupdf

---
 srcpkgs/zathura-pdf-mupdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zathura-pdf-mupdf/template b/srcpkgs/zathura-pdf-mupdf/template
index fcf849b531121..3c9427b8fe74b 100644
--- a/srcpkgs/zathura-pdf-mupdf/template
+++ b/srcpkgs/zathura-pdf-mupdf/template
@@ -1,7 +1,7 @@
 # Template file for 'zathura-pdf-mupdf'
 pkgname=zathura-pdf-mupdf
 version=0.4.1
-revision=5
+revision=6
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="mupdf-devel zathura-devel libopenjpeg2-devel tesseract-ocr-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: mupdf: update to 1.23.10
  2024-02-14 20:50 [PR PATCH] mupdf: update to 1.23.10 dkwo
@ 2024-02-15  3:40 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-02-15  3:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

There's a merged pull request on the void-packages repository

mupdf: update to 1.23.10
https://github.com/void-linux/void-packages/pull/48724

Description:
- I tested the changes in this PR: yes

With this mupdf version, which includes https://git.ghostscript.com/?p=mupdf.git;h=9c9ae0f6ef3ef45cb9ee8add96c6ee598b5f3080 , sioyek correctly parses the TOC of certain documents, see https://github.com/ahrm/sioyek/issues/856

cc #48182 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-15  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-14 20:50 [PR PATCH] mupdf: update to 1.23.10 dkwo
2024-02-15  3:40 ` [PR PATCH] [Merged]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).