diff options
author | Marek Szuba <Marek.Szuba@cern.ch> | 2016-05-18 11:04:49 -0500 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-24 17:11:38 +0800 |
commit | 95a02d5414083f62a64e1ad3dd1689d4a3e5b942 (patch) | |
tree | 3ca31ab20096fab936478bd6a3690d517e8c7fdf /media-libs/elles_icc_profiles | |
parent | dev-python/dulwich: fix license: s/GPL-2/GPL-2+/ (diff) | |
download | gentoo-95a02d5414083f62a64e1ad3dd1689d4a3e5b942.tar.gz gentoo-95a02d5414083f62a64e1ad3dd1689d4a3e5b942.tar.bz2 gentoo-95a02d5414083f62a64e1ad3dd1689d4a3e5b942.zip |
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 <idella4@gentoo.org>
Diffstat (limited to 'media-libs/elles_icc_profiles')
-rw-r--r-- | media-libs/elles_icc_profiles/Manifest | 1 | ||||
-rw-r--r-- | media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild | 27 | ||||
-rw-r--r-- | media-libs/elles_icc_profiles/metadata.xml | 27 |
3 files changed, 55 insertions, 0 deletions
diff --git a/media-libs/elles_icc_profiles/Manifest b/media-libs/elles_icc_profiles/Manifest new file mode 100644 index 000000000000..cecdb790378d --- /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 000000000000..5da346e58a9c --- /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 000000000000..53fbc66927a3 --- /dev/null +++ b/media-libs/elles_icc_profiles/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>Marek.Szuba@cern.ch</email> + <name>Marek Szuba</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> + <longdescription lang="en"> + 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. + </longdescription> +</pkgmetadata> |