source: general/graphlib/lcms2.xml@ f97ae48

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 f97ae48 was f97ae48, checked in by Ken Moffat <ken@…>, 12 years ago

Add lcms2.

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

  • Property mode set to 100644
File size: 5.1 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 lcms2-download-http "http://downloads.sourceforge.net/lcms/lcms2-&lcms2-version;.tar.gz">
8 <!ENTITY lcms2-download-ftp " ">
9 <!ENTITY lcms2-md5sum "aaf33c7c25675e6163189ba488ae20f5">
10 <!ENTITY lcms2-size "4.0 MB">
11 <!ENTITY lcms2-buildsize "21 MB">
12 <!ENTITY lcms2-time "0.2 SBU">
13]>
14
15<sect1 id="lcms2" xreflabel="lcms2-&lcms2-version;">
16 <?dbhtml filename="lcms2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>lcms2-&lcms2-version;</title>
24
25 <indexterm zone="lcms2">
26 <primary sortas="a-lcms2">lcms2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to lcms2</title>
31
32 <para>The <application>lcms2</application> package intends to be a
33 small-footprint color management engine, with special focus on accuracy
34 and performance. It uses the International Color Consortium standard (ICC),
35 which is the modern standard for color management.</para>
36
37 &lfs70_built;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&lcms2-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&lcms2-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &lcms2-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &lcms2-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &lcms2-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &lcms2-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/lcms2"/></para>
63
64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of lcms2</title>
68
69 <para>Install <application>lcms2</application> by running the following
70 commands:</para>
71
72<screen><userinput>./configure --prefix=/usr &amp;&amp;
73make</userinput></screen>
74
75 <para>To test the results, issue: <command>make check</command>.</para>
76
77 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
78
79<screen role="root"><userinput>make install</userinput></screen>
80
81 </sect2>
82
83 <sect2 role="commands">
84 <title>Command Explanations</title>
85
86 <para><option>--enable-static=no</option>: This switch prevents the static
87 libraries being installed.</para>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Programs</segtitle>
96 <segtitle>Installed Library</segtitle>
97 <segtitle>Installed Directory</segtitle>
98
99 <seglistitem>
100 <seg>jpgicc, linkicc, psicc, tificc, and transicc</seg>
101 <seg>liblcms2.{so,a}</seg>
102 <seg></seg>
103 </seglistitem>
104 </segmentedlist>
105
106 <variablelist>
107 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
108 <?dbfo list-presentation="list"?>
109 <?dbhtml list-presentation="table"?>
110
111 <varlistentry id="jpgicc">
112 <term><command>jpgicc</command></term>
113 <listitem>
114 <para>does this .....</para>
115 <indexterm zone="lcms2 jpgicc">
116 <primary sortas="b-jpgicc">jpgicc</primary>
117 </indexterm>
118 </listitem>
119 </varlistentry>
120
121 <varlistentry id="linkicc">
122 <term><command>linkicc</command></term>
123 <listitem>
124 <para>does this .....</para>
125 <indexterm zone="lcms2 linkicc">
126 <primary sortas="b-linkicc">linkicc</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 <varlistentry id="psicc">
132 <term><command>psicc</command></term>
133 <listitem>
134 <para>does this .....</para>
135 <indexterm zone="lcms2 psicc">
136 <primary sortas="b-psicc">psicc</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="tificc">
142 <term><command>tificc</command></term>
143 <listitem>
144 <para>does this .....</para>
145 <indexterm zone="lcms2 tificc">
146 <primary sortas="b-tificc">tificc</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="transicc">
152 <term><command>transicc</command></term>
153 <listitem>
154 <para>does this .....</para>
155 <indexterm zone="lcms2 transicc">
156 <primary sortas="b-transicc">transicc</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="liblcms2">
162 <term><filename class='libraryfile'>liblcms2.{so,a}</filename></term>
163 <listitem>
164 <para>contains functions that .....</para>
165 <indexterm zone="lcms2 liblcms2">
166 <primary sortas="c-liblcms2">liblcms2.{so,a}</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.