From 06264ff0a2f93725b7737ff6423d4d644e211733 Mon Sep 17 00:00:00 2001 From: clyhtsuriva 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 " 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