source: general/graphlib/lcms.xml@ 7dfb8c9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 7dfb8c9 was 7dfb8c9, checked in by Pierre Labastie <pieere@…>, 10 years ago

Update references to swig

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

  • Property mode set to 100644
File size: 6.9 KB
Line 
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
7 <!ENTITY lcms-download-http "&sourceforge-repo;/lcms/lcms-&lcms-version;.tar.gz">
8 <!ENTITY lcms-download-ftp " ">
9 <!ENTITY lcms-md5sum "8af94611baf20d9646c7c2c285859818">
10 <!ENTITY lcms-size "927 KB">
11 <!ENTITY lcms-buildsize "27 MB">
12 <!ENTITY lcms-time "0.5 SBU">
13]>
14
15<sect1 id="lcms" xreflabel="Little CMS-&lcms-version;">
16 <?dbhtml filename="lcms.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Little CMS-&lcms-version;</title>
24
25 <indexterm zone="lcms">
26 <primary sortas="a-little-cms">Little CMS</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Little CMS</title>
31
32 <para>The <application>Little CMS</application> library is used by other
33 programs to provide color management facilities.</para>
34
35 &lfs74_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&lcms-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&lcms-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &lcms-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &lcms-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &lcms-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &lcms-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <!-- patch appears to have been applied upstream
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/lcms-&lcms-version;-swig_fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist> -->
67
68 <bridgehead renderas="sect3">Little CMS Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="libtiff"/>,
72 <xref linkend="libjpeg"/>, and
73 <xref linkend="python2"/> (with
74 <xref linkend="swig"/> also)</para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/lcms"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Little CMS</title>
83
84 <para>Install <application>Little CMS</application> by running the
85 following commands:</para>
86
87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
88make</userinput></screen>
89
90 <para>To test the results, issue: <command>make check</command>.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install &amp;&amp;
95install -v -m755 -d /usr/share/doc/lcms-&lcms-version; &amp;&amp;
96install -v -m644 README.1ST doc/* \
97 /usr/share/doc/lcms-&lcms-version;</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/static-libraries.xml"/>
106
107 <para><option>--with-python</option>: Use this parameter if
108 <application>Python</application> and
109 <application>SWIG</application> are installed.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directory</segtitle>
120
121 <seglistitem>
122 <seg>icc2ps, icclink, icctrans, wtpt and
123 optionally, jpegicc, tiffdiff and tifficc</seg>
124 <seg>liblcms.so and the optional _lcms.so Python module</seg>
125 <seg>/usr/share/doc/lcms-&lcms-version;</seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="icc2ps">
135 <term><command>icc2ps</command></term>
136 <listitem>
137 <para>generates PostScript CRD or CSA from ICC profiles.</para>
138 <indexterm zone="lcms icc2ps">
139 <primary sortas="b-icc2ps">icc2ps</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 <varlistentry id="icclink">
145 <term><command>icclink</command></term>
146 <listitem>
147 <para>links two or more profiles into a single device link profile.</para>
148 <indexterm zone="lcms icclink">
149 <primary sortas="b-icclink">icclink</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="icctrans">
155 <term><command>icctrans</command></term>
156 <listitem>
157 <para>is a color space conversion calculator.</para>
158 <indexterm zone="lcms icctrans">
159 <primary sortas="b-icctrans">icctrans</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="jpegicc">
165 <term><command>jpegicc</command></term>
166 <listitem>
167 <para>is an ICC profile applier for JPEG files.</para>
168 <indexterm zone="lcms jpegicc">
169 <primary sortas="b-jpegicc">jpegicc</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="tifficc">
175 <term><command>tifficc</command></term>
176 <listitem>
177 <para>is an ICC profile applier for TIFF files.</para>
178 <indexterm zone="lcms tifficc">
179 <primary sortas="b-tifficc">tifficc</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="tiffdiff">
185 <term><command>tiffdiff</command></term>
186 <listitem>
187 <para>A TIFF compare utility</para>
188 <indexterm zone="lcms tiffdiff">
189 <primary sortas="b-tiffdiff">tiffdiff</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="wtpt">
195 <term><command>wtpt</command></term>
196 <listitem>
197 <para>shows media white of profiles, identifying black body locus.</para>
198 <indexterm zone="lcms wtpt">
199 <primary sortas="b-wtpt">wtpt</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="liblcms">
205 <term><filename class='libraryfile'>liblcms.so</filename></term>
206 <listitem>
207 <para>is used by the <application>lcms</application> programs as
208 well as other programs to provide color management facilities.</para>
209 <indexterm zone="lcms liblcms">
210 <primary sortas="c-liblcms">liblcms.so</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.