Ignore:
Timestamp:
03/19/2020 06:44:08 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b1532549
Parents:
622c1021
Message:

Format general/graphlib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/lcms.xml

    r622c1021 r09f0998  
    3030    <title>Introduction to Little CMS</title>
    3131
    32     <para>The <application>Little CMS</application> library is used by other
    33     programs to provide color management facilities.</para>
     32    <para>
     33      The <application>Little CMS</application> library is used by other
     34      programs to provide color management facilities.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&lcms-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&lcms-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &lcms-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &lcms-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &lcms-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &lcms-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&lcms-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&lcms-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &lcms-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &lcms-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &lcms-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &lcms-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    7084
    7185    <bridgehead renderas="sect4">Optional</bridgehead>
    72     <para role="optional"><xref linkend="libtiff"/>,
    73     <xref linkend="libjpeg"/>, and
    74     <xref linkend="python2"/> (with
    75     <xref linkend="swig"/> also)</para>
     86    <para role="optional">
     87      <xref linkend="libtiff"/>,
     88      <xref linkend="libjpeg"/>, and
     89      <xref linkend="python2"/> (with
     90      <xref linkend="swig"/> also)
     91    </para>
    7692
    7793    <para condition="html" role="usernotes">User Notes:
     
    8399    <title>Installation of Little CMS</title>
    84100
    85     <para>Install <application>Little CMS</application> by running the
    86     following commands:</para>
     101    <para>
     102      Install <application>Little CMS</application> by running the
     103      following commands:
     104    </para>
    87105
    88106<screen><userinput>patch -Np1 -i ../lcms-&lcms-version;-cve_2013_4276-1.patch &amp;&amp;
     
    91109make</userinput></screen>
    92110
    93     <para>To test the results, issue: <command>make check</command>.</para>
    94 
    95     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     111    <para>
     112      To test the results, issue: <command>make check</command>.
     113    </para>
     114
     115    <para>
     116      Now, as the <systemitem class="username">root</systemitem> user:
     117    </para>
    96118
    97119<screen role="root"><userinput>make install &amp;&amp;
     
    108130      href="../../xincludes/static-libraries.xml"/>
    109131
    110     <para><option>--with-python</option>: Use this parameter if
    111     <application>Python</application> and
    112     <application>SWIG</application> are installed.</para>
     132    <para>
     133      <option>--with-python</option>: Use this parameter if
     134      <application>Python</application> and
     135      <application>SWIG</application> are installed.
     136    </para>
    113137
    114138  </sect2>
     
    138162        <term><command>icc2ps</command></term>
    139163        <listitem>
    140           <para>generates PostScript CRD or CSA from ICC profiles.</para>
     164          <para>
     165            generates PostScript CRD or CSA from ICC profiles.
     166          </para>
    141167          <indexterm zone="lcms icc2ps">
    142168            <primary sortas="b-icc2ps">icc2ps</primary>
     
    148174        <term><command>icclink</command></term>
    149175        <listitem>
    150           <para>links two or more profiles into a single device link profile.</para>
     176          <para>
     177            links two or more profiles into a single device link profile.
     178          </para>
    151179          <indexterm zone="lcms icclink">
    152180            <primary sortas="b-icclink">icclink</primary>
     
    158186        <term><command>icctrans</command></term>
    159187        <listitem>
    160           <para>is a color space conversion calculator.</para>
     188          <para>
     189            is a color space conversion calculator.
     190          </para>
    161191          <indexterm zone="lcms icctrans">
    162192            <primary sortas="b-icctrans">icctrans</primary>
     
    168198        <term><command>jpegicc</command></term>
    169199        <listitem>
    170           <para>is an ICC profile applier for JPEG files.</para>
     200          <para>
     201            is an ICC profile applier for JPEG files.
     202          </para>
    171203          <indexterm zone="lcms jpegicc">
    172204            <primary sortas="b-jpegicc">jpegicc</primary>
     
    178210        <term><command>tifficc</command></term>
    179211        <listitem>
    180           <para>is an ICC profile applier for TIFF files.</para>
     212          <para>
     213            is an ICC profile applier for TIFF files.
     214          </para>
    181215          <indexterm zone="lcms tifficc">
    182216            <primary sortas="b-tifficc">tifficc</primary>
     
    188222        <term><command>tiffdiff</command></term>
    189223        <listitem>
    190           <para>A TIFF compare utility</para>
     224          <para>
     225            is a TIFF compare utility.
     226          </para>
    191227          <indexterm zone="lcms tiffdiff">
    192228            <primary sortas="b-tiffdiff">tiffdiff</primary>
     
    198234        <term><command>wtpt</command></term>
    199235        <listitem>
    200           <para>shows media white of profiles, identifying black body locus.</para>
     236          <para>
     237            shows media white of profiles, identifying black body locus.
     238          </para>
    201239          <indexterm zone="lcms wtpt">
    202240            <primary sortas="b-wtpt">wtpt</primary>
     
    208246        <term><filename class='libraryfile'>liblcms.so</filename></term>
    209247        <listitem>
    210           <para>is used by the <application>lcms</application> programs as
    211           well as other programs to provide color management facilities.</para>
     248          <para>
     249            is used by the <application>lcms</application> programs as
     250            well as other programs to provide color management facilities.
     251          </para>
    212252          <indexterm zone="lcms liblcms">
    213253            <primary sortas="c-liblcms">liblcms.so</primary>
Note: See TracChangeset for help on using the changeset viewer.