Ghostscript: bump, debuginfo (#2756)

This commit is contained in:
miqlas
2018-07-21 17:42:19 +02:00
committed by GitHub
parent a0f7e4962a
commit 58a2a4d220

View File

@@ -5,15 +5,15 @@ languages. Its main purposes are the rasterization or rendering of such page \
description language files, for the display or printing of document pages, and \
the conversion between PostScript and PDF files."
HOMEPAGE="https://ghostscript.com/"
COPYRIGHT="2001-2017 Artifex Software, Inc."
COPYRIGHT="2001-2018 Artifex Software, Inc."
LICENSE="AGPL-3.0"
REVISION="1"
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/ghostscript-$portVersion.tar.gz"
CHECKSUM_SHA256="7f5f4487c0df9dce37481e4c8f192c0322e4c69f5a2ba900a7833c992331bcf4"
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/ghostscript-$portVersion.tar.gz"
CHECKSUM_SHA256="f65964807a3c97a2c0810d4b9806585367e73129e57ae33378cea18e07a1ed9b"
SOURCE_DIR="ghostscript-$portVersion"
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="?x86"
SECONDARY_ARCHITECTURES="x86"
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
commandSuffix=$secondaryArchSuffix
@@ -24,7 +24,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
fi
PROVIDES="
ghostscript$secondaryArchSuffix = $portVersion
ghostscript_gpl$secondaryArchSuffix = $portVersion
cmd:dvipdf$commandSuffix
cmd:eps2eps$commandSuffix
cmd:font2c$commandSuffix
@@ -92,6 +92,9 @@ BUILD_PREREQUIRES="
cmd:sed
"
defineDebugInfoPackage ghostscript_gpl$secondaryArchSuffix \
"$commandBinDir"/gs
BUILD()
{
# Set up fonts paths
@@ -124,3 +127,8 @@ INSTALL()
{
make install
}
TEST()
{
make check
}