Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ghostscript: update to 9.56.1
@ 2022-09-19 12:25 clyhtsuriva
  2022-09-22  4:01 ` [PR REVIEW] " classabbyamp
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-19 12:25 UTC (permalink / raw)
  To: ml

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

There is a new 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: **yes**

#### 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: 2217 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] 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"

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

* Re: [PR REVIEW] ghostscript: update to 9.56.1
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
@ 2022-09-22  4:01 ` classabbyamp
  2022-09-22  4:02 ` classabbyamp
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-22  4:01 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39363#discussion_r977170882

Comment:
```suggestion
changelog="https://ghostscript.readthedocs.io/en/latest/News.html"
```

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

* Re: [PR REVIEW] ghostscript: update to 9.56.1
  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
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-22  4:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39363#discussion_r977172052

Comment:
10.0.0 is available

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

* Re: [PR PATCH] [Updated] ghostscript: update to 9.56.1
  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 ` clyhtsuriva
  2022-09-24 22:12 ` clyhtsuriva
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-24 22:11 UTC (permalink / raw)
  To: ml

[-- 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: 3342 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/2] 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/2] 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
 

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

* Re: [PR PATCH] [Updated] ghostscript: update to 9.56.1
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (2 preceding siblings ...)
  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
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-24 22:12 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Updated] ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (3 preceding siblings ...)
  2022-09-24 22:12 ` clyhtsuriva
@ 2022-09-24 22:19 ` clyhtsuriva
  2022-09-24 22:24 ` clyhtsuriva
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-24 22:19 UTC (permalink / raw)
  To: ml

