source: general/graphlib/lcms2.xml@ b29c0c58

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b29c0c58 was b29c0c58, checked in by Pierre Labastie <pieere@…>, 4 years ago

lcms2: removed a non printable character that generated a Acaret in the
rendered text.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23236 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[f97ae48]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY lcms2-download-http "&sourceforge-dl;/lcms/lcms2-&lcms2-version;.tar.gz">
[f97ae48]8 <!ENTITY lcms2-download-ftp " ">
[d8321785]9 <!ENTITY lcms2-md5sum "c5f915d681325e0767e40187799f23b1">
10 <!ENTITY lcms2-size "15 MB">
11 <!ENTITY lcms2-buildsize "30 MB (with the tests)">
[19e1313]12 <!ENTITY lcms2-time "0.2 SBU (with the tests)">
[f97ae48]13]>
14
[f8edbebd]15<sect1 id="lcms2" xreflabel="Little CMS-&lcms2-version;">
[f97ae48]16 <?dbhtml filename="lcms2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[f8edbebd]23 <title>Little CMS-&lcms2-version;</title>
[f97ae48]24
25 <indexterm zone="lcms2">
[f8edbebd]26 <primary sortas="a-little-cms2">Little CMS2</primary>
[f97ae48]27 </indexterm>
28
29 <sect2 role="package">
[f8edbebd]30 <title>Introduction to Little CMS2</title>
[f97ae48]31
[09f0998]32 <para>
[b29c0c58]33 The Little Color Management System is a small-footprint color management
[09f0998]34 engine, with special focus on accuracy and performance. It uses
35 the International Color Consortium standard (ICC), which is the modern
36 standard for color management.
37 </para>
[f97ae48]38
[34fe2633]39 &lfs91_checked;
[f97ae48]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[09f0998]44 <para>
45 Download (HTTP): <ulink url="&lcms2-download-http;"/>
46 </para>
[f97ae48]47 </listitem>
48 <listitem>
[09f0998]49 <para>
50 Download (FTP): <ulink url="&lcms2-download-ftp;"/>
51 </para>
[f97ae48]52 </listitem>
53 <listitem>
[09f0998]54 <para>
55 Download MD5 sum: &lcms2-md5sum;
56 </para>
[f97ae48]57 </listitem>
58 <listitem>
[09f0998]59 <para>
60 Download size: &lcms2-size;
61 </para>
[f97ae48]62 </listitem>
63 <listitem>
[09f0998]64 <para>
65 Estimated disk space required: &lcms2-buildsize;
66 </para>
[f97ae48]67 </listitem>
68 <listitem>
[09f0998]69 <para>
70 Estimated build time: &lcms2-time;
71 </para>
[f97ae48]72 </listitem>
73 </itemizedlist>
74
[b56c421]75 <bridgehead renderas="sect3">Little CMS2 Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="libjpeg"/> and
80 <xref linkend="libtiff"/>
81 </para>
82
[f97ae48]83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/lcms2"/></para>
85 </sect2>
86
87 <sect2 role="installation">
[f8edbebd]88 <title>Installation of Little CMS2</title>
[f97ae48]89
[d8321785]90<!-- Seems to be fixed in 2.10
[09f0998]91 <para>
92 If you want to run tests, then the build procedure must
93 be modified to make some library internal references visible to
94 the test code:
95 </para>
[049cd38]96
97<screen><userinput>sed -i '/AX_APPEND/s/^/#/' configure.ac &amp;&amp;
98autoreconf</userinput></screen>
[d8321785]99-->
[049cd38]100
[09f0998]101 <para>
102 Install <application>Little CMS2</application> by running the following
103 commands:
104 </para>
[f97ae48]105
[0b0fa17]106<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[f97ae48]107make</userinput></screen>
108
[09f0998]109 <para>
110 To test the results, issue: <command>make check</command>.
111 </para>
[f97ae48]112
[09f0998]113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
[f97ae48]116
117<screen role="root"><userinput>make install</userinput></screen>
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
[f8edbebd]123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
[f97ae48]126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Library</segtitle>
[c3c56b2]134 <segtitle>Installed Directories</segtitle>
[f97ae48]135
136 <seglistitem>
137 <seg>jpgicc, linkicc, psicc, tificc, and transicc</seg>
[0b0fa17]138 <seg>liblcms2.so</seg>
[c3c56b2]139 <seg>None</seg>
[f97ae48]140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="jpgicc">
149 <term><command>jpgicc</command></term>
150 <listitem>
[09f0998]151 <para>
152 is the Little CMS ICC profile applier for JPEG.
153 </para>
[f97ae48]154 <indexterm zone="lcms2 jpgicc">
155 <primary sortas="b-jpgicc">jpgicc</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="linkicc">
161 <term><command>linkicc</command></term>
162 <listitem>
[09f0998]163 <para>
164 is the Little CMS ICC device link generator
165 </para>
[f97ae48]166 <indexterm zone="lcms2 linkicc">
167 <primary sortas="b-linkicc">linkicc</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="psicc">
173 <term><command>psicc</command></term>
174 <listitem>
[09f0998]175 <para>
176 is the Little CMS ICC PostScript generator.
177 </para>
[f97ae48]178 <indexterm zone="lcms2 psicc">
179 <primary sortas="b-psicc">psicc</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="tificc">
185 <term><command>tificc</command></term>
186 <listitem>
[09f0998]187 <para>
188 is the Little CMS ICC tiff generator.
189 </para>
[f97ae48]190 <indexterm zone="lcms2 tificc">
191 <primary sortas="b-tificc">tificc</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="transicc">
197 <term><command>transicc</command></term>
198 <listitem>
[09f0998]199 <para>
200 is the Little CMS ColorSpace conversion calculator.
201 </para>
[f97ae48]202 <indexterm zone="lcms2 transicc">
203 <primary sortas="b-transicc">transicc</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="liblcms2">
[0b0fa17]209 <term><filename class="libraryfile">liblcms2.so</filename></term>
[f97ae48]210 <listitem>
[09f0998]211 <para>
212 contains functions that implement the lcms2 API.
213 </para>
[f97ae48]214 <indexterm zone="lcms2 liblcms2">
[0b0fa17]215 <primary sortas="c-liblcms2">liblcms2.so</primary>
[f97ae48]216 </indexterm>
217 </listitem>
218 </varlistentry>
219 </variablelist>
220 </sect2>
221</sect1>
Note: See TracBrowser for help on using the repository browser.