source: general/graphlib/lcms.xml@ 1604a5bd

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 1604a5bd was 1604a5bd, checked in by Randy McMurchy <randy@…>, 19 years ago

Added a patch to fix a build issue, added documentation installation commands, updated build entities and added indexing tags to the lcms instructions

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

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