[-- 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 ce574a7eca76b1a324f6198850af3fd461b18c73 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..6cd5e131dc1e 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=d43406805650009b42c3d5f6dc535233454533c1e27c13a77dd1d462a056b8e4
 
 build_options="cups"
 build_options_default="cups"

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

* Re: [PR PATCH] [Updated] ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (4 preceding siblings ...)
  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
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-24 22:24 UTC (permalink / raw)
  To: ml

[-- 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"

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

* Re: ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (5 preceding siblings ...)
  2022-09-24 22:24 ` clyhtsuriva
@ 2022-09-24 22:40 ` clyhtsuriva
  2022-09-24 22:45 ` classabbyamp
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-24 22:40 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/39363#issuecomment-1257077093

Comment:
```
=> ERROR: libgs-10.0.0_1: SONAME bump detected: libgs.so.9 -> libgs.so.10
=> ERROR: libgs-10.0.0_1: please update common/shlibs with this line: "libgs.so.10 libgs-10.0.0_1"
=> ERROR: libgs-10.0.0_1: all reverse dependencies should also be revbumped to be rebuilt against libgs.so.10:
=> ERROR:    ghostscript-9.55.0_1
=> ERROR:    gimp-2.10.30_1
=> ERROR:    libmagick-7.1.0.48_1
=> ERROR:    libmagick6-6.9.12.12_2
=> ERROR:    libspectre-0.2.10_1
=> ERROR: libgs-10.0.0_1: cannot continue with installation!
=> ERROR: libgs-10.0.0_1: pre-pkg_99-pkglint: 'grep -E "${_pattern}" $mapshlibs' exited with 1
=> ERROR:   in hook() at common/hooks/pre-pkg/99-pkglint.sh:154
=> ERROR:   in run_func() at common/xbps-src/shutils/common.sh:21
=> ERROR:   in run_pkg_hooks() at common/xbps-src/shutils/common.sh:262
=> ERROR:   in main() at common/xbps-src/libexec/xbps-src-prepkg.sh:47
```

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

* Re: ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (6 preceding siblings ...)
  2022-09-24 22:40 ` clyhtsuriva
@ 2022-09-24 22:45 ` classabbyamp
  2022-09-26  6:30 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-24 22:45 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39363#issuecomment-1257077673

Comment:
you'll have to update it in `common/shlibs` and revbump every package that uses that shlib (e.g. `xrevshlib ghostscript | xargs xrevbump 'bump for ghostscript-10.0.0'`)

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

* Re: [PR PATCH] [Updated] ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (7 preceding siblings ...)
  2022-09-24 22:45 ` classabbyamp
@ 2022-09-26  6:30 ` clyhtsuriva
  2022-09-26  6:33 ` clyhtsuriva
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-26  6:30 UTC (permalink / raw)
  To: ml

[-- 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: 5213 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 1/5] 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"

From 53b0d7ff7f37ae4b8c311e72c8d68e20a82b9a55 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:13 +0200
Subject: [PATCH 2/5] ImageMagick: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index cdb7e56579db..3d475bd6a8e1 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,7 +1,7 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
 version=7.1.0.48
-revision=1
+revision=2
 _upstream_version="${version/.${version##*.}/-${version##*.}}"
 wrksrc=${pkgname}-${_upstream_version}
 build_style=gnu-configure

From c21f97def14a43d26346661abcaec0514098519a Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:14 +0200
Subject: [PATCH 3/5] gimp: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index 0f031768c7b1..dd57fb173989 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -1,7 +1,7 @@
 # Template file for 'gimp'
 pkgname=gimp
 version=2.10.30
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-check-update --datadir=/usr/share"
 hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool

From 30c85d70a65b2d97d73ec6d434eb53ecfc3ec2ed Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:14 +0200
Subject: [PATCH 4/5] libspectre: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/libspectre/template b/srcpkgs/libspectre/template
index 33c779b9d5df..5be56228cd34 100644
--- a/srcpkgs/libspectre/template
+++ b/srcpkgs/libspectre/template
@@ -1,7 +1,7 @@
 # Template file for 'libspectre'
 pkgname=libspectre
 version=0.2.10
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 makedepends="ghostscript-devel"

From c06c940188c73d315484faa16d0c237d95816ad5 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:27:27 +0200
Subject: [PATCH 5/5] libgs: update to 10.0.0

---
 common/shlibs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 51ff1163b2c8..80a460a7d329 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,7 +1041,7 @@ libcupscgi.so.1 libcups-1.5.3_1
 libcups.so.2 libcups-1.5.3_1
 libcupsimage.so.2 libcups-1.5.3_1
 libijs-0.35.so libijs-0.8_1
-libgs.so.9 libgs-0.8_1
+libgs.so.10 libgs-10.0.0_1
 libssh2.so.1 libssh2-1.9.0_3
 libvirt-glib-1.0.so.0 libvirt-glib-0.0.8_1
 libsnmp.so.40 libnet-snmp-5.9_2

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

* Re: [PR PATCH] [Updated] ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (8 preceding siblings ...)
  2022-09-26  6:30 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2022-09-26  6:33 ` clyhtsuriva
  2022-09-26  6:39 ` clyhtsuriva
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-26  6:33 UTC (permalink / raw)
  To: ml

[-- 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: 5213 bytes --]

From c311402df7913e84f471e60b7506b94c091e938d Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 19 Sep 2022 14:25:12 +0200
Subject: [PATCH 1/5] 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"

From 749f0cc50fb59ee17580599ec867af0a40f38cee Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:13 +0200
Subject: [PATCH 2/5] ImageMagick: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index cdb7e56579db..3d475bd6a8e1 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,7 +1,7 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
 version=7.1.0.48
-revision=1
+revision=2
 _upstream_version="${version/.${version##*.}/-${version##*.}}"
 wrksrc=${pkgname}-${_upstream_version}
 build_style=gnu-configure

From 6a101ed1b3762b034d047a81b049a3833a26c3f5 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:14 +0200
Subject: [PATCH 3/5] gimp: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index 0f031768c7b1..dd57fb173989 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -1,7 +1,7 @@
 # Template file for 'gimp'
 pkgname=gimp
 version=2.10.30
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-check-update --datadir=/usr/share"
 hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool

From 6a26db094194a7a7b723ed9e4a1544d952b9fdea Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:14 +0200
Subject: [PATCH 4/5] libspectre: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/libspectre/template b/srcpkgs/libspectre/template
index 33c779b9d5df..5be56228cd34 100644
--- a/srcpkgs/libspectre/template
+++ b/srcpkgs/libspectre/template
@@ -1,7 +1,7 @@
 # Template file for 'libspectre'
 pkgname=libspectre
 version=0.2.10
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 makedepends="ghostscript-devel"

From 062ad3256b5597451695b5847bfff0f18bf8435f Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:27:27 +0200
Subject: [PATCH 5/5] libgs: update to 10.0.0

---
 common/shlibs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index c962f0ab7622..5bf1d6b6074b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,7 +1041,7 @@ libcupscgi.so.1 libcups-1.5.3_1
 libcups.so.2 libcups-1.5.3_1
 libcupsimage.so.2 libcups-1.5.3_1
 libijs-0.35.so libijs-0.8_1
-libgs.so.9 libgs-0.8_1
+libgs.so.10 libgs-10.0.0_1
 libssh2.so.1 libssh2-1.9.0_3
 libvirt-glib-1.0.so.0 libvirt-glib-0.0.8_1
 libsnmp.so.40 libnet-snmp-5.9_2

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

* Re: [PR PATCH] [Updated] ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (9 preceding siblings ...)
  2022-09-26  6:33 ` clyhtsuriva
@ 2022-09-26  6:39 ` clyhtsuriva
  2022-09-26  6:53 ` clyhtsuriva
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-26  6:39 UTC (permalink / raw)
  To: ml

[-- 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: 6030 bytes --]

From c311402df7913e84f471e60b7506b94c091e938d Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 19 Sep 2022 14:25:12 +0200
Subject: [PATCH 1/6] 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"

From 749f0cc50fb59ee17580599ec867af0a40f38cee Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:13 +0200
Subject: [PATCH 2/6] ImageMagick: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index cdb7e56579db..3d475bd6a8e1 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,7 +1,7 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
 version=7.1.0.48
-revision=1
+revision=2
 _upstream_version="${version/.${version##*.}/-${version##*.}}"
 wrksrc=${pkgname}-${_upstream_version}
 build_style=gnu-configure

From 6a101ed1b3762b034d047a81b049a3833a26c3f5 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:14 +0200
Subject: [PATCH 3/6] gimp: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index 0f031768c7b1..dd57fb173989 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -1,7 +1,7 @@
 # Template file for 'gimp'
 pkgname=gimp
 version=2.10.30
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-check-update --datadir=/usr/share"
 hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool

From 6a26db094194a7a7b723ed9e4a1544d952b9fdea Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:14 +0200
Subject: [PATCH 4/6] libspectre: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/libspectre/template b/srcpkgs/libspectre/template
index 33c779b9d5df..5be56228cd34 100644
--- a/srcpkgs/libspectre/template
+++ b/srcpkgs/libspectre/template
@@ -1,7 +1,7 @@
 # Template file for 'libspectre'
 pkgname=libspectre
 version=0.2.10
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 makedepends="ghostscript-devel"

From 062ad3256b5597451695b5847bfff0f18bf8435f Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:27:27 +0200
Subject: [PATCH 5/6] libgs: update to 10.0.0

---
 common/shlibs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index c962f0ab7622..5bf1d6b6074b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,7 +1041,7 @@ libcupscgi.so.1 libcups-1.5.3_1
 libcups.so.2 libcups-1.5.3_1
 libcupsimage.so.2 libcups-1.5.3_1
 libijs-0.35.so libijs-0.8_1
-libgs.so.9 libgs-0.8_1
+libgs.so.10 libgs-10.0.0_1
 libssh2.so.1 libssh2-1.9.0_3
 libvirt-glib-1.0.so.0 libvirt-glib-0.0.8_1
 libsnmp.so.40 libnet-snmp-5.9_2

From 49939c02315710920ceacb9d373dbdfe2e5223b8 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:38:17 +0200
Subject: [PATCH 6/6] gimp: backticks removed

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

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index dd57fb173989..3b2817087bcd 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -27,7 +27,7 @@ no_generic_pkgconfig_link=yes
 pre_configure() {
 	NOCONFIGURE=1 autoreconf -fi
 	if [ "$CROSS_BUILD" ]; then
-		vsed -i 's:^py_prefix=`:py_prefix='"$XBPS_CROSS_BASE"'`:' configure
+		vsed -i 's:^py_prefix=$(:py_prefix='"$XBPS_CROSS_BASE"'):' configure
 	fi
 	# don't allow configure to set DATADIRNAME=lib
 	vsed -i 's/DATADIRNAME=lib/DATADIRNAME=share/' configure

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

* Re: [PR PATCH] [Updated] ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (10 preceding siblings ...)
  2022-09-26  6:39 ` clyhtsuriva
@ 2022-09-26  6:53 ` clyhtsuriva
  2022-09-26  7:11 ` clyhtsuriva
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-26  6:53 UTC (permalink / raw)
  To: ml

[-- 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: 5601 bytes --]

From c311402df7913e84f471e60b7506b94c091e938d Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 19 Sep 2022 14:25:12 +0200
Subject: [PATCH 1/5] 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"

From 749f0cc50fb59ee17580599ec867af0a40f38cee Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:13 +0200
Subject: [PATCH 2/5] ImageMagick: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index cdb7e56579db..3d475bd6a8e1 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,7 +1,7 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
 version=7.1.0.48
-revision=1
+revision=2
 _upstream_version="${version/.${version##*.}/-${version##*.}}"
 wrksrc=${pkgname}-${_upstream_version}
 build_style=gnu-configure

From 780a6f231b48bc643ae56f7745f2ab11e355b7c0 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:14 +0200
Subject: [PATCH 3/5] gimp: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index 0f031768c7b1..3b2817087bcd 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -1,7 +1,7 @@
 # Template file for 'gimp'
 pkgname=gimp
 version=2.10.30
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-check-update --datadir=/usr/share"
 hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool
@@ -27,7 +27,7 @@ no_generic_pkgconfig_link=yes
 pre_configure() {
 	NOCONFIGURE=1 autoreconf -fi
 	if [ "$CROSS_BUILD" ]; then
-		vsed -i 's:^py_prefix=`:py_prefix='"$XBPS_CROSS_BASE"'`:' configure
+		vsed -i 's:^py_prefix=$(:py_prefix='"$XBPS_CROSS_BASE"'):' configure
 	fi
 	# don't allow configure to set DATADIRNAME=lib
 	vsed -i 's/DATADIRNAME=lib/DATADIRNAME=share/' configure

From 8082acb39f6e0e8fa26da283f3056ac27f390280 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:23:14 +0200
Subject: [PATCH 4/5] libspectre: bump for ghostscript-10.0.0

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

diff --git a/srcpkgs/libspectre/template b/srcpkgs/libspectre/template
index 33c779b9d5df..5be56228cd34 100644
--- a/srcpkgs/libspectre/template
+++ b/srcpkgs/libspectre/template
@@ -1,7 +1,7 @@
 # Template file for 'libspectre'
 pkgname=libspectre
 version=0.2.10
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 makedepends="ghostscript-devel"

From 5e25bc07871c2c973b823862378677204759f70f Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 26 Sep 2022 08:27:27 +0200
Subject: [PATCH 5/5] libgs: update to 10.0.0

---
 common/shlibs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index c962f0ab7622..5bf1d6b6074b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,7 +1041,7 @@ libcupscgi.so.1 libcups-1.5.3_1
 libcups.so.2 libcups-1.5.3_1
 libcupsimage.so.2 libcups-1.5.3_1
 libijs-0.35.so libijs-0.8_1
-libgs.so.9 libgs-0.8_1
+libgs.so.10 libgs-10.0.0_1
 libssh2.so.1 libssh2-1.9.0_3
 libvirt-glib-1.0.so.0 libvirt-glib-0.0.8_1
 libsnmp.so.40 libnet-snmp-5.9_2

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

* Re: ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (11 preceding siblings ...)
  2022-09-26  6:53 ` clyhtsuriva
@ 2022-09-26  7:11 ` clyhtsuriva
  2022-09-26  7:12 ` clyhtsuriva
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-26  7:11 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/39363#issuecomment-1257577471

Comment:
```
configure: error: No JBIG2 decoder available, required for PDF support
configure: error: Recursive call to configure script failed
=> ERROR: ghostscript-10.0.0_1: do_configure: './configure ${configure_args} --enable-dynamic --with-ijs --with-jbig2dec --with-omni --with-x --with-drivers=ALL --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts --enable-fontconfig --enable-freetype --enable-openjpeg --with-libpaper --without-luratech --without-omni --with-system-libtiff --disable-compile-inits $(vopt_enable cups)' exited with 1
=> ERROR:   in do_configure() at srcpkgs/ghostscript/template:42
```

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

* Re: ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (12 preceding siblings ...)
  2022-09-26  7:11 ` clyhtsuriva
@ 2022-09-26  7:12 ` clyhtsuriva
  2022-09-26  7:16 ` clyhtsuriva
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-26  7:12 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/39363#issuecomment-1257577471

Comment:
```
configure: error: No JBIG2 decoder available, required for PDF support
configure: error: Recursive call to configure script failed
=> ERROR: ghostscript-10.0.0_1: do_configure: './configure ${configure_args} --enable-dynamic --with-ijs --with-jbig2dec --with-omni --with-x --with-drivers=ALL --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts --enable-fontconfig --enable-freetype --enable-openjpeg --with-libpaper --without-luratech --without-omni --with-system-libtiff --disable-compile-inits $(vopt_enable cups)' exited with 1
=> ERROR:   in do_configure() at srcpkgs/ghostscript/template:42
```
I don't have this issue on my personal machine.

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

* Re: ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (13 preceding siblings ...)
  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
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-26  7:16 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/39363#issuecomment-1257577471

Comment:
```
configure: error: No JBIG2 decoder available, required for PDF support
configure: error: Recursive call to configure script failed
=> ERROR: ghostscript-10.0.0_1: do_configure: './configure ${configure_args} --enable-dynamic --with-ijs --with-jbig2dec --with-omni --with-x --with-drivers=ALL --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts --enable-fontconfig --enable-freetype --enable-openjpeg --with-libpaper --without-luratech --without-omni --with-system-libtiff --disable-compile-inits $(vopt_enable cups)' exited with 1
=> ERROR:   in do_configure() at srcpkgs/ghostscript/template:42
```
I don't have this issue on my personal machine.
`jbig2dec-devel` is a dependence in the template

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

* Re: ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (14 preceding siblings ...)
  2022-09-26  7:16 ` clyhtsuriva
@ 2022-09-26  7:24 ` clyhtsuriva
  2022-11-01 19:28 ` [PR PATCH] [Closed]: " clyhtsuriva
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-09-26  7:24 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/39363#issuecomment-1257591958

Comment:
new local issue while trying to install ghostscript :
```
libmagick-7.1.0.48_1: broken, unresolvable shlib `libgs.so.9'
libspectre-0.2.10_1: broken, unresolvable shlib `libgs.so.9'
```

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

* Re: [PR PATCH] [Closed]: ghostscript: update to 10.0.0
  2022-09-19 12:25 [PR PATCH] ghostscript: update to 9.56.1 clyhtsuriva
                   ` (15 preceding siblings ...)
  2022-09-26  7:24 ` clyhtsuriva
@ 2022-11-01 19:28 ` clyhtsuriva
  16 siblings, 0 replies; 19+ messages in thread
From: clyhtsuriva @ 2022-11-01 19:28 UTC (permalink / raw)
  To: ml

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

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

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

Description:
#### 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

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

* Re: ghostscript: update to 10.0.0.
  2023-01-24 17:18 [PR PATCH] ghostscript 10.0.0 mhmdanas
@ 2023-02-04 21:51 ` paper42
  0 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2023-02-04 21:51 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41842#issuecomment-1416857850

Comment:
@mhmdanas could you rebase this PR?

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

end of thread, other threads:[~2023-02-04 21:51 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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-02-04 21:51 ` ghostscript: update to 10.0.0 paper42

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