Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mupdf and zathura-mupdf-pdf: rebuild for jbig2dec
@ 2023-09-22 19:34 tornaria
  2023-09-22 19:39 ` dkwo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tornaria @ 2023-09-22 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages mupdf
https://github.com/void-linux/void-packages/pull/46190

mupdf and zathura-mupdf-pdf: rebuild for jbig2dec
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
Fixes: #46184

I have a pdf that cannot be loaded before / can be loaded after.

Maybe sioyek and fbpdf also have to be rebuilt.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3440c954c88b1dd0a2d42e796eacf4f2ff2aec6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 22 Sep 2023 15:57:20 -0300
Subject: [PATCH 1/2] mupdf: rebuild for jbig2dec

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

diff --git a/srcpkgs/mupdf/template b/srcpkgs/mupdf/template
index e3c8f8d380e09..0c05d36e41385 100644
--- a/srcpkgs/mupdf/template
+++ b/srcpkgs/mupdf/template
@@ -1,7 +1,7 @@
 # Template file for 'mupdf'
 pkgname=mupdf
 version=1.20.3
-revision=2
+revision=3
 hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel
  libjpeg-turbo-devel jbig2dec-devel libXext-devel libXcursor-devel
  libXrandr-devel libXinerama-devel harfbuzz-devel readline-devel

From a95b8f8e7ad4f43962fe42d5d07b0afd935718c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 22 Sep 2023 16:08:19 -0300
Subject: [PATCH 2/2] zathura-pdf-mupdf: rebuild for jbig2dec

---
 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 6ab2913b377b2..e88aca6cfc3d2 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=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="mupdf-devel zathura-devel libopenjpeg2-devel tesseract-ocr-devel

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

* Re: mupdf and zathura-mupdf-pdf: rebuild for jbig2dec
  2023-09-22 19:34 [PR PATCH] mupdf and zathura-mupdf-pdf: rebuild for jbig2dec tornaria
@ 2023-09-22 19:39 ` dkwo
  2023-09-22 19:41 ` [PR PATCH] [Updated] " tornaria
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2023-09-22 19:39 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/46190#issuecomment-1731949925

Comment:
Thanks, I was about to do that.
I cannot test mupdf, as my setup is wayland only, but strangely zathura-pdf-mupdf and sioyek still work for me (unless this is triggered by a specific pdf file).

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

* Re: [PR PATCH] [Updated] mupdf and zathura-mupdf-pdf: rebuild for jbig2dec
  2023-09-22 19:34 [PR PATCH] mupdf and zathura-mupdf-pdf: rebuild for jbig2dec tornaria
  2023-09-22 19:39 ` dkwo
@ 2023-09-22 19:41 ` tornaria
  2023-09-22 19:42 ` [PR PATCH] [Merged]: " ahesford
  2023-09-22 19:44 ` tornaria
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2023-09-22 19:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages mupdf
https://github.com/void-linux/void-packages/pull/46190

mupdf and zathura-mupdf-pdf: rebuild for jbig2dec
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
Fixes: #46184

I have a pdf that cannot be loaded before / can be loaded after.

Maybe sioyek and fbpdf also have to be rebuilt.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3440c954c88b1dd0a2d42e796eacf4f2ff2aec6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 22 Sep 2023 15:57:20 -0300
Subject: [PATCH 1/4] mupdf: rebuild for jbig2dec

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

diff --git a/srcpkgs/mupdf/template b/srcpkgs/mupdf/template
index e3c8f8d380e09..0c05d36e41385 100644
--- a/srcpkgs/mupdf/template
+++ b/srcpkgs/mupdf/template
@@ -1,7 +1,7 @@
 # Template file for 'mupdf'
 pkgname=mupdf
 version=1.20.3
-revision=2
+revision=3
 hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel
  libjpeg-turbo-devel jbig2dec-devel libXext-devel libXcursor-devel
  libXrandr-devel libXinerama-devel harfbuzz-devel readline-devel

From a95b8f8e7ad4f43962fe42d5d07b0afd935718c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 22 Sep 2023 16:08:19 -0300
Subject: [PATCH 2/4] zathura-pdf-mupdf: rebuild for jbig2dec

---
 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 6ab2913b377b2..e88aca6cfc3d2 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=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="mupdf-devel zathura-devel libopenjpeg2-devel tesseract-ocr-devel

From b38a69094153912cb522d9effdabda6a83f2d128 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 22 Sep 2023 16:36:15 -0300
Subject: [PATCH 3/4] sioyek: rebuild for jbig2dec

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

diff --git a/srcpkgs/sioyek/template b/srcpkgs/sioyek/template
index 8500bdf8e43bb..66e4fd41acd4a 100644
--- a/srcpkgs/sioyek/template
+++ b/srcpkgs/sioyek/template
@@ -1,7 +1,7 @@
 # Template file for 'sioyek'
 pkgname=sioyek
 version=2.0.0
-revision=3
+revision=4
 build_style=qmake
 configure_args="pdf_viewer_build_config.pro"
 hostmakedepends="qt5-qmake qt5-host-tools

From 4f89fb58685a777112c393dbd53067ebace67c5e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 22 Sep 2023 16:36:15 -0300
Subject: [PATCH 4/4] fbpdf: rebuild for jbig2dec

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

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

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

* Re: [PR PATCH] [Merged]: mupdf and zathura-mupdf-pdf: rebuild for jbig2dec
  2023-09-22 19:34 [PR PATCH] mupdf and zathura-mupdf-pdf: rebuild for jbig2dec tornaria
  2023-09-22 19:39 ` dkwo
  2023-09-22 19:41 ` [PR PATCH] [Updated] " tornaria
@ 2023-09-22 19:42 ` ahesford
  2023-09-22 19:44 ` tornaria
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2023-09-22 19:42 UTC (permalink / raw)
  To: ml

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

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

mupdf and zathura-mupdf-pdf: rebuild for jbig2dec
https://github.com/void-linux/void-packages/pull/46190

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
Fixes: #46184

I have a pdf that cannot be loaded before / can be loaded after.

Maybe sioyek and fbpdf also have to be rebuilt.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: mupdf and zathura-mupdf-pdf: rebuild for jbig2dec
  2023-09-22 19:34 [PR PATCH] mupdf and zathura-mupdf-pdf: rebuild for jbig2dec tornaria
                   ` (2 preceding siblings ...)
  2023-09-22 19:42 ` [PR PATCH] [Merged]: " ahesford
@ 2023-09-22 19:44 ` tornaria
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2023-09-22 19:44 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/46190#issuecomment-1731955180

Comment:
> Thanks, I was about to do that. I cannot test mupdf, as my setup is wayland only, but strangely zathura-pdf-mupdf and sioyek still work for me (unless this is triggered by a specific pdf file).

Only if the PDF contains an image encoded in JBIG2 I guess...

I have such a pdf and tested the four viewers before / after.

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

end of thread, other threads:[~2023-09-22 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-22 19:34 [PR PATCH] mupdf and zathura-mupdf-pdf: rebuild for jbig2dec tornaria
2023-09-22 19:39 ` dkwo
2023-09-22 19:41 ` [PR PATCH] [Updated] " tornaria
2023-09-22 19:42 ` [PR PATCH] [Merged]: " ahesford
2023-09-22 19:44 ` tornaria

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).