From 1e8955e12c10e68d9eb119ebae99692dd2432fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= Date: Tue, 18 Feb 2025 23:20:55 +0100 Subject: [PATCH] package/jbig2dec: bump to version 0.20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Starting from this version newer releases are only available at a new dedicated repository, so the site is updated accordingly. Hash files no longer exist in the new repo, so remove the related comment. It turns out that install-sh has been available in the tarball since version 0.19, so remove JBIG2DEC_AUTORECONF. Signed-off-by: Raphaël Mélotte Signed-off-by: Julien Olivain --- package/jbig2dec/jbig2dec.hash | 4 +--- package/jbig2dec/jbig2dec.mk | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package/jbig2dec/jbig2dec.hash b/package/jbig2dec/jbig2dec.hash index 5a34af37f6..a93e8d8a6d 100644 --- a/package/jbig2dec/jbig2dec.hash +++ b/package/jbig2dec/jbig2dec.hash @@ -1,7 +1,5 @@ -# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/MD5SUMS -# and SHA512SUMS are missing the hashes for this file. # Locally computed: -sha256 279476695b38f04939aa59d041be56f6bade3422003a406a85e9792c27118a37 jbig2dec-0.19.tar.gz +sha256 7b63ff6470289547e7a3a0f145cb8ea6c2afffdd65645b7d87d3b7febc96fb3a jbig2dec-0.20.tar.gz # Hash for license files: sha256 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9 LICENSE diff --git a/package/jbig2dec/jbig2dec.mk b/package/jbig2dec/jbig2dec.mk index 8d881136ad..8509a609c4 100644 --- a/package/jbig2dec/jbig2dec.mk +++ b/package/jbig2dec/jbig2dec.mk @@ -4,14 +4,12 @@ # ################################################################################ -JBIG2DEC_VERSION = 0.19 +JBIG2DEC_VERSION = 0.20 JBIG2DEC_SITE = \ - https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530 + https://github.com/ArtifexSoftware/jbig2dec/releases/download/$(JBIG2DEC_VERSION) JBIG2DEC_LICENSE = AGPL-3.0+ JBIG2DEC_LICENSE_FILES = LICENSE JBIG2DEC_CPE_ID_VENDOR = artifex JBIG2DEC_INSTALL_STAGING = YES -# tarball is missing install-sh, install.sh, or shtool -JBIG2DEC_AUTORECONF = YES $(eval $(autotools-package))