mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
ghostscript_gpl, bump version (#9579)
This commit is contained in:
@@ -7,9 +7,9 @@ the conversion between PostScript and PDF files."
|
||||
HOMEPAGE="https://ghostscript.com/"
|
||||
COPYRIGHT="2001-2022 Artifex Software, Inc."
|
||||
LICENSE="AGPL-3.0"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${portVersion//./}/ghostscript-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="c91193635aa2578f9508b8ba846106c1e3705fbd3fed5fd9a015f21b55f15d68"
|
||||
CHECKSUM_SHA256="fa08ce016b30d26293dc322c6353691aced94fd3667a68ede7ff5395d71fcd0b"
|
||||
SOURCE_DIR="ghostscript-$portVersion"
|
||||
PATCHES="ghostscript_gpl-$portVersion.patchset"
|
||||
|
||||
@@ -57,7 +57,6 @@ PROVIDES="
|
||||
cmd:unix_lpr.sh
|
||||
lib:libgs$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
poppler_data
|
||||
@@ -81,12 +80,10 @@ PROVIDES_devel="
|
||||
ghostscript_gpl${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgs$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
ghostscript_gpl$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfontconfig$secondaryArchSuffix
|
||||
@@ -1,4 +1,4 @@
|
||||
From 3e2da1676a7b3a1e9da9c29ada52723e03b37f8a Mon Sep 17 00:00:00 2001
|
||||
From b9abdd65775c9629f0d6fe70356885f5619b8e2b 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
|
||||
@@ -6,7 +6,7 @@ Subject: Fix build on x86 32bit
|
||||
Conflict of macro name with a struct field in one of our headers.
|
||||
|
||||
diff --git a/psi/estack.h b/psi/estack.h
|
||||
index 42a5c0a..786787d 100644
|
||||
index f092eee..75e8d6c 100644
|
||||
--- a/psi/estack.h
|
||||
+++ b/psi/estack.h
|
||||
@@ -18,6 +18,8 @@
|
||||
@@ -22,17 +22,17 @@ index 42a5c0a..786787d 100644
|
||||
2.37.3
|
||||
|
||||
|
||||
From dbcfce9c0714c80c684b6eda5c1f19b1d4832e76 Mon Sep 17 00:00:00 2001
|
||||
From 233b3e169134821ec659a68471e4f1f6c625dac6 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 68c716b..f2197d9 100644
|
||||
index 09d881d..16cdfc4 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -3066,7 +3066,7 @@ case $host in
|
||||
@@ -3116,7 +3116,7 @@ case $host in
|
||||
GPDL_SONAME_MAJOR="lib\$(GPDL${libname3}"
|
||||
GPDL_SONAME_MAJOR_MINOR="cyg\$(GPDL${libname2}"
|
||||
;;
|
||||
@@ -45,14 +45,14 @@ index 68c716b..f2197d9 100644
|
||||
2.37.3
|
||||
|
||||
|
||||
From 9ebe19b0a8e140d8d8dcbdf00d42c8af237802ae Mon Sep 17 00:00:00 2001
|
||||
From 3babc55bc15a3aa5b09f72ceebde76d470667cda 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 f2197d9..cbe25a1 100644
|
||||
index 16cdfc4..83f2413 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -661,8 +661,8 @@ if test "x$ac_cv_header_inttypes_h" = "xyes"; then
|
||||
@@ -70,14 +70,14 @@ index f2197d9..cbe25a1 100644
|
||||
2.37.3
|
||||
|
||||
|
||||
From 37e790a9a009daead7ff98968bc673881175df8c Mon Sep 17 00:00:00 2001
|
||||
From c362a5d4e2c5a6f854d3d3b37c8f7615b1c7fab4 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 cbe25a1..6f0e98c 100644
|
||||
index 83f2413..6b1b8ce 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -280,7 +280,7 @@ SET_DT_SONAME="-soname="
|
||||
@@ -93,14 +93,14 @@ index cbe25a1..6f0e98c 100644
|
||||
2.37.3
|
||||
|
||||
|
||||
From 9ca5737d3dd79aba9c171121e229c3c601861c43 Mon Sep 17 00:00:00 2001
|
||||
From 202312aa9d140c49f49bb9e21cd937d33de320d9 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 6f0e98c..68d42e5 100644
|
||||
index 6b1b8ce..9679fc8 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -283,7 +283,7 @@ case $host in
|
||||
@@ -116,14 +116,14 @@ index 6f0e98c..68d42e5 100644
|
||||
2.37.3
|
||||
|
||||
|
||||
From 978e4572d5186fc354aa99258cdeba29f3682ebc Mon Sep 17 00:00:00 2001
|
||||
From f8c012fb7e828d7e624f30a9d7b6763702cea867 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
|
||||
|
||||
|
||||
diff --git a/base/unix-dll.mak b/base/unix-dll.mak
|
||||
index 89dfa5a..693d9cf 100644
|
||||
index 7c11d89..c8bd4a0 100644
|
||||
--- a/base/unix-dll.mak
|
||||
+++ b/base/unix-dll.mak
|
||||
@@ -431,7 +431,8 @@ soinstall:
|
||||
@@ -140,14 +140,14 @@ index 89dfa5a..693d9cf 100644
|
||||
2.37.3
|
||||
|
||||
|
||||
From c16a0730b6421a2b6dc012655e61df0efdd50135 Mon Sep 17 00:00:00 2001
|
||||
From 0c2ecf495fd2440ea3af17664e60485406e2866b Mon Sep 17 00:00:00 2001
|
||||
From: Anarchos <sylvain_kerjean@hotmail.com>
|
||||
Date: Thu, 10 Mar 2022 21:44:39 +0100
|
||||
Subject: revert
|
||||
|
||||
|
||||
diff --git a/base/unix-dll.mak b/base/unix-dll.mak
|
||||
index 693d9cf..89dfa5a 100644
|
||||
index c8bd4a0..7c11d89 100644
|
||||
--- a/base/unix-dll.mak
|
||||
+++ b/base/unix-dll.mak
|
||||
@@ -431,8 +431,7 @@ soinstall:
|
||||
Reference in New Issue
Block a user