Re my previous recommendation, note that one cannot according to the license rename the file, because renaming it would require changing the 'desc' tag internally in the file to reflect the file name. <div>And anyway changing the file name would be bad karma later because it is preferable that people know what the file contents are ...</div>
<div><br></div><div>Edmund<br><div><br><div class="gmail_quote">On Sat, Feb 2, 2013 at 7:25 PM, edmund ronald <span dir="ltr"><<a href="mailto:edmundronald@gmail.com" target="_blank">edmundronald@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Off the top of my head, I would think that the ICC is the right place to go for ICC color profiles (!) and indeed<div><br>
</div><div><a href="http://www.color.org/srgbprofiles.xalter" target="_blank">http://www.color.org/srgbprofiles.xalter</a></div>
<div><br></div><div>shows us some profiles, and acceptable free license conditions.  I would  recommend  the file<span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">

<tbody><tr><td align="left"><b style="font-weight:bold">sRGB_IEC61966-2-1_no black_scaling.icc<span class="HOEnZb"><font color="#888888"><br></font></span></b></td></tr></tbody></table></span><span class="HOEnZb"><font color="#888888"><div>
<br></div></font></span><div><span class="HOEnZb"><font color="#888888">Edmund</font></span><div><div class="h5"><br><br><div class="gmail_quote">On Sat, Feb 2, 2013 at 6:04 PM, Kai-Uwe Behrmann <span dir="ltr"><<a href="mailto:ku.b@gmx.de" target="_blank">ku.b@gmx.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Bernhard and bug hunters,<br>
<br>
there are different aspects for ICC profiles to work like expected.<br>
<br>
The most important thing, beside your/debian's requirement for proper licensing, is its correct colorimetry. That can be expected to be right for the icc-profiles-free included sRGB.icc from lcms and the same from ArgyllCMS called sRGB.icm. For instance the packages in question could require icc-profiles-free and a sRGB.icc profile gets installed on the system. Having only one sRGB profile installed is from a usability point of view very plausible. So requiring icc-profiles-free appears a logical option.<br>


<br>
The next is, applications need to identify the profile. Some applications search profiles by name. However, it is no good idea to reuse the "sRGB Color Space Profile.icm" name of the original HP profile, as that will cause confusion among users. But you might consider to replace the offending sRGB.icm with the sRGB.icm from the Argyll package.<br>


<br>
The old profile names need to be replaced by the new name in configuration files, source code and documentation. grep is your friend. Ideally the unit tests of the packages in question can spot issues.<br>
<br>
<br>
As you asked about, a Scarse sRGB profile variant has colorimetrically some errors. That might be fixed in newer versions. I do not know.<br>
<a href="http://lists.freedesktop.org/archives/openicc/2011q4/004425.html" target="_blank">http://lists.freedesktop.org/<u></u>archives/openicc/2011q4/<u></u>004425.html</a><br>
<br>
An newer review about sRGB profiles is here:<br>
<a href="http://ninedegreesbelow.com/photography/srgb-profile-comparison.html" target="_blank">http://ninedegreesbelow.com/<u></u>photography/srgb-profile-<u></u>comparison.html</a><br>
<br>
<br>
Hope that helps,<br>
<br>
Kai-Uwe Behrmann<br>
<br>
<br>
Am 02.02.2013 16:51, schrieb Bernhard Reiter:<div><div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Forwarding this to the OpenICC maling list requesting their help as per<br>
suggestion of user oy (Kai-Uwe Behrmann) in #scribus.<br>
<br>
Kind regards<br>
Bernhard Reiter<br>
PS: Please CC me (and the people I'm CC'ing) as I'm not subscribed to<br>
this list!<br>
<br>
-------- Weitergeleitete Nachricht --------<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Von: Stuart Prescott <<a href="mailto:stuart@debian.org" target="_blank">stuart@debian.org</a>><br>
An: Oleksandr Moskalenko <<a href="mailto:malex@debian.org" target="_blank">malex@debian.org</a>>, Jonas Smedegaard<br>
<<a href="mailto:dr@jones.dk" target="_blank">dr@jones.dk</a>>, Bernhard Reiter <<a href="mailto:ockham@raz.or.at" target="_blank">ockham@raz.or.at</a>><br>
Betreff: icm profiles in debian<br>
Datum: Sat, 2 Feb 2013 00:58:58 +0000<br>
<br>
Dear icc-profiles-free maintainers,<br>
<br>
You may or may not have noticed a series of bugs filed about the inclusion of<br>
sRGB.icm from HP in a variety of different packages. Modified versions of this<br>
file are not distributable so inclusion in packages fails DFSG #3. We now have<br>
bugs #657281, #699301, #699304, #699305 and #699306 for packages that<br>
include this file.<br>
<br>
While trying to understand what can be done to solve this problem, I realised<br>
that a number of other packages also contained ICC/ICM profiles (e.g. krita,<br>
argyll, lcms, icc-profiles-free etc) and that there was a chance that one of<br>
these Free profiles would be suitable as an immediate replacement for the<br>
problematic profile currently in Debian. (I also wondered if these package<br>
should be using icc-profiles rather than shipping their own versions, but<br>
that's another question for another day.)<br>
<br>
At this stage, however, I reach my limit of knowledge about colour profiles and<br>
hope that perhaps one of you would be able to provide advice on the<br>
abovementioned bugs. Can one of the other sRGB.icm in Debian that claims to<br>
come from lcms or scarse and be under a permissive licence be used as a drop-<br>
in replacement for this file? Can the icc file from icc-profiles-free be<br>
utilised? If this can be done, then we potentially have a nice solution to 5<br>
RC bugs...<br>
<br>
cheers<br>
Stuart<br>
<br>
--<br>
Stuart Prescott    <a href="http://www.nanonanonano.net/" target="_blank">http://www.nanonanonano.net/</a>   <a href="mailto:stuart@nanonanonano.net" target="_blank">stuart@nanonanonano.net</a><br>
Debian Developer   <a href="http://www.debian.org/" target="_blank">http://www.debian.org/</a>         <a href="mailto:stuart@debian.org" target="_blank">stuart@debian.org</a><br>
GPG fingerprint    BE65 FD1E F4EA 08F3 23D4 3C6D 9FE8 B8CD 71C5 D1A8<br>
GPG fingerprint    90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7<br>
</blockquote>
<br>
<br>
______________________________<u></u>_________________<br>
openicc mailing list<br>
<a href="mailto:openicc@lists.freedesktop.org" target="_blank">openicc@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/openicc" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/openicc</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
openicc mailing list<br>
<a href="mailto:openicc@lists.freedesktop.org" target="_blank">openicc@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/openicc" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/openicc</a><br>
</div></div></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div>