package/jbig2dec: new package.

jbig2dec is a decoder implementation of the JBIG2 image compression format.

Signed-off-by: Raphaël Mélotte <raphael.melotte@essensium.com>
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Raphaël Mélotte 2019-09-13 13:24:13 +02:00 committed by Thomas Petazzoni
parent 260c408184
commit 29d8b9e53b
5 changed files with 31 additions and 0 deletions

View File

@ -2125,6 +2125,9 @@ N: Refik Tuzakli <tuzakli.refik@gmail.com>
F: package/freescale-imx/
F: package/paho-mqtt-cpp/
N: Raphaël Mélotte <raphael.melotte@essensium.com>
F: package/jbig2dec/
N: Rémi Rérolle <remi.rerolle@gmail.com>
F: package/libfreeimage/

View File

@ -1391,6 +1391,7 @@ menu "Graphics"
source "package/intel-mediasdk/Config.in"
source "package/irrlicht/Config.in"
source "package/jasper/Config.in"
source "package/jbig2dec/Config.in"
source "package/jpeg/Config.in"
source "package/kmsxx/Config.in"
source "package/lcms2/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_JBIG2DEC
bool "jbig2dec"
help
jbig2dec is a decoder implementation of the JBIG2
image compression format.
https://jbig2dec.com/

View File

@ -0,0 +1,7 @@
# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs927/MD5SUMS
# and SHA512SUMS are missing the hashes for this file.
# Locally computed:
sha256 a4f6bf15d217e7816aa61b92971597c801e81f0a63f9fe1daee60fb88e0f0602 jbig2dec-0.16.tar.gz
# Hash for license files:
sha256 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9 LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# jbig2dec
#
################################################################################
JBIG2DEC_VERSION = 0.16
JBIG2DEC_SITE = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs927
JBIG2DEC_LICENSE = AGPL-3.0+
JBIG2DEC_LICENSE_FILES = LICENSE
JBIG2DEC_INSTALL_STAGING = YES
$(eval $(autotools-package))