From patchwork Sun Mar 3 21:43:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olivier Schonken X-Patchwork-Id: 224571 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id EC21E2C0311 for ; Mon, 4 Mar 2013 08:43:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2D6F8C4D3; Sun, 3 Mar 2013 21:43:24 +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 YUrPjt13aSLd; Sun, 3 Mar 2013 21:43:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 16ECB8BE7D; Sun, 3 Mar 2013 21:43:22 +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 281B48F74B for ; Sun, 3 Mar 2013 21:43:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 43F918BE7D for ; Sun, 3 Mar 2013 21:43:20 +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 B0gqU3M2JuNR for ; Sun, 3 Mar 2013 21:43:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id E9EFC89987 for ; Sun, 3 Mar 2013 21:43:15 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id e12so3897876wge.22 for ; Sun, 03 Mar 2013 13:43:14 -0800 (PST) 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=Hamjb6H/OxB2atFTsrTvpSyvNhFH7MstUGh7fTjpS+w=; b=Etx0GpKXAR7/PWf3AR8mjt3oduvL27D4dIIoEf1/34izL1/S+h6Wfq1sAZ9kjwHmtA QmstJuCQ1ePb9FVEFjJsAMuIGWeS8pO/ox5XvOgEMnUO+5fiMnnJhbky/p4Uz5SN15BP +SpHiHtltyV/8bdlNpJrINlSPM8vbod0ciKdzORUAt/I//5NLxxfEDHjWL40VwVpiyNS OCPkPrv2c4GoSjNi1KSq0So8H7aXF55lzhRupBI4+mfEbQC+zCGO9wVVVmFGLxZ1REnk Sn9yAL4PM7NIRYWc3g/6PQPDGdJuPb6xf+alXX6t4Qm2h/uzfaZNejM7tzX4I5BbgD0m gCmQ== X-Received: by 10.194.63.240 with SMTP id j16mr27981270wjs.45.1362346994429; Sun, 03 Mar 2013 13:43:14 -0800 (PST) Received: from incognito-desktop.nomad.org (41-132-134-93.dsl.mweb.co.za. [41.132.134.93]) by mx.google.com with ESMTPS id j4sm10743115wiz.10.2013.03.03.13.43.12 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Mar 2013 13:43:14 -0800 (PST) From: Olivier Schonken To: buildroot@busybox.net Date: Sun, 3 Mar 2013 23:43:04 +0200 Message-Id: <1362346984-20701-1-git-send-email-olivier.schonken@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <20130303171102.20719854@skate> References: <20130303171102.20719854@skate> Cc: Olivier Schonken Subject: [Buildroot] [PATCHv2] 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 Acked-by: Thomas Petazzoni --- package/Config.in | 1 + package/lcms2/Config.in | 12 ++++++++++++ package/lcms2/lcms2.mk | 13 +++++++++++++ 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 646dd68..b88afd0 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..d648d24 --- /dev/null +++ b/package/lcms2/Config.in @@ -0,0 +1,12 @@ +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..239fcac --- /dev/null +++ b/package/lcms2/lcms2.mk @@ -0,0 +1,13 @@ +############################################################# +# +# lcms2 +# +############################################################# + +LCMS2_VERSION = 2.4 +LCMS2_SITE = http://downloads.sourceforge.net/LCMS2/LCMS2/ + +LCMS2_DEPENDENCIES = host-lcms2 + +$(eval $(autotools-package)) +$(eval $(host-autotools-package))