Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mupdf: update to 1.24.0, revbump dependents
@ 2024-03-21 18:40 cinerea0
  2024-03-22  0:52 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2024-03-21 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages mupdf
https://github.com/void-linux/void-packages/pull/49436

mupdf: update to 1.24.0, revbump dependents
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 19697c79165bf74879f44293caa9a824a51418b0 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 21 Mar 2024 14:38:17 -0400
Subject: [PATCH 1/4] mupdf: update to 1.24.0

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

diff --git a/srcpkgs/mupdf/template b/srcpkgs/mupdf/template
index 6a537a1bd9bf3c..6a7333af74795e 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.11
+version=1.24.0
 revision=1
 hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel
  libjpeg-turbo-devel jbig2dec-devel libXext-devel libXcursor-devel
@@ -16,7 +16,7 @@ license="AGPL-3.0-only"
 homepage="https://mupdf.com"
 changelog="https://mupdf.com/releases/history.html"
 distfiles="https://mupdf.com/downloads/archive/mupdf-${version}-source.tar.lz"
-checksum=dbd72c98cbb54685d2d70e1cf5b4aaf0c8893f5aaf62e61293744f19f12764cf
+checksum=f8200d44b7728359c628e12eb0e85e8471a8296ae7ae6250b20185b598aa98a7
 
 pre_build() {
 	if [ "$CROSS_BUILD" ]; then

From 8a22c6081064e009de13a9d7c42813aa369b00a9 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 21 Mar 2024 14:38:36 -0400
Subject: [PATCH 2/4] fbpdf: revbump for new mupdf

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

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

From 5f0ca2ea3c55fc834dd2bfaa228b49bc2354d381 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 21 Mar 2024 14:39:00 -0400
Subject: [PATCH 3/4] sioyek: revbump for new mupdf

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

diff --git a/srcpkgs/sioyek/template b/srcpkgs/sioyek/template
index 0994ed35e08ad4..0da7a87513f3b3 100644
--- a/srcpkgs/sioyek/template
+++ b/srcpkgs/sioyek/template
@@ -1,7 +1,7 @@
 # Template file for 'sioyek'
 pkgname=sioyek
 version=2.0.0
-revision=8
+revision=9
 build_style=qmake
 configure_args="pdf_viewer_build_config.pro"
 hostmakedepends="qt5-qmake qt5-host-tools

From 56cb262b9e232cd02ded18a7bbcb8030b5af543e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 21 Mar 2024 14:39:23 -0400
Subject: [PATCH 4/4] zathura-pdf-mupdf: revbump for new 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 cc8744a3c09736..9f428b7699a9fa 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=7
+revision=8
 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.24.0, revbump dependents
  2024-03-21 18:40 [PR PATCH] mupdf: update to 1.24.0, revbump dependents cinerea0
@ 2024-03-22  0:52 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-03-22  0:52 UTC (permalink / raw)
  To: ml

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

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

mupdf: update to 1.24.0, revbump dependents
https://github.com/void-linux/void-packages/pull/49436

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**



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

end of thread, other threads:[~2024-03-22  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 18:40 [PR PATCH] mupdf: update to 1.24.0, revbump dependents cinerea0
2024-03-22  0:52 ` [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).