comparison src/ghostscript.mk @ 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 d80152a06425
children be9c49c6ccca
comparison
equal deleted inserted replaced
5188:15201244e996 5189:9ecdae39c4f8
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := ghostscript 4 PKG := ghostscript
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 9.27 6 $(PKG)_VERSION := 9.50
7 $(PKG)_NODOTVER := $(subst .,,$($(PKG)_VERSION)) 7 $(PKG)_NODOTVER := $(subst .,,$($(PKG)_VERSION))
8 $(PKG)_CHECKSUM := f926d2cfb418a7c5d92dce0a9843fa01ee62fe2c 8 $(PKG)_CHECKSUM := 3be5f36300e3031e68a28cd898b3eebc9151660b
9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz 10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
11 $(PKG)_URL := https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$($(PKG)_NODOTVER)/$($(PKG)_FILE) 11 $(PKG)_URL := https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$($(PKG)_NODOTVER)/$($(PKG)_FILE)
12 $(PKG)_DEPS := dbus fontconfig freetype libiconv libidn libpaper libpng tiff zlib 12 $(PKG)_DEPS := dbus fontconfig freetype libiconv libidn libpaper libpng tiff zlib
13 13