From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E466E138262 for ; Tue, 24 May 2016 09:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665D314217; Tue, 24 May 2016 09:11:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D47B914217 for ; Tue, 24 May 2016 09:11:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4EE83409E6 for ; Tue, 24 May 2016 09:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E0E987 for ; Tue, 24 May 2016 09:11:55 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1464081098.95a02d5414083f62a64e1ad3dd1689d4a3e5b942.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/elles_icc_profiles/Manifest media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild media-libs/elles_icc_profiles/metadata.xml X-VCS-Directories: media-libs/elles_icc_profiles/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 95a02d5414083f62a64e1ad3dd1689d4a3e5b942 X-VCS-Branch: master Date: Tue, 24 May 2016 09:11:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 32533265-21af-40aa-8046-22ec87ac552f X-Archives-Hash: 14abb8a87d3ddfe9528f605234372a41 commit: 95a02d5414083f62a64e1ad3dd1689d4a3e5b942 Author: Marek Szuba cern ch> AuthorDate: Wed May 18 16:04:49 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue May 24 09:11:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a02d54 media-libs/elles_icc_profiles: new package. A set of free, accuracy-checked and well-behaved ICC profiles for many standard RGB working spaces, suitable for colour-managed image editing using e.g. gimp-2.9 or Krita. Gentoo-Bug: 583420 Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1487 Signed-off-by: Ian Delaney gentoo.org> media-libs/elles_icc_profiles/Manifest | 1 + .../elles_icc_profiles-20160501.0932.ebuild | 27 ++++++++++++++++++++++ media-libs/elles_icc_profiles/metadata.xml | 27 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/media-libs/elles_icc_profiles/Manifest b/media-libs/elles_icc_profiles/Manifest new file mode 100644 index 0000000..cecdb79 --- /dev/null +++ b/media-libs/elles_icc_profiles/Manifest @@ -0,0 +1 @@ +DIST elles_icc_profiles-20160501.0932.tar.gz 334145 SHA256 480bcc09e8102f97fdfd1036933f1fcd4305d0e76bb555559f2099f7594935bc SHA512 10a3df45aadf923b2d7ff9c8ee906b000e70ad7d17c1a5005f889b49c6d57849c8befb5c4ed92748908bd5506789b6877c0504666de43c1a8621f646ab665e2f WHIRLPOOL 8d63f0c8db56a489e21bdb566d6aa85f9a3d29cffba0e043f650447f8b0fa6ab92c21fe9ca80f544070f6c6257257bcb288e4dbbb392160ce89ba69b35fcf1e1 diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild new file mode 100644 index 0000000..5da346e --- /dev/null +++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit versionator + +MY_PV="$(replace_version_separator 1 '-')EST" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles" +HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html" +SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/${MY_P}" + +src_install() { + default + + insinto /usr/share/color/icc/ellestone + doins profiles/*.icc +} diff --git a/media-libs/elles_icc_profiles/metadata.xml b/media-libs/elles_icc_profiles/metadata.xml new file mode 100644 index 0000000..53fbc66 --- /dev/null +++ b/media-libs/elles_icc_profiles/metadata.xml @@ -0,0 +1,27 @@ + + + + + Marek.Szuba@cern.ch + Marek Szuba + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Elle Stone has developed LCMS-based ICC profile-making code which + makes a variety of RGB working space profiles, plus Gray profiles, + plus XYZ and LAB identity profiles. The code includes the most + commonly used RGB working space profiles (including ACES, ACEScg, + AdobeRGB1998, ProPhotoRGB, Rec.2020, and sRGB/Rec.709), plus + an assortment of less commonly used profiles. Each RGB working + space profile "family" is provided with the profile's standard Tone + Reproduction Curve ("TRC"), the linear gamma, gamma 1.8, and gamma + 2.2 TRCs, and the sRGB, LAB "L", and Rec709 TRCs, in both V2 and V4 + versions. + The profiles are carefully checked for accuracy and are guaranteed + to be well-behaved, making them suitable for colour-managed image + editing. + +