All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/8] package/openjpeg: New package openjpeg 1.5.2
Date: Sun, 22 Mar 2015 16:01:35 +0100	[thread overview]
Message-ID: <550ED94F.9040905@mind.be> (raw)
In-Reply-To: <1427033449-20179-5-git-send-email-olivier.schonken@gmail.com>

On 22/03/15 15:10, Olivier Schonken wrote:
> Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
> ---
>  package/Config.in              |  1 +
>  package/openjpeg/Config.in     |  6 ++++++
>  package/openjpeg/openjpeg.hash |  2 ++
>  package/openjpeg/openjpeg.mk   | 17 +++++++++++++++++
>  4 files changed, 26 insertions(+)
>  create mode 100644 package/openjpeg/Config.in
>  create mode 100644 package/openjpeg/openjpeg.hash
>  create mode 100644 package/openjpeg/openjpeg.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index 93fde92..e9f362d 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -739,6 +739,7 @@ menu "Graphics"
>  	source "package/libvips/Config.in"
>  	source "package/opencv/Config.in"
>  	source "package/opengl/Config.in"
> +	source "package/openjpeg/Config.in"
>  	source "package/pango/Config.in"
>  	source "package/pixman/Config.in"
>  	source "package/poppler/Config.in"
> diff --git a/package/openjpeg/Config.in b/package/openjpeg/Config.in
> new file mode 100644
> index 0000000..3fa7553
> --- /dev/null
> +++ b/package/openjpeg/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_OPENJPEG
> +	bool "openjpeg"
> +	help
> +	  The OpenJPEG library is an open-source JPEG 2000 codec written in C
> +
> +          http://www.openjpeg.org
> diff --git a/package/openjpeg/openjpeg.hash b/package/openjpeg/openjpeg.hash
> new file mode 100644
> index 0000000..5ac8a00
> --- /dev/null
> +++ b/package/openjpeg/openjpeg.hash
> @@ -0,0 +1,2 @@
> +# Locally computed:
> +md5	c41772c30fb1c272358b3707233134a1  openjpeg-1.5.2.tar.gz

 When locally computed, use sha256.

> diff --git a/package/openjpeg/openjpeg.mk b/package/openjpeg/openjpeg.mk
> new file mode 100644
> index 0000000..8cb3c80
> --- /dev/null
> +++ b/package/openjpeg/openjpeg.mk
> @@ -0,0 +1,17 @@
> +################################################################################
> +#
> +# openjpeg
> +#
> +################################################################################
> +
> +OPENJPEG_VERSION = 1.5.2
> +OPENJPEG_SITE = http://downloads.sourceforge.net/project/openjpeg
> +OPENJPEG_LICENSE = MIT
> +OPENJPEG_LICENSE_FILES = COPYING
> +OPENJPEG_AUTORECONF = YES

 Add a comment why autoreconf is necessary.

> +OPENJPEG_SOURCE = openjpeg-$(OPENJPEG_VERSION).tar.gz

 We typically put this jusb below _VERSION. But in this case it's redundant
since this is the default.

> +OPENJPEG_INSTALL_STAGING = YES
> +
> +OPENJPEG_CONF_OPTS = \

 Remove this.

 Regards,
 Arnout

> +
> +$(eval $(autotools-package))
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  reply	other threads:[~2015-03-22 15:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-22 14:10 [Buildroot] [PATCH 1/8] package/cups: Un-deprecate, and update CUPS to 2.0.2 Olivier Schonken
2015-03-22 14:10 ` [Buildroot] [PATCH 2/8] package/hplip: Un-deprecate and bump version to 3.15.2 Olivier Schonken
2015-03-22 14:10 ` [Buildroot] [PATCH 3/8] package/gutenprint: Un-deprecate and bump version to 5.2.10 Olivier Schonken
2015-03-22 14:10 ` [Buildroot] [PATCH 4/8] package/poppler: bump version to 0.32.0 Olivier Schonken
2015-03-22 14:10 ` [Buildroot] [PATCH 5/8] package/openjpeg: New package openjpeg 1.5.2 Olivier Schonken
2015-03-22 15:01   ` Arnout Vandecappelle [this message]
2015-03-22 14:10 ` [Buildroot] [PATCH 6/8] package/qpdf: New package qpdf 5.1.2 Olivier Schonken
2015-03-22 14:10 ` [Buildroot] [PATCH 7/8] package/ijs: New package ijs 0.35 Olivier Schonken
2015-03-22 14:10 ` [Buildroot] [PATCH 8/8] package/cups-filters: Add new package cups-filters 1.0.67 Olivier Schonken
2015-03-22 14:57 ` [Buildroot] [PATCH 1/8] package/cups: Un-deprecate, and update CUPS to 2.0.2 Arnout Vandecappelle

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=550ED94F.9040905@mind.be \
    --to=arnout@mind.be \
    --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.