Github messages for voidlinux
 help / color / mirror / Atom feed
From: clyhtsuriva <clyhtsuriva@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ghostscript: update to 9.56.1
Date: Sun, 25 Sep 2022 00:12:56 +0200	[thread overview]
Message-ID: <20220924221256.y8ngjv0qCrE7sdyHv3PmcvANPfMc5hUTUp0X0NfWXFA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39363@inbox.vuxu.org>

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

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

https://github.com/clyhtsuriva/void-packages ghostscript-update
https://github.com/void-linux/void-packages/pull/39363

ghostscript: update to 9.56.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 06264ff0a2f93725b7737ff6423d4d644e211733 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 19 Sep 2022 14:25:12 +0200
Subject: [PATCH 1/3] ghostscript: update to 9.56.1

---
 .../patches/fix_gscms_transform_color_typo.patch      | 11 -----------
 srcpkgs/ghostscript/template                          |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/ghostscript/patches/fix_gscms_transform_color_typo.patch

diff --git a/srcpkgs/ghostscript/patches/fix_gscms_transform_color_typo.patch b/srcpkgs/ghostscript/patches/fix_gscms_transform_color_typo.patch
deleted file mode 100644
index 9ffa2e09ba66..000000000000
--- a/srcpkgs/ghostscript/patches/fix_gscms_transform_color_typo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./base/gsicc_lcms2.c.jlg	2021-09-27 03:44:02.000000000 -0400
-+++ ./base/gsicc_lcms2.c	2021-10-05 10:50:03.428000000 -0400
-@@ -462,7 +462,7 @@
- gscms_transform_color(gx_device *dev, gsicc_link_t *icclink, void *inputcolor,
-                              void *outputcolor, int num_bytes)
- {
--    return gscms_transformm_color_const(dev, icclink, inputcolor, outputcolor, num_bytes);
-+    return gscms_transform_color_const(dev, icclink, inputcolor, outputcolor, num_bytes);
- }
- 
- int
diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template
index 8bce83846ad8..4dc02fa5f62d 100644
--- a/srcpkgs/ghostscript/template
+++ b/srcpkgs/ghostscript/template
@@ -1,6 +1,6 @@
 # Template file for 'ghostscript'
 pkgname=ghostscript
-version=9.55.0
+version=9.56.1
 revision=1
 hostmakedepends="automake libtool pkg-config"
 makedepends="$(vopt_if cups cups-devel) dbus-devel fontconfig-devel jasper-devel jbig2dec-devel
@@ -12,7 +12,7 @@ license="AGPL-3.0-or-later, CPL-1.0"
 homepage="https://www.ghostscript.com/"
 changelog="https://www.ghostscript.com/doc/${version}/News.htm"
 distfiles="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version//./}/ghostscript-${version}.tar.xz"
-checksum=6ee3057773646d6a2c6d117eb53a17d6752feadc513828e4322f68b7b7789ff6
+checksum=d43406805650009b42c3d5f6dc535233454533c1e27c13a77dd1d462a056b8e4
 
 build_options="cups"
 build_options_default="cups"

From ed179f818d2861ba201c65560dbfb4bfd4414f24 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Sat, 24 Sep 2022 22:11:56 +0000
Subject: [PATCH 2/3] Update srcpkgs/ghostscript/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/ghostscript/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template
index 4dc02fa5f62d..81ab416beb20 100644
--- a/srcpkgs/ghostscript/template
+++ b/srcpkgs/ghostscript/template
@@ -10,7 +10,7 @@ short_desc="Interpreter for the PostScript language"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="AGPL-3.0-or-later, CPL-1.0"
 homepage="https://www.ghostscript.com/"
-changelog="https://www.ghostscript.com/doc/${version}/News.htm"
+changelog="https://ghostscript.readthedocs.io/en/latest/News.html"
 distfiles="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version//./}/ghostscript-${version}.tar.xz"
 checksum=d43406805650009b42c3d5f6dc535233454533c1e27c13a77dd1d462a056b8e4
 

From 3043134c8c44ed7771c8faef4ed021a27a27b1e5 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Sat, 24 Sep 2022 22:12:53 +0000
Subject: [PATCH 3/3] Update template

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

diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template
index 81ab416beb20..6cd5e131dc1e 100644
--- a/srcpkgs/ghostscript/template
+++ b/srcpkgs/ghostscript/template
@@ -1,6 +1,6 @@
 # Template file for 'ghostscript'
 pkgname=ghostscript
-version=9.56.1
+version=10.0.0
 revision=1
 hostmakedepends="automake libtool pkg-config"
 makedepends="$(vopt_if cups cups-devel) dbus-devel fontconfig-devel jasper-devel jbig2dec-devel

  parent reply	other threads:[~2022-09-24 22:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-19 12:25 [PR PATCH] " clyhtsuriva
2022-09-22  4:01 ` [PR REVIEW] " classabbyamp
2022-09-22  4:02 ` classabbyamp
2022-09-24 22:11 ` [PR PATCH] [Updated] " clyhtsuriva
2022-09-24 22:12 ` clyhtsuriva [this message]
2022-09-24 22:19 ` [PR PATCH] [Updated] ghostscript: update to 10.0.0 clyhtsuriva
2022-09-24 22:24 ` clyhtsuriva
2022-09-24 22:40 ` clyhtsuriva
2022-09-24 22:45 ` classabbyamp
2022-09-26  6:30 ` [PR PATCH] [Updated] " clyhtsuriva
2022-09-26  6:33 ` clyhtsuriva
2022-09-26  6:39 ` clyhtsuriva
2022-09-26  6:53 ` clyhtsuriva
2022-09-26  7:11 ` clyhtsuriva
2022-09-26  7:12 ` clyhtsuriva
2022-09-26  7:16 ` clyhtsuriva
2022-09-26  7:24 ` clyhtsuriva
2022-11-01 19:28 ` [PR PATCH] [Closed]: " clyhtsuriva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220924221256.y8ngjv0qCrE7sdyHv3PmcvANPfMc5hUTUp0X0NfWXFA@z \
    --to=clyhtsuriva@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).