[oe] [PATCH 2/3] jbig2dec-0.11: new recipe

Khem Raj raj.khem at gmail.com
Wed Jun 9 13:31:26 UTC 2010


On (09/06/10 11:33), Dmitry Artamonow wrote:
> jbig2dec is a decoder implementation of the JBIG2 image compression
> format. JBIG2 is designed for lossy or lossless encoding of monochrome
> images at moderately high resolution, in particular scanned paper documents.
> 
> Signed-off-by: Dmitry Artamonow <mad_soft at inbox.ru>
> ---
>  recipes/jpeg/jbig2dec_0.11.bb |   19 +++++++++++++++++++
>  1 files changed, 19 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/jpeg/jbig2dec_0.11.bb
> 
> diff --git a/recipes/jpeg/jbig2dec_0.11.bb b/recipes/jpeg/jbig2dec_0.11.bb
> new file mode 100644
> index 0000000..9bc7433
> --- /dev/null
> +++ b/recipes/jpeg/jbig2dec_0.11.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "Decoder implementation of the JBIG2 image compression format"
> +HOMEPAGE = "http://jbig2dec.sourceforge.net/"
> +SECTION = "libs"
> +LICENSE = "GPL"
> +PR = "r0"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/jbig2dec/${PN}-${PV}.tar.gz"
> +
> +inherit autotools
> +
> +do_stage() {
> +        autotools_stage_all
> +}

do_stage is not needed for new staging.


> +
> +PACKAGES =+ "jbig2dec-tools "
> +FILES_jbig2dec-tools = "${bindir}/*"
> +
> +SRC_URI[md5sum] = "1f61e144852c86563fee6e5ddced63f1"
> +SRC_URI[sha256sum] = "7e2d8330b36f2765da22043d174827bee0f30db8d78c330904f363275c7dd0b9"
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list