source: general/graphlib/lcms.xml@ ac5070a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ac5070a was ac5070a, checked in by Tushar Teredesai <tushar@…>, 19 years ago

Added make check for lcms

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

  • Property mode set to 100644
File size: 6.1 KB
Line 
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 <?dbhtml filename="lcms.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Lcms-&lcms-version;</title>
24
25 <indexterm zone="lcms">
26 <primary sortas="a-Lcms">Lcms</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Lcms</title>
31
32 <para>The <application>lcms</application> library is used by other
33 programs to provide color management facilities.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&lcms-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&lcms-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &lcms-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &lcms-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &lcms-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &lcms-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing='compact'>
59 <listitem>
60 <para>Required patch (if building the
61 <application>Python</application> module): <ulink
62 url="&patch-root;/lcms-&lcms-version;-gcc343-1.patch"/></para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Lcms Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para><xref linkend="libtiff"/>,
70 <xref linkend="libjpeg"/> and
71 <xref linkend="python"/> (with
72 <ulink url="http://www.swig.org/">SWIG</ulink>)</para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of Lcms</title>
78
79 <para>Install <application>lcms</application> by running the following
80 commands:</para>
81
82<screen><userinput>patch -Np1 -i ../lcms-&lcms-version;-gcc343-1.patch &amp;&amp;
83./configure --prefix=/usr &amp;&amp;
84make</userinput></screen>
85
86 <para>To test the results, issue: <command>make check</command>.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install &amp;&amp;
91install -v -m755 -d /usr/share/doc/lcms-&lcms-version; &amp;&amp;
92install -v -m644 doc/* /usr/share/doc/lcms-&lcms-version;</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
101 <segtitle>Installed Libraries</segtitle>
102 <segtitle>Installed Directory</segtitle>
103
104 <seglistitem>
105 <seg>icc2ps, icclink, icctrans, wtpt and optionally, tifficc and jpegicc</seg>
106 <seg>liblcms.[so,a] and the optional _lcms.so Python module</seg>
107 <seg>/usr/share/doc/lcms-&lcms-version;</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="icc2ps">
117 <term><command>icc2ps</command></term>
118 <listitem>
119 <para>generates PostScript CRD or CSA from ICC profiles.</para>
120 <indexterm zone="lcms icc2ps">
121 <primary sortas="b-icc2ps">icc2ps</primary>
122 </indexterm>
123 </listitem>
124 </varlistentry>
125
126 <varlistentry id="icclink">
127 <term><command>icclink</command></term>
128 <listitem>
129 <para>links two or more profiles into a single device link profile.</para>
130 <indexterm zone="lcms icclink">
131 <primary sortas="b-icclink">icclink</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="icctrans">
137 <term><command>icctrans</command></term>
138 <listitem>
139 <para>is a color space conversion calculator.</para>
140 <indexterm zone="lcms icctrans">
141 <primary sortas="b-icctrans">icctrans</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="wtpt">
147 <term><command>wtpt</command></term>
148 <listitem>
149 <para>shows media white of profiles, identifying black body locus.</para>
150 <indexterm zone="lcms wtpt">
151 <primary sortas="b-wtpt">wtpt</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="tifficc">
157 <term><command>tifficc</command></term>
158 <listitem>
159 <para>is an ICC profile applier for TIFF files.</para>
160 <indexterm zone="lcms tifficc">
161 <primary sortas="b-tifficc">tifficc</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="jpegicc">
167 <term><command>jpegicc</command></term>
168 <listitem>
169 <para>is an ICC profile applier for JPEG files.</para>
170 <indexterm zone="lcms jpegicc">
171 <primary sortas="b-jpegicc">jpegicc</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="liblcms">
177 <term><filename class='libraryfile'>liblcms.[so,a]</filename></term>
178 <listitem>
179 <para>is used by the <application>lcms</application> programs as
180 well as other programs to provide color management facilities.</para>
181 <indexterm zone="lcms liblcms">
182 <primary sortas="c-liblcms">liblcms.[so,a]</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.