source: general/graphlib/lcms.xml@ f04d1d6

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 f04d1d6 was 4b6696bd, checked in by Ken Moffat <ken@…>, 16 years ago

Another attempt to make this hang together.

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

  • Property mode set to 100644
File size: 6.7 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
[dd5ef77]7 <!ENTITY lcms-download-http "http://www.littlecms.com/lcms-&lcms-version;.tar.gz">
[fb2e525]8 <!ENTITY lcms-download-ftp "&gentoo-ftp-repo;/lcms-&lcms-version;.tar.gz">
[ea63479]9 <!ENTITY lcms-md5sum "07bdbb4cfb05d21caa58fe3d1c84ddc1">
10 <!ENTITY lcms-size "878 KB">
[49bad74]11 <!ENTITY lcms-buildsize "21 MB (includes building and installign the SWIG bindings)">
12 <!ENTITY lcms-time "0.5 SBU (includes building and installing the SWIG bindings)">
[52d29f7]13]>
14
[363ecc97]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
[363ecc97]23 <title>little cms-&lcms-version;</title>
[dd5ef77]24
25 <indexterm zone="lcms">
[363ecc97]26 <primary sortas="a-little-cms">little cms</primary>
[dd5ef77]27 </indexterm>
28
29 <sect2 role="package">
[363ecc97]30 <title>Introduction to little cms</title>
[dd5ef77]31
[363ecc97]32 <para>The <application>little cms</application> library is used by other
[dd5ef77]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
[ea63479]57 <!-- patch appears to have been applied upstream
[3112100f]58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing="compact">
60 <listitem>
61 <para>Required patch: <ulink
62 url="&patch-root;/lcms-&lcms-version;-swig_fixes-1.patch"/></para>
63 </listitem>
[ea63479]64 </itemizedlist> -->
[3112100f]65
[363ecc97]66 <bridgehead renderas="sect3">little cms Dependencies</bridgehead>
[dd5ef77]67
68 <bridgehead renderas="sect4">Optional</bridgehead>
[caa1fce]69 <para role="optional"><xref linkend="libtiff"/>,
[3112100f]70 <xref linkend="libjpeg"/>, and
[e9116cc]71 <xref linkend="python"/> (with
[363ecc97]72 <ulink url="http://www.swig.org/">SWIG</ulink> also)</para>
[dd5ef77]73
[1039de3]74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/lcms"/></para>
76
[dd5ef77]77 </sect2>
78
79 <sect2 role="installation">
[363ecc97]80 <title>Installation of little cms</title>
[dd5ef77]81
[363ecc97]82 <para>Install <application>little cms</application> by running the
83 following commands:</para>
[dd5ef77]84
[49bad74]85<screen><userinput>./configure --prefix=/usr &amp;&amp;
[dd5ef77]86make</userinput></screen>
[52d29f7]87
[ac5070a]88 <para>To test the results, issue: <command>make check</command>.</para>
89
[dd5ef77]90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[7d4fb1d]91
[dd5ef77]92<screen role="root"><userinput>make install &amp;&amp;
[1604a5bd]93install -v -m755 -d /usr/share/doc/lcms-&lcms-version; &amp;&amp;
[363ecc97]94install -v -m644 README.1ST doc/* /usr/share/doc/lcms-&lcms-version;</userinput></screen>
[dd5ef77]95
96 </sect2>
97
[ea63479]98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
[4b6696bd]101 <para><parameter>--with-python</parameter>: Use this if you installed
[ea63479]102 Python and SWIG.</para>
103
104 <para><parameter>--disable-static</parameter>: Prevent static libraries
105 being built and installed.</para>
106
107 </sect2>
108
[dd5ef77]109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directory</segtitle>
116
117 <seglistitem>
[363ecc97]118 <seg>icc2ps, icclink, icctrans, wtpt and
119 optionally, jpegicc, tiffdiff and tifficc</seg>
[1039de3]120 <seg>liblcms.{so,a} and the optional _lcms.so Python module</seg>
[dd5ef77]121 <seg>/usr/share/doc/lcms-&lcms-version;</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="icc2ps">
131 <term><command>icc2ps</command></term>
132 <listitem>
133 <para>generates PostScript CRD or CSA from ICC profiles.</para>
134 <indexterm zone="lcms icc2ps">
135 <primary sortas="b-icc2ps">icc2ps</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="icclink">
141 <term><command>icclink</command></term>
142 <listitem>
143 <para>links two or more profiles into a single device link profile.</para>
144 <indexterm zone="lcms icclink">
145 <primary sortas="b-icclink">icclink</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="icctrans">
151 <term><command>icctrans</command></term>
152 <listitem>
153 <para>is a color space conversion calculator.</para>
154 <indexterm zone="lcms icctrans">
155 <primary sortas="b-icctrans">icctrans</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
[363ecc97]160 <varlistentry id="jpegicc">
161 <term><command>jpegicc</command></term>
[dd5ef77]162 <listitem>
[363ecc97]163 <para>is an ICC profile applier for JPEG files.</para>
164 <indexterm zone="lcms jpegicc">
165 <primary sortas="b-jpegicc">jpegicc</primary>
[dd5ef77]166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="tifficc">
171 <term><command>tifficc</command></term>
172 <listitem>
173 <para>is an ICC profile applier for TIFF files.</para>
174 <indexterm zone="lcms tifficc">
175 <primary sortas="b-tifficc">tifficc</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
[363ecc97]180 <varlistentry id="wtpt">
181 <term><command>wtpt</command></term>
[dd5ef77]182 <listitem>
[363ecc97]183 <para>shows media white of profiles, identifying black body locus.</para>
184 <indexterm zone="lcms wtpt">
185 <primary sortas="b-wtpt">wtpt</primary>
[dd5ef77]186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="liblcms">
[1039de3]191 <term><filename class='libraryfile'>liblcms.{so,a}</filename></term>
[dd5ef77]192 <listitem>
[e9116cc]193 <para>is used by the <application>lcms</application> programs as
[dd5ef77]194 well as other programs to provide color management facilities.</para>
195 <indexterm zone="lcms liblcms">
[1039de3]196 <primary sortas="c-liblcms">liblcms.{so,a}</primary>
[dd5ef77]197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
[f45b1953]204
205</sect1>
Note: See TracBrowser for help on using the repository browser.