source: general/graphlib/lcms.xml@ 4b6696bd

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 4b6696bd was 4b6696bd, checked in by Ken Moffat <ken@…>, 15 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
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 "http://www.littlecms.com/lcms-&lcms-version;.tar.gz">
8 <!ENTITY lcms-download-ftp "&gentoo-ftp-repo;/lcms-&lcms-version;.tar.gz">
9 <!ENTITY lcms-md5sum "07bdbb4cfb05d21caa58fe3d1c84ddc1">
10 <!ENTITY lcms-size "878 KB">
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)">
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 <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 <!-- patch appears to have been applied upstream
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>
64 </itemizedlist> -->
65
66 <bridgehead renderas="sect3">little cms Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="libtiff"/>,
70 <xref linkend="libjpeg"/>, and
71 <xref linkend="python"/> (with
72 <ulink url="http://www.swig.org/">SWIG</ulink> also)</para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/lcms"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of little cms</title>
81
82 <para>Install <application>little cms</application> by running the
83 following commands:</para>
84
85<screen><userinput>./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
88 <para>To test the results, issue: <command>make check</command>.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install &amp;&amp;
93install -v -m755 -d /usr/share/doc/lcms-&lcms-version; &amp;&amp;
94install -v -m644 README.1ST doc/* /usr/share/doc/lcms-&lcms-version;</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><parameter>--with-python</parameter>: Use this if you installed
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
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>
118 <seg>icc2ps, icclink, icctrans, wtpt and
119 optionally, jpegicc, tiffdiff and tifficc</seg>
120 <seg>liblcms.{so,a} and the optional _lcms.so Python module</seg>
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
160 <varlistentry id="jpegicc">
161 <term><command>jpegicc</command></term>
162 <listitem>
163 <para>is an ICC profile applier for JPEG files.</para>
164 <indexterm zone="lcms jpegicc">
165 <primary sortas="b-jpegicc">jpegicc</primary>
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
180 <varlistentry id="wtpt">
181 <term><command>wtpt</command></term>
182 <listitem>
183 <para>shows media white of profiles, identifying black body locus.</para>
184 <indexterm zone="lcms wtpt">
185 <primary sortas="b-wtpt">wtpt</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="liblcms">
191 <term><filename class='libraryfile'>liblcms.{so,a}</filename></term>
192 <listitem>
193 <para>is used by the <application>lcms</application> programs as
194 well as other programs to provide color management facilities.</para>
195 <indexterm zone="lcms liblcms">
196 <primary sortas="c-liblcms">liblcms.{so,a}</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.