ghostscript: version bump (#2998)

* ghostscript: create ghostscript 9.24 recipe

* Delete ghostscript_gpl-9.23.recipe

* Update ghostscript_gpl-9.24.recipe
This commit is contained in:
kenmays
2018-09-12 10:13:06 -07:00
committed by Scott McCreary
parent 9ff00a4539
commit 161a21a5a8

View File

@@ -8,8 +8,8 @@ HOMEPAGE="https://ghostscript.com/"
COPYRIGHT="2001-2018 Artifex Software, Inc."
LICENSE="AGPL-3.0"
REVISION="1"
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/ghostscript-$portVersion.tar.gz"
CHECKSUM_SHA256="f65964807a3c97a2c0810d4b9806585367e73129e57ae33378cea18e07a1ed9b"
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/ghostscript-$portVersion.tar.gz"
CHECKSUM_SHA256="e613b2376f01882e82e0cf08f6caa3c5719793c4e31dd7d4a8e87d61d371005f"
SOURCE_DIR="ghostscript-$portVersion"
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
@@ -116,9 +116,6 @@ BUILD()
--bindir=$commandBinDir \
--with-fontpath="$FONTPATH"
# Ghostscript bug, already patched upstream
sed -i 's/AUXEXTRALIBS=$(EXTRALIBS)/AUXEXTRALIBS=$(EXTRALIBS) -lz/' Makefile
# Do make
make $jobArgs
}