From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] Added lcms2 package
Date: Mon, 18 Mar 2013 21:40:40 +0100 [thread overview]
Message-ID: <87ip4ozbjr.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1363437742-2562-1-git-send-email-olivier.schonken@gmail.com> (Olivier Schonken's message of "Sat, 16 Mar 2013 14:42:22 +0200")
>>>>> "Olivier" == Olivier Schonken <olivier.schonken@gmail.com> writes:
Olivier> Little CMS intends to be an OPEN SOURCE small-footprint color management engine,
Olivier> with special focus on accuracy and performance.
Olivier> Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Olivier> ---
Olivier> Changelog:
Olivier> Removed excess empty lines from Config.in
Olivier> Added licensing info to lcms2.mk
Olivier> Chaned LCMS2_SITE to correct url
Olivier> Added options to include support for zlib, jpeg and tiff
Olivier> Removed dependency on host-lcms2
Olivier> package/Config.in | 1 +
Olivier> package/lcms2/Config.in | 11 +++++++++++
Olivier> package/lcms2/lcms2.mk | 35 +++++++++++++++++++++++++++++++++++
Olivier> 3 files changed, 47 insertions(+)
Olivier> create mode 100644 package/lcms2/Config.in
Olivier> create mode 100644 package/lcms2/lcms2.mk
Olivier> diff --git a/package/Config.in b/package/Config.in
Olivier> index 21c3ec9..4cf71d6 100644
Olivier> --- a/package/Config.in
Olivier> +++ b/package/Config.in
Olivier> @@ -421,6 +421,7 @@ source "package/gtk2-engines/Config.in"
Olivier> source "package/gtk2-themes/Config.in"
Olivier> source "package/imlib2/Config.in"
Olivier> source "package/jpeg/Config.in"
Olivier> +source "package/lcms2/Config.in"
Olivier> source "package/libart/Config.in"
Olivier> source "package/libdmtx/Config.in"
Olivier> source "package/libdrm/Config.in"
Olivier> diff --git a/package/lcms2/Config.in b/package/lcms2/Config.in
Olivier> new file mode 100644
Olivier> index 0000000..33999fa
Olivier> --- /dev/null
Olivier> +++ b/package/lcms2/Config.in
Olivier> @@ -0,0 +1,11 @@
Olivier> +config BR2_PACKAGE_LCMS2
Olivier> + bool "lcms2"
Olivier> + help
Olivier> + Little Color Management Software
Olivier> + Little CMS intends to be an OPEN SOURCE small-footprint color
Olivier> + management engine, with special focus on accuracy and performance.
Olivier> + It uses the International Color Consortium standard (ICC), which is
Olivier> + the modern standard when regarding to color management.
Olivier> +
Olivier> + http://www.littlecms.com/
Olivier> +
You have trailing spaces and an empty line at the end.
Olivier> diff --git a/package/lcms2/lcms2.mk b/package/lcms2/lcms2.mk
Olivier> new file mode 100644
Olivier> index 0000000..1766bec
Olivier> --- /dev/null
Olivier> +++ b/package/lcms2/lcms2.mk
Olivier> @@ -0,0 +1,35 @@
Olivier> +#############################################################
Olivier> +#
Olivier> +# lcms2
Olivier> +#
Olivier> +#############################################################
Olivier> +
Olivier> +LCMS2_VERSION = 2.4
Olivier> +LCMS2_SITE = http://downloads.sourceforge.net/lcms/lcms
Olivier> +LCMS2_LICENSE = MIT
Olivier> +LCMS2_LICENSE_FILES = COPYING
Olivier> +
Olivier> +LCMS2_CONF_OPT = \
Olivier> +
Olivier> +ifeq ($(BR2_PACKAGE_JPEG),y)
Olivier> + LCMS2_CONF_OPT += --with-jpeg
Olivier> + LCMS2_DEPENDENCIES += jpeg
And the same here (multiple places).
Committed with those fixed, thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2013-03-18 20:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-02 18:47 [Buildroot] [PATCH 1/1] Added lcms2 package Olivier Schonken
2013-03-03 16:11 ` Thomas Petazzoni
2013-03-03 21:43 ` [Buildroot] [PATCHv2] " Olivier Schonken
2013-03-04 8:22 ` Thomas Petazzoni
2013-03-16 12:12 ` [Buildroot] [PATCHv3] " Olivier Schonken
2013-03-16 12:42 ` [Buildroot] [PATCH 1/1] " Olivier Schonken
2013-03-18 20:40 ` Peter Korsgaard [this message]
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=87ip4ozbjr.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox