1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY lcms-download-http "http://www.littlecms.com/lcms-&lcms-version;.tar.gz">
|
---|
8 | <!ENTITY lcms-download-ftp " ">
|
---|
9 | <!ENTITY lcms-md5sum "5a803460aeb10e762d97e11a37462a69">
|
---|
10 | <!ENTITY lcms-size "654 KB">
|
---|
11 | <!ENTITY lcms-buildsize "18.4 MB">
|
---|
12 | <!ENTITY lcms-time "0.34 SBU (includes building the Python module)">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="lcms" xreflabel="lcms-&lcms-version;">
|
---|
16 | <sect1info>
|
---|
17 | <othername>$LastChangedBy$</othername>
|
---|
18 | <date>$Date$</date>
|
---|
19 | </sect1info>
|
---|
20 | <?dbhtml filename="lcms.html"?>
|
---|
21 | <title>lcms-&lcms-version;</title>
|
---|
22 | <indexterm zone="lcms">
|
---|
23 | <primary sortas="a-Lcms">Lcms</primary></indexterm>
|
---|
24 |
|
---|
25 | <sect2>
|
---|
26 | <title>Introduction to <application>lcms</application></title>
|
---|
27 |
|
---|
28 | <para>The lcms library is used by other programs to provide
|
---|
29 | color management facilities.</para>
|
---|
30 |
|
---|
31 | <sect3><title>Package information</title>
|
---|
32 | <itemizedlist spacing='compact'>
|
---|
33 | <listitem><para>Download (HTTP): <ulink
|
---|
34 | url="&lcms-download-http;"/></para></listitem>
|
---|
35 | <listitem><para>Download (FTP): <ulink
|
---|
36 | url="&lcms-download-ftp;"/></para></listitem>
|
---|
37 | <listitem><para>Download MD5 sum: &lcms-md5sum;</para></listitem>
|
---|
38 | <listitem><para>Download size: &lcms-size;</para></listitem>
|
---|
39 | <listitem><para>Estimated disk space required:
|
---|
40 | &lcms-buildsize;</para></listitem>
|
---|
41 | <listitem><para>Estimated build time:
|
---|
42 | &lcms-time;</para></listitem></itemizedlist>
|
---|
43 | </sect3>
|
---|
44 |
|
---|
45 | <sect3><title>Additional downloads</title>
|
---|
46 | <itemizedlist spacing='compact'>
|
---|
47 | <listitem><para>Required patch (if building the
|
---|
48 | <application>Python</application> module): <ulink
|
---|
49 | url="&patch-root;/lcms-&lcms-version;-gcc343-1.patch"/></para></listitem>
|
---|
50 | </itemizedlist>
|
---|
51 | </sect3>
|
---|
52 |
|
---|
53 | <sect3><title><application>lcms</application> dependencies</title>
|
---|
54 | <sect4><title>Optional</title>
|
---|
55 | <para><xref linkend="libtiff"/>,
|
---|
56 | <xref linkend="libjpeg"/> and
|
---|
57 | <xref linkend="python"/> (with
|
---|
58 | <ulink url="http://www.swig.org/">SWIG</ulink>)</para>
|
---|
59 | </sect4>
|
---|
60 | </sect3>
|
---|
61 |
|
---|
62 | </sect2>
|
---|
63 |
|
---|
64 | <sect2>
|
---|
65 | <title>Installation of <application>lcms</application></title>
|
---|
66 |
|
---|
67 | <para>Install <application>lcms</application> by running the following
|
---|
68 | commands:</para>
|
---|
69 |
|
---|
70 | <screen><userinput><command>patch -Np1 -i ../lcms-&lcms-version;-gcc343-1.patch &&
|
---|
71 | ./configure --prefix=/usr &&
|
---|
72 | make</command></userinput></screen>
|
---|
73 |
|
---|
74 | <para>Now, as the root user:</para>
|
---|
75 |
|
---|
76 | <screen><userinput role='root'><command>make install &&
|
---|
77 | install -v -m755 -d /usr/share/doc/lcms-&lcms-version; &&
|
---|
78 | install -v -m644 doc/* /usr/share/doc/lcms-&lcms-version;</command></userinput></screen>
|
---|
79 |
|
---|
80 | </sect2>
|
---|
81 |
|
---|
82 | <sect2>
|
---|
83 | <title>Contents</title>
|
---|
84 |
|
---|
85 | <segmentedlist>
|
---|
86 | <segtitle>Installed Programs</segtitle>
|
---|
87 | <segtitle>Installed Libraries</segtitle>
|
---|
88 | <segtitle>Installed Directory</segtitle>
|
---|
89 |
|
---|
90 | <seglistitem>
|
---|
91 | <seg>icc2ps, icclink, icctrans, wtpt and optionally, tifficc and jpegicc</seg>
|
---|
92 | <seg>liblcms.[so,a] and the optional _lcms.so Python module</seg>
|
---|
93 | <seg>/usr/share/doc/lcms-&lcms-version;</seg>
|
---|
94 | </seglistitem>
|
---|
95 | </segmentedlist>
|
---|
96 |
|
---|
97 | <variablelist>
|
---|
98 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
99 | <?dbfo list-presentation="list"?>
|
---|
100 |
|
---|
101 | <varlistentry id="icc2ps">
|
---|
102 | <term><command>icc2ps</command></term>
|
---|
103 | <listitem><para>generates PostScript <acronym>CRD</acronym> or
|
---|
104 | <acronym>CSA</acronym> from <acronym>ICC</acronym> profiles.</para>
|
---|
105 | <indexterm zone="lcms icc2ps">
|
---|
106 | <primary sortas="b-icc2ps">icc2ps</primary>
|
---|
107 | </indexterm></listitem>
|
---|
108 | </varlistentry>
|
---|
109 |
|
---|
110 | <varlistentry id="icclink">
|
---|
111 | <term><command>icclink</command></term>
|
---|
112 | <listitem><para>links two or more profiles into a single device link
|
---|
113 | profile.</para>
|
---|
114 | <indexterm zone="lcms icclink">
|
---|
115 | <primary sortas="b-icclink">icclink</primary>
|
---|
116 | </indexterm></listitem>
|
---|
117 | </varlistentry>
|
---|
118 |
|
---|
119 | <varlistentry id="icctrans">
|
---|
120 | <term><command>icctrans</command></term>
|
---|
121 | <listitem><para>is a color space conversion calculator.</para>
|
---|
122 | <indexterm zone="lcms icctrans">
|
---|
123 | <primary sortas="b-icctrans">icctrans</primary>
|
---|
124 | </indexterm></listitem>
|
---|
125 | </varlistentry>
|
---|
126 |
|
---|
127 | <varlistentry id="wtpt">
|
---|
128 | <term><command>wtpt</command></term>
|
---|
129 | <listitem><para>shows media white of profiles, identifying black body
|
---|
130 | locus.</para>
|
---|
131 | <indexterm zone="lcms wtpt">
|
---|
132 | <primary sortas="b-wtpt">wtpt</primary>
|
---|
133 | </indexterm></listitem>
|
---|
134 | </varlistentry>
|
---|
135 |
|
---|
136 | <varlistentry id="tifficc">
|
---|
137 | <term><command>tifficc</command></term>
|
---|
138 | <listitem><para>is an <acronym>ICC</acronym> profile applier for
|
---|
139 | <acronym>TIFF</acronym> files.</para>
|
---|
140 | <indexterm zone="lcms tifficc">
|
---|
141 | <primary sortas="b-tifficc">tifficc</primary>
|
---|
142 | </indexterm></listitem>
|
---|
143 | </varlistentry>
|
---|
144 |
|
---|
145 | <varlistentry id="jpegicc">
|
---|
146 | <term><command>jpegicc</command></term>
|
---|
147 | <listitem><para>is an <acronym>ICC</acronym> profile applier for
|
---|
148 | <acronym>JPEG</acronym> files.</para>
|
---|
149 | <indexterm zone="lcms jpegicc">
|
---|
150 | <primary sortas="b-jpegicc">jpegicc</primary>
|
---|
151 | </indexterm></listitem>
|
---|
152 | </varlistentry>
|
---|
153 |
|
---|
154 | <varlistentry id="liblcms">
|
---|
155 | <term><filename class='libraryfile'>liblcms.[so,a]</filename></term>
|
---|
156 | <listitem><para>is used by the <application>lcms</application> programs as
|
---|
157 | well as other programs to provide color management facilities.</para>
|
---|
158 | <indexterm zone="lcms liblcms">
|
---|
159 | <primary sortas="c-liblcms">liblcms.[so,a]</primary>
|
---|
160 | </indexterm></listitem>
|
---|
161 | </varlistentry>
|
---|
162 | </variablelist>
|
---|
163 |
|
---|
164 | </sect2>
|
---|
165 |
|
---|
166 | </sect1>
|
---|