mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
de2551fb74
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8038 af4574ff-66df-0310-9fd7-8a98e5e911e0
220 lines
7.0 KiB
XML
220 lines
7.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY lcms-download-http "http://www.littlecms.com/lcms-&lcms-version;.tar.gz">
|
|
<!-- <!ENTITY lcms-download-ftp "&gentoo-ftp-repo;/lcms-&lcms-version;.tar.gz"> -->
|
|
<!ENTITY lcms-download-ftp " ">
|
|
<!ENTITY lcms-md5sum "f4abfe1c57ea3f633c2e9d034e74e3e8">
|
|
<!ENTITY lcms-size "909 KB">
|
|
<!ENTITY lcms-buildsize "12 MB">
|
|
<!ENTITY lcms-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="lcms" xreflabel="little cms-&lcms-version;">
|
|
<?dbhtml filename="lcms.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>little cms-&lcms-version;</title>
|
|
|
|
<indexterm zone="lcms">
|
|
<primary sortas="a-little-cms">little cms</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to little cms</title>
|
|
|
|
<para>The <application>little cms</application> library is used by other
|
|
programs to provide color management facilities.</para>
|
|
|
|
&lfs65_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&lcms-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&lcms-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &lcms-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &lcms-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &lcms-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &lcms-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!-- patch appears to have been applied upstream
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/lcms-&lcms-version;-swig_fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist> -->
|
|
|
|
<bridgehead renderas="sect3">little cms Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="libtiff"/>,
|
|
<xref linkend="libjpeg"/>, and
|
|
<xref linkend="python"/> (with
|
|
<ulink url="http://www.swig.org/">SWIG</ulink> also)</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/lcms"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of little cms</title>
|
|
|
|
<para>Install <application>little cms</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -v -m755 -d /usr/share/doc/lcms-&lcms-version; &&
|
|
install -v -m644 README.1ST doc/* /usr/share/doc/lcms-&lcms-version;</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><option>--with-python</option>: Use this if you installed
|
|
<application>Python</application> and
|
|
<application>SWIG</application>.</para>
|
|
|
|
<para><option>--disable-static</option>: Prevent static libraries
|
|
being built and installed.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>icc2ps, icclink, icctrans, wtpt and
|
|
optionally, jpegicc, tiffdiff and tifficc</seg>
|
|
<seg>liblcms.{so,a} and the optional _lcms.so Python module</seg>
|
|
<seg>/usr/share/doc/lcms-&lcms-version;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="icc2ps">
|
|
<term><command>icc2ps</command></term>
|
|
<listitem>
|
|
<para>generates PostScript CRD or CSA from ICC profiles.</para>
|
|
<indexterm zone="lcms icc2ps">
|
|
<primary sortas="b-icc2ps">icc2ps</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="icclink">
|
|
<term><command>icclink</command></term>
|
|
<listitem>
|
|
<para>links two or more profiles into a single device link profile.</para>
|
|
<indexterm zone="lcms icclink">
|
|
<primary sortas="b-icclink">icclink</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="icctrans">
|
|
<term><command>icctrans</command></term>
|
|
<listitem>
|
|
<para>is a color space conversion calculator.</para>
|
|
<indexterm zone="lcms icctrans">
|
|
<primary sortas="b-icctrans">icctrans</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="jpegicc">
|
|
<term><command>jpegicc</command></term>
|
|
<listitem>
|
|
<para>is an ICC profile applier for JPEG files.</para>
|
|
<indexterm zone="lcms jpegicc">
|
|
<primary sortas="b-jpegicc">jpegicc</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="tifficc">
|
|
<term><command>tifficc</command></term>
|
|
<listitem>
|
|
<para>is an ICC profile applier for TIFF files.</para>
|
|
<indexterm zone="lcms tifficc">
|
|
<primary sortas="b-tifficc">tifficc</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="tiffdiff">
|
|
<term><command>tiffdiff</command></term>
|
|
<listitem>
|
|
<para>A TIFF compare utility</para>
|
|
<indexterm zone="lcms tiffdiff">
|
|
<primary sortas="b-tiffdiff">tiffdiff</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="wtpt">
|
|
<term><command>wtpt</command></term>
|
|
<listitem>
|
|
<para>shows media white of profiles, identifying black body locus.</para>
|
|
<indexterm zone="lcms wtpt">
|
|
<primary sortas="b-wtpt">wtpt</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="liblcms">
|
|
<term><filename class='libraryfile'>liblcms.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>is used by the <application>lcms</application> programs as
|
|
well as other programs to provide color management facilities.</para>
|
|
<indexterm zone="lcms liblcms">
|
|
<primary sortas="c-liblcms">liblcms.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|