From patchwork Sat Mar 16 12:12:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olivier Schonken X-Patchwork-Id: 228208 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id EBF7D2C0086 for ; Sat, 16 Mar 2013 23:12:34 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 16243304D2; Sat, 16 Mar 2013 12:12:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y4baDJ0Bgrfo; Sat, 16 Mar 2013 12:12:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 262D72FDEC; Sat, 16 Mar 2013 12:12:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 159EB8F74B for ; Sat, 16 Mar 2013 12:12:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 923BD8BB48 for ; Sat, 16 Mar 2013 12:12:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0V3Eo9ksOSwJ for ; Sat, 16 Mar 2013 12:12:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 43B7F8889F for ; Sat, 16 Mar 2013 12:12:23 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id ds1so1287926wgb.2 for ; Sat, 16 Mar 2013 05:12:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=7wBkXnBIwH5NwQxt/VopY5mwPT8H5BJX+A/cTMq7UqQ=; b=FAHzWiMfSCULj21maYxBIybjsJr2u8oPng/9wznppR5wa5lVgG2erOfQ6jgcIpidDU mPTTmCO8T+/mmG4CUYJt3WUWtS6XZCywyzbX2KNNZhEuIYnR8mRpF+/3saPMnxyq5Hvr qhoUb0An8uo0FCIIkcP5AaY6xQ2nXYDoQKYHogG+As+mxJZherKZSopDdxdyDg2pDYuD E48GMhzmWSS9oIgnAle9eOscCLU/Sabk1A0aDpxfUD49VdtxKA/DpYg6eMKVe6wn5mM3 lqd1v7YXWVgRq+wVVIt7p5rt8zfe6y6HUAx2iQTE2G8kj9s7cPCSxZptUKJ6WCRKGRwH SwOQ== X-Received: by 10.180.103.65 with SMTP id fu1mr7966817wib.4.1363435941097; Sat, 16 Mar 2013 05:12:21 -0700 (PDT) Received: from incognito-desktop.nomad.org (41-135-144-50.dsl.mweb.co.za. [41.135.144.50]) by mx.google.com with ESMTPS id h10sm3415179wic.8.2013.03.16.05.12.19 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Mar 2013 05:12:20 -0700 (PDT) From: Olivier Schonken To: buildroot@busybox.net Date: Sat, 16 Mar 2013 14:12:01 +0200 Message-Id: <1363435922-23115-1-git-send-email-olivier.schonken@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1362250047-26425-1-git-send-email-olivier.schonken@gmail.com> References: <1362250047-26425-1-git-send-email-olivier.schonken@gmail.com> Cc: Olivier Schonken Subject: [Buildroot] [PATCHv3] Added lcms2 package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Little CMS intends to be an OPEN SOURCE small-footprint color management engine, with special focus on accuracy and performance. Signed-off-by: Olivier Schonken --- Changelog: Removed excess empty lines from Config.in Added licensing info to lcms2.mk package/Config.in | 1 + package/lcms2/Config.in | 11 +++++++++++ package/lcms2/lcms2.mk | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 package/lcms2/Config.in create mode 100644 package/lcms2/lcms2.mk diff --git a/package/Config.in b/package/Config.in index 21c3ec9..4cf71d6 100644 --- a/package/Config.in +++ b/package/Config.in @@ -421,6 +421,7 @@ source "package/gtk2-engines/Config.in" source "package/gtk2-themes/Config.in" source "package/imlib2/Config.in" source "package/jpeg/Config.in" +source "package/lcms2/Config.in" source "package/libart/Config.in" source "package/libdmtx/Config.in" source "package/libdrm/Config.in" diff --git a/package/lcms2/Config.in b/package/lcms2/Config.in new file mode 100644 index 0000000..33999fa --- /dev/null +++ b/package/lcms2/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LCMS2 + bool "lcms2" + help + Little Color Management Software + Little CMS intends to be an OPEN SOURCE small-footprint color + management engine, with special focus on accuracy and performance. + It uses the International Color Consortium standard (ICC), which is + the modern standard when regarding to color management. + + http://www.littlecms.com/ + diff --git a/package/lcms2/lcms2.mk b/package/lcms2/lcms2.mk new file mode 100644 index 0000000..89ba03f --- /dev/null +++ b/package/lcms2/lcms2.mk @@ -0,0 +1,14 @@ +############################################################# +# +# lcms2 +# +############################################################# + +LCMS2_VERSION = 2.4 +LCMS2_SITE = http://downloads.sourceforge.net/LCMS2/LCMS2/ +LCMS2_LICENSE = MIT +LCMS2_LICENSE_FILES = COPYING +LCMS2_DEPENDENCIES = host-lcms2 + +$(eval $(autotools-package)) +$(eval $(host-autotools-package))