source: general/graphlib/lcms.xml@ b6518af

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 b6518af was b44225a, checked in by Igor Živković <igor@…>, 11 years ago

fix lcms download url

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

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[b44225a]7 <!ENTITY lcms-download-http "&sourceforge-repo;/lcms/lcms-&lcms-version;.tar.gz">
[4df6f71]8 <!ENTITY lcms-download-ftp " ">
[821c871]9 <!ENTITY lcms-md5sum "8af94611baf20d9646c7c2c285859818">
10 <!ENTITY lcms-size "927 KB">
11 <!ENTITY lcms-buildsize "27 MB">
12 <!ENTITY lcms-time "0.5 SBU">
[52d29f7]13]>
14
[f8edbebd]15<sect1 id="lcms" xreflabel="Little CMS-&lcms-version;">
[dd5ef77]16 <?dbhtml filename="lcms.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[f8edbebd]23 <title>Little CMS-&lcms-version;</title>
[dd5ef77]24
25 <indexterm zone="lcms">
[f8edbebd]26 <primary sortas="a-little-cms">Little CMS</primary>
[dd5ef77]27 </indexterm>
28
29 <sect2 role="package">
[f8edbebd]30 <title>Introduction to Little CMS</title>
[dd5ef77]31
[f8edbebd]32 <para>The <application>Little CMS</application> library is used by other
[dd5ef77]33 programs to provide color management facilities.</para>
34
[6a9e822]35 &lfs73_checked;
[4df6f71]36
[dd5ef77]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
[ea63479]59 <!-- patch appears to have been applied upstream
[3112100f]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>
[ea63479]66 </itemizedlist> -->
[3112100f]67
[f8edbebd]68 <bridgehead renderas="sect3">Little CMS Dependencies</bridgehead>
[dd5ef77]69
70 <bridgehead renderas="sect4">Optional</bridgehead>
[caa1fce]71 <para role="optional"><xref linkend="libtiff"/>,
[3112100f]72 <xref linkend="libjpeg"/>, and
[4716d52]73 <xref linkend="python2"/> (with
[363ecc97]74 <ulink url="http://www.swig.org/">SWIG</ulink> also)</para>
[dd5ef77]75
[1039de3]76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/lcms"/></para>
78
[dd5ef77]79 </sect2>
80
81 <sect2 role="installation">
[f8edbebd]82 <title>Installation of Little CMS</title>
[dd5ef77]83
[f8edbebd]84 <para>Install <application>Little CMS</application> by running the
[363ecc97]85 following commands:</para>
[dd5ef77]86
[fa2bfecd]87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[dd5ef77]88make</userinput></screen>
[52d29f7]89
[ac5070a]90 <para>To test the results, issue: <command>make check</command>.</para>
91
[dd5ef77]92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[7d4fb1d]93
[dd5ef77]94<screen role="root"><userinput>make install &amp;&amp;
[1604a5bd]95install -v -m755 -d /usr/share/doc/lcms-&lcms-version; &amp;&amp;
[821c871]96install -v -m644 README.1ST doc/* \
97 /usr/share/doc/lcms-&lcms-version;</userinput></screen>
[dd5ef77]98
99 </sect2>
100
[ea63479]101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
[fa2bfecd]104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/static-libraries.xml"/>
106
[a41f643]107 <para><option>--with-python</option>: Use this parameter if
[4df6f71]108 <application>Python</application> and
[821c871]109 <application>SWIG</application> are installed.</para>
[ea63479]110
111 </sect2>
112
[dd5ef77]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>
[363ecc97]122 <seg>icc2ps, icclink, icctrans, wtpt and
123 optionally, jpegicc, tiffdiff and tifficc</seg>
[fa2bfecd]124 <seg>liblcms.so and the optional _lcms.so Python module</seg>
[dd5ef77]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
[363ecc97]164 <varlistentry id="jpegicc">
165 <term><command>jpegicc</command></term>
[dd5ef77]166 <listitem>
[363ecc97]167 <para>is an ICC profile applier for JPEG files.</para>
168 <indexterm zone="lcms jpegicc">
169 <primary sortas="b-jpegicc">jpegicc</primary>
[dd5ef77]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
[de2551f]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
[363ecc97]194 <varlistentry id="wtpt">
195 <term><command>wtpt</command></term>
[dd5ef77]196 <listitem>
[363ecc97]197 <para>shows media white of profiles, identifying black body locus.</para>
198 <indexterm zone="lcms wtpt">
199 <primary sortas="b-wtpt">wtpt</primary>
[dd5ef77]200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="liblcms">
[fa2bfecd]205 <term><filename class='libraryfile'>liblcms.so</filename></term>
[dd5ef77]206 <listitem>
[e9116cc]207 <para>is used by the <application>lcms</application> programs as
[dd5ef77]208 well as other programs to provide color management facilities.</para>
209 <indexterm zone="lcms liblcms">
[fa2bfecd]210 <primary sortas="c-liblcms">liblcms.so</primary>
[dd5ef77]211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
[f45b1953]218
219</sect1>
Note: See TracBrowser for help on using the repository browser.