changeset 5189:9ecdae39c4f8

ghostscript: update to v9.50 * src/ghostscript-1-fixes.patch: update patch * src/ghostscript.mk: update version, checksum
author John Donoghue
date Tue, 15 Oct 2019 16:36:42 -0400
parents 15201244e996
children e0d11dd0878d
files src/ghostscript-1-fixes.patch src/ghostscript.mk
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ghostscript-1-fixes.patch	Tue Oct 15 16:36:42 2019 -0400
+++ b/src/ghostscript-1-fixes.patch	Tue Oct 15 16:36:42 2019 -0400
@@ -57,7 +57,7 @@
 +
 +#ifdef __MINGW32__
 +int
-+gp_local_arg_encoding_get_codepoint(FILE *file, const char **astr)
++gp_local_arg_encoding_get_codepoint(gp_file *file, const char **astr)
 +{
 +    int len;
 +    int c;
--- a/src/ghostscript.mk	Tue Oct 15 16:36:42 2019 -0400
+++ b/src/ghostscript.mk	Tue Oct 15 16:36:42 2019 -0400
@@ -3,9 +3,9 @@
 
 PKG             := ghostscript
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 9.27
+$(PKG)_VERSION  := 9.50
 $(PKG)_NODOTVER := $(subst .,,$($(PKG)_VERSION))
-$(PKG)_CHECKSUM := f926d2cfb418a7c5d92dce0a9843fa01ee62fe2c
+$(PKG)_CHECKSUM := 3be5f36300e3031e68a28cd898b3eebc9151660b
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$($(PKG)_NODOTVER)/$($(PKG)_FILE)