ghostscript_gpl, bump to 10.06.0 (#13346)

This commit is contained in:
Schrijvers Luc
2025-12-09 15:33:43 +01:00
committed by GitHub
parent 1bc4450ae5
commit 9592376841
2 changed files with 22 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2001-2025 Artifex Software, Inc."
LICENSE="AGPL-3.0"
REVISION="1"
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${portVersion//./}/ghostscript-$portVersion.tar.xz"
CHECKSUM_SHA256="22f2bdca15c28830c9715cddc5c296ea66898bfdab0b604a4e0bcfeb03af6cad"
CHECKSUM_SHA256="64352648c2c081c8a9fb1a12dc1965e01ead7c57f58b72d1b54f6ef1cef3c561"
SOURCE_DIR="ghostscript-$portVersion"
PATCHES="ghostscript_gpl-$portVersion.patchset"

View File

@@ -1,4 +1,4 @@
From 6a40dc492678b35915adba8bfbd25648d9cc22ce Mon Sep 17 00:00:00 2001
From 09f963a7d09a6414bb20b80be9c72d000c8f0c9a Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Sun, 10 Mar 2019 13:45:11 +0100
Subject: Fix build on x86 32bit
@@ -19,20 +19,20 @@ index f092eee..75e8d6c 100644
#include "icstate.h" /* for access to exec_stack */
--
2.50.1
2.51.0
From aba27286e17c335ddc3040021cb500bfdb7c1d1e Mon Sep 17 00:00:00 2001
From 6f6d82bec3c385d333e802ac23385ac207d5c1f5 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Wed, 13 Mar 2019 21:14:28 +0100
Subject: fix building shared libs
diff --git a/configure.ac b/configure.ac
index 2f67fd5..568563b 100644
index ddd0e76..3788fdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3179,7 +3179,7 @@ case $host in
@@ -3232,7 +3232,7 @@ case $host in
GPDL_SONAME_MAJOR="lib\$(GPDL${libname3}"
GPDL_SONAME_MAJOR_MINOR="cyg\$(GPDL${libname2}"
;;
@@ -42,21 +42,21 @@ index 2f67fd5..568563b 100644
GS_DYNAMIC_LDFLAGS="-shared -Wl,\$(LD_SET_DT_SONAME)\$(LDFLAGS_SO_PREFIX)\$(GS_SONAME_MAJOR)"
PCL_DYNAMIC_LDFLAGS="-shared -Wl,\$(LD_SET_DT_SONAME)\$(LDFLAGS_SO_PREFIX)\$(PCL_SONAME_MAJOR)"
--
2.50.1
2.51.0
From 3c7feacc8b56d5f3256c3f8a9fc6a71182cee5f0 Mon Sep 17 00:00:00 2001
From 129fe8e5863698dc2ad3b778aed8288f0ad17c48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= <j.mairboeck@gmail.com>
Date: Sun, 31 Oct 2021 22:03:15 +0100
Subject: fix looking for dlopen in libdl only
diff --git a/configure.ac b/configure.ac
index 568563b..1ff7374 100644
index 3788fdf..860c860 100644
--- a/configure.ac
+++ b/configure.ac
@@ -664,8 +664,8 @@ if test "x$ac_cv_header_inttypes_h" = "xyes"; then
GCFLAGS="$GCFLAGS -DHAVE_INTTYPES_H=1"
@@ -681,8 +681,8 @@ else
GCFLAGS="$GCFLAGS -DHAVE_INTTYPES_H=0"
fi
-AC_CHECK_LIB([dl], [dlopen],
@@ -67,17 +67,17 @@ index 568563b..1ff7374 100644
large_color_index=1
--
2.50.1
2.51.0
From c7c9c383a80fbdf48090087435950f87da515df0 Mon Sep 17 00:00:00 2001
From 42018ac2176d0d202ead20bf6378cbfdee76acef Mon Sep 17 00:00:00 2001
From: Anarchos <sylvain_kerjean@hotmail.com>
Date: Wed, 2 Mar 2022 21:15:32 +0100
Subject: debug flags for haiku
diff --git a/configure.ac b/configure.ac
index 1ff7374..523d39f 100644
index 860c860..3d19bec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,7 +280,7 @@ SET_DT_SONAME="-soname="
@@ -90,17 +90,17 @@ index 1ff7374..523d39f 100644
CC_OPT_FLAGS_TO_TRY="-O2 -DNDEBUG"
CC_DBG_FLAGS_TO_TRY="-gdwarf-2 -g3 -O0"
--
2.50.1
2.51.0
From 63b1fbf06193f0ced80efb1d8cb5270a84ebe285 Mon Sep 17 00:00:00 2001
From 0aa70431ed1dd85d558e6846ffa3637861954053 Mon Sep 17 00:00:00 2001
From: Anarchos <sylvain_kerjean@hotmail.com>
Date: Fri, 4 Mar 2022 05:47:01 +0100
Subject: -g
diff --git a/configure.ac b/configure.ac
index 523d39f..5a58ce8 100644
index 3d19bec..9ce1d85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,7 +283,7 @@ case $host in
@@ -113,10 +113,10 @@ index 523d39f..5a58ce8 100644
fi
;;
--
2.50.1
2.51.0
From 333d0b6368a7ffe77e1d27e4fde3c14ac70e0005 Mon Sep 17 00:00:00 2001
From 407e521eaab831ec24f4a5280ee15265ebc5ab47 Mon Sep 17 00:00:00 2001
From: Anarchos <sylvain_kerjean@hotmail.com>
Date: Thu, 10 Mar 2022 17:11:47 +0100
Subject: debug flags
@@ -137,10 +137,10 @@ index 7c11d89..c8bd4a0 100644
soinstall-subtarget: install-so install-scripts install-data $(INSTALL_SHARED) $(INSTALL_CONTRIB)
--
2.50.1
2.51.0
From 99ddad4bbdfffe78fb320c6cd42fbfa3ffb9845e Mon Sep 17 00:00:00 2001
From ee629bbc2e8c344d943a487ff1693bf89d144645 Mon Sep 17 00:00:00 2001
From: Anarchos <sylvain_kerjean@hotmail.com>
Date: Thu, 10 Mar 2022 21:44:39 +0100
Subject: revert
@@ -161,5 +161,5 @@ index c8bd4a0..7c11d89 100644
soinstall-subtarget: install-so install-scripts install-data $(INSTALL_SHARED) $(INSTALL_CONTRIB)
--
2.50.1
2.51.0