f4d3dc9bc1
This bump is needed to fix build with ghostscript 9.53.0 Fixes: - http://autobuild.buildroot.org/results/fbcc2fa29f3736f78212cb4b3869ffaeefda7a33 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
504 B
Makefile
17 lines
504 B
Makefile
################################################################################
|
|
#
|
|
# jbig2dec
|
|
#
|
|
################################################################################
|
|
|
|
JBIG2DEC_VERSION = 0.19
|
|
JBIG2DEC_SITE = \
|
|
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530
|
|
JBIG2DEC_LICENSE = AGPL-3.0+
|
|
JBIG2DEC_LICENSE_FILES = LICENSE
|
|
JBIG2DEC_INSTALL_STAGING = YES
|
|
# tarball is missing install-sh, install.sh, or shtool
|
|
JBIG2DEC_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|