All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <huth@tuxfamily.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/jbig2dec: new package.
Date: Fri, 13 Sep 2019 14:04:48 +0200	[thread overview]
Message-ID: <20190913140448.2a651ba3@thl530.multi.box> (raw)
In-Reply-To: <20190913112413.31969-1-raphael.melotte@essensium.com>

Am Fri, 13 Sep 2019 13:24:13 +0200
schrieb raphael.melotte at essensium.com:

> From: Rapha?l M?lotte <raphael.melotte@essensium.com>
> 
> jbig2dec is a decoder implementation of the JBIG2 image compression
> format.
> 
> Signed-off-by: Rapha?l M?lotte <raphael.melotte@essensium.com>
> ---
>  DEVELOPERS                     |  3 +++
>  package/Config.in              |  1 +
>  package/jbig2dec/Config.in     |  7 +++++++
>  package/jbig2dec/jbig2dec.hash |  7 +++++++
>  package/jbig2dec/jbig2dec.mk   | 13 +++++++++++++
>  5 files changed, 31 insertions(+)
>  create mode 100644 package/jbig2dec/Config.in
>  create mode 100644 package/jbig2dec/jbig2dec.hash
>  create mode 100644 package/jbig2dec/jbig2dec.mk
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 7604cfe2b7..5f1e37a063 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1928,6 +1928,9 @@ F:	package/ustream-ssl/
>  N:	Refik Tuzakli <tuzakli.refik@gmail.com>
>  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/
>  
> diff --git a/package/Config.in b/package/Config.in
> index 7d915ea4d7..b2f315ae69 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1306,6 +1306,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"
> diff --git a/package/jbig2dec/Config.in b/package/jbig2dec/Config.in
> new file mode 100644
> index 0000000000..d1440dca3d
> --- /dev/null
> +++ b/package/jbig2dec/Config.in
> @@ -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/
> diff --git a/package/jbig2dec/jbig2dec.hash
> b/package/jbig2dec/jbig2dec.hash new file mode 100644
> index 0000000000..eb2b674443
> --- /dev/null
> +++ b/package/jbig2dec/jbig2dec.hash
> @@ -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 diff --git a/package/jbig2dec/jbig2dec.mk
> b/package/jbig2dec/jbig2dec.mk new file mode 100644 index
> 0000000000..5ac5b87a72 --- /dev/null
> +++ b/package/jbig2dec/jbig2dec.mk
> @@ -0,0 +1,13 @@
> +################################################################################
> +#
> +# jbig2dec
> +#
> +################################################################################
> +
> +JBIG2DEC_VERSION = 0.16
> +JBIG2DEC_SITE =
> https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs927

For packages located on github, you better use the github helper
function, see:

 https://buildroot.org/downloads/manual/manual.html#github-download-url

 Thomas

  reply	other threads:[~2019-09-13 12:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-13 11:24 [Buildroot] [PATCH 1/1] package/jbig2dec: new package raphael.melotte at essensium.com
2019-09-13 12:04 ` Thomas Huth [this message]
2019-09-13 12:12   ` Baruch Siach
2019-11-06 21:09 ` Bernd Kuhls
2020-03-29 20:54 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190913140448.2a651ba3@thl530.multi.box \
    --to=huth@tuxfamily.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.