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 10.0.0
Date: Sun, 25 Sep 2022 00:24:17 +0200	[thread overview]
Message-ID: <20220924222417.RqlHTdiemDAh0MiUYiqbS7vDMIiUBaV5GpGYOEwA7AM@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 10.0.0
#### 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: 2387 bytes --]

From 662d0b1a8c16fdae3bdc0916d9088d2c3665be77 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 19 Sep 2022 14:25:12 +0200
Subject: [PATCH] ghostscript: update to 10.0.0

---
 .../patches/fix_gscms_transform_color_typo.patch      | 11 -----------
 srcpkgs/ghostscript/template                          |  6 +++---
 2 files changed, 3 insertions(+), 14 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..5bf255d447f7 100644
--- a/srcpkgs/ghostscript/template
+++ b/srcpkgs/ghostscript/template
@@ -1,6 +1,6 @@
 # Template file for 'ghostscript'
 pkgname=ghostscript
-version=9.55.0
+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
@@ -10,9 +10,9 @@ 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=6ee3057773646d6a2c6d117eb53a17d6752feadc513828e4322f68b7b7789ff6
+checksum=f1fa585f7c7d32adfa81ab389388100ac9df83444eb64db1fb92737141ef9f61
 
 build_options="cups"
 build_options_default="cups"

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

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 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
2022-09-24 22:19 ` [PR PATCH] [Updated] ghostscript: update to 10.0.0 clyhtsuriva
2022-09-24 22:24 ` clyhtsuriva [this message]
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
2023-01-24 17:18 [PR PATCH] ghostscript 10.0.0 mhmdanas
2023-01-27 18:05 ` [PR PATCH] [Updated] ghostscript: update to 10.0.0 mhmdanas
2023-01-29 16:57 ` mhmdanas
2023-02-05 18:13 ` mhmdanas

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=20220924222417.RqlHTdiemDAh0MiUYiqbS7vDMIiUBaV5GpGYOEwA7AM@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).