Changeset 1604a5bd


Ignore:
Timestamp:
04/15/2005 10:45:20 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
ba59340
Parents:
520d0fe
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/lcms.xml

    r520d0fe r1604a5bd  
    99<!ENTITY lcms-md5sum "5a803460aeb10e762d97e11a37462a69">
    1010<!ENTITY lcms-size "654 KB">
    11 <!ENTITY lcms-buildsize "28 MB">
    12 <!ENTITY lcms-time "0.20 SBU">
     11<!ENTITY lcms-buildsize "18.4 MB">
     12<!ENTITY lcms-time "0.34 SBU (includes building the Python module)">
    1313]>
    1414
     
    2020<?dbhtml filename="lcms.html"?>
    2121<title>lcms-&lcms-version;</title>
     22<indexterm zone="lcms">
     23<primary sortas="a-Lcms">Lcms</primary></indexterm>
    2224
    2325<sect2>
     
    4143</sect3>
    4244
     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
    4353<sect3><title><application>lcms</application> dependencies</title>
    4454<sect4><title>Optional</title>
     
    5868commands:</para>
    5969
    60 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    61 make &amp;&amp;
    62 make install</command></userinput></screen>
     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>
    6379
    6480</sect2>
     
    6783<title>Contents</title>
    6884
    69 <para>The lcms package contains the
    70 <filename class="libraryfile">liblcms</filename> libraries,
    71 <command>icc2ps</command>, <command>icclink</command>,
    72 <command>icctrans</command>, <command>wtpt</command> and optionally,
    73 <command>tifficc</command>, <command>jpegicc</command> and the
    74 <filename class="libraryfile">lcms</filename> Python module.</para>
     85<segmentedlist>
     86<segtitle>Installed Programs</segtitle>
     87<segtitle>Installed Libraries</segtitle>
     88<segtitle>Installed Directory</segtitle>
    7589
    76 </sect2>
     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>
    7796
    78 <sect2><title>Description</title>
     97<variablelist>
     98<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     99<?dbfo list-presentation="list"?>
    79100
    80 <sect3><title>liblcms library</title>
    81 <para>The <filename class="libraryfile">liblcms</filename> libraries are used
    82 by other programs to provide color management facilities.</para></sect3>
     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>
    83109
    84 <sect3><title>icc2ps</title>
    85 <para><command>icc2ps</command> generates PostScript
    86 <acronym>CRD</acronym> or <acronym>CSA</acronym> from
    87 <acronym>ICC</acronym> profiles.</para></sect3>
     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>
    88118
    89 <sect3><title>icclink</title>
    90 <para><command>icclink</command> links two or more profiles into a
    91 single device link profile.</para></sect3>
     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>
    92126
    93 <sect3><title>icctrans</title>
    94 <para><command>icctrans</command> is a Color Space conversion
    95 calculator.</para></sect3>
     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>
    96135
    97 <sect3><title>wtpt</title>
    98 <para><command>wtpt</command> shows media white of profiles, identifying
    99 black body locus.</para></sect3>
     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>
    100144
    101 <sect3><title>tifficc</title>
    102 <para><command>tifficc</command> is an <acronym>ICC</acronym> profile
    103 applier for <acronym>TIFF</acronym> files.</para></sect3>
     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>
    104153
    105 <sect3><title>jpegicc</title>
    106 <para><command>jpegicc</command> is an <acronym>ICC</acronym> profile
    107 applier for <acronym>JPEG</acronym> files.</para></sect3>
     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>
    108163
    109164</sect2>
  • introduction/welcome/changelog.xml

    r520d0fe r1604a5bd  
    2525<listitem><para>April 15th, 2005 [randy]: Updated to libsoup-2.2.3 and
    2626Samba-3.0.14a; added documentation installation commands to the LZO
    27 instructions.</para></listitem>
     27instructions; added a patch to fix a build issue, added documentation
     28installation commands, updated build entities and added indexing tags to the
     29lcms instructions.</para></listitem>
    2830
    2931<listitem><para>April 14th, 2005 [randy]: Updated to libxklavier-2.0 and
Note: See TracChangeset for help on using the changeset viewer.