Changeset 09f0998


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

Location:
general/graphlib
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/aalib.xml

    r622c1021 r09f0998  
    3030    <title>Introduction to AAlib</title>
    3131
    32     <para><application>AAlib</application> is a library to render any graphic into
    33     ASCII Art.</para>
     32    <para>
     33      <application>AAlib</application> is a library to render any graphic into
     34      ASCII Art.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&aalib-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&aalib-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &aalib-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &aalib-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &aalib-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &aalib-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&aalib-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&aalib-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &aalib-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &aalib-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &aalib-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &aalib-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    6074
    6175    <bridgehead renderas="sect4">Optional</bridgehead>
    62     <para role="optional"><xref linkend="x-window-system"/>,
    63     <xref linkend="slang"/>, and
    64     <xref linkend="gpm"/></para>
     76    <para role="optional">
     77      <xref linkend="x-window-system"/>,
     78      <xref linkend="slang"/>, and
     79      <xref linkend="gpm"/>
     80    </para>
    6581
    6682    <para condition="html" role="usernotes">User Notes:
     
    7288    <title>Installation of AAlib</title>
    7389
    74     <para>Fix a minor problem with the included m4 file:</para>
     90    <para>
     91      Fix a minor problem with the included m4 file:
     92    </para>
    7593
    7694<screen><userinput>sed -i -e '/AM_PATH_AALIB,/s/AM_PATH_AALIB/[&amp;]/' aalib.m4</userinput></screen>
    7795
    78     <para>Install <application>AAlib</application> by running the following
    79     commands:</para>
     96    <para>
     97      Install <application>AAlib</application> by running the following
     98      commands:
     99    </para>
    80100
    81101<screen><userinput>./configure --prefix=/usr             \
     
    85105make</userinput></screen>
    86106
    87     <para>This package does not come with a test suite.</para>
    88 
    89     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     107    <para>
     108      This package does not come with a test suite.
     109    </para>
     110
     111    <para>
     112      Now, as the <systemitem class="username">root</systemitem> user:
     113    </para>
    90114
    91115<screen role="root"><userinput>make install</userinput></screen>
     
    116140        <term><command>aafire</command></term>
    117141        <listitem>
    118           <para>is a demo of <application>AAlib</application>, rendering
    119           an animated fire in ASCII Art.</para>
     142          <para>
     143            is a demo of <application>AAlib</application>, rendering
     144            an animated fire in ASCII Art.
     145          </para>
    120146          <indexterm zone="aalib aafire">
    121147            <primary sortas="b-aafire">aafire</primary>
     
    127153        <term><command>aainfo</command></term>
    128154        <listitem>
    129           <para>provides information for your current settings related to
    130           <application>AAlib</application>.</para>
     155          <para>
     156            provides information for your current settings related to
     157            <application>AAlib</application>.
     158          </para>
    131159          <indexterm zone="aalib aainfo">
    132160            <primary sortas="b-aainfo">aainfo</primary>
     
    138166        <term><command>aalib-config</command></term>
    139167        <listitem>
    140           <para>provides configuration info for
    141           <application>AAlib</application>.</para>
     168          <para>
     169            provides configuration info for <application>AAlib</application>.
     170          </para>
    142171          <indexterm zone="aalib aalib-config">
    143172            <primary sortas="b-aalib-config">aalib-config</primary>
     
    149178        <term><command>aasavefont</command></term>
    150179        <listitem>
    151           <para>saves a font to a file.</para>
     180          <para>
     181            saves a font to a file.
     182          </para>
    152183          <indexterm zone="aalib aasavefont">
    153184            <primary sortas="b-aasavefont">aasavefont</primary>
     
    159190        <term><command>aatest</command></term>
    160191        <listitem>
    161           <para>shows the abilities of <application>AAlib</application>
    162           in a little test.</para>
     192          <para>
     193            shows the abilities of <application>AAlib</application>
     194            in a little test.
     195          </para>
    163196          <indexterm zone="aalib aatest">
    164197            <primary sortas="b-aatest">aatest</primary>
     
    170203        <term><filename class='libraryfile'>libaa.{so,a}</filename></term>
    171204        <listitem>
    172           <para>is a collection of routines to render any graphical input in
    173           portable format to ASCII Art. It can be used through many programs
    174           and has a very well documented API, so you can easily put it into
    175           your own programs.</para>
     205          <para>
     206            is a collection of routines to render any graphical input in
     207            portable format to ASCII Art. It can be used through many programs
     208            and has a very well documented API, so you can easily put it into
     209            your own programs.
     210          </para>
    176211          <indexterm zone="aalib libaa">
    177212            <primary sortas="c-libaa">libaa.{so,a}</primary>
  • general/graphlib/exiv2.xml

    r622c1021 r09f0998  
    103103    <title>Installation of Exiv2</title>
    104104<!--
    105     <para>First, disable building a sample program that fails:</para>
     105    <para>
     106      First, disable building a sample program that fails:
     107    </para>
    106108
    107109<screen><userinput>sed -i '/conntest/s/^/#/' samples/CMakeLists.txt</userinput></screen>
  • general/graphlib/fontconfig.xml

    r622c1021 r09f0998  
    218218      <itemizedlist spacing="compact">
    219219        <listitem>
    220           <para>/usr/share/fonts</para>
    221         </listitem>
    222         <listitem>
    223           <para>~/.local/share/fonts</para>
    224         </listitem>
    225         <listitem>
    226           <para>~/.fonts <emphasis>(this is now deprecated, but for the moment
    227           it still works)</emphasis></para>
     220          <para>
     221            /usr/share/fonts
     222          </para>
     223        </listitem>
     224        <listitem>
     225          <para>
     226            ~/.local/share/fonts
     227          </para>
     228        </listitem>
     229        <listitem>
     230          <para>
     231            ~/.fonts <emphasis>(this is now deprecated, but for the moment
     232            it still works)</emphasis>
     233          </para>
    228234        </listitem>
    229235      </itemizedlist>
  • general/graphlib/freetype2.xml

    r622c1021 r09f0998  
    152152<screen role="root"><userinput>make install</userinput></screen>
    153153
    154     <para>If you downloaded the optional documentation, install it as the
    155     <systemitem class="username">root</systemitem> user:</para>
     154    <para>
     155      If you downloaded the optional documentation, install it as the
     156      <systemitem class="username">root</systemitem> user:
     157    </para>
    156158
    157159<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
     
    164166    <title>Command Explanations</title>
    165167
    166     <para> 
     168    <para>
    167169      <command>sed -ri ...</command>: First command enables GX/AAT and OpenType
    168170      table validation and second command enables Subpixel Rendering. Note that
  • general/graphlib/giflib.xml

    r622c1021 r09f0998  
    3030    <title>Introduction to giflib</title>
    3131
    32     <para>The <application>giflib</application> package contains libraries
    33     for reading and writing GIFs as well as programs for converting and
    34     working with GIF files.</para>
     32    <para>
     33      The <application>giflib</application> package contains libraries
     34      for reading and writing GIFs as well as programs for converting and
     35      working with GIF files.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&giflib-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (HTTP) MD5 sum: &giflib-http-md5sum;</para>
    45       </listitem>
    46       <listitem>
    47         <para>Download (HTTP) size: &giflib-http-size;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Estimated disk space required: &giflib-buildsize;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated build time: &giflib-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&giflib-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (HTTP) MD5 sum: &giflib-http-md5sum;
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download (HTTP) size: &giflib-http-size;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Estimated disk space required: &giflib-buildsize;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated build time: &giflib-time;
     65        </para>
    5466      </listitem>
    5567    </itemizedlist>
     
    7082    <title>Installation of giflib</title>
    7183
    72     <para>Install <application>giflib</application> by running the following
    73     commands:</para>
     84    <para>
     85      Install <application>giflib</application> by running the following
     86      commands:
     87    </para>
    7488
    7589<screen><userinput>make</userinput></screen>
    7690
    77 <!--    <para>To test the results, issue: <command>make check-TESTS</command>. Test
    78     suite results are kept in <filename>test.sh.log</filename>.</para>
     91<!--    <para>
     92      To test the results, issue: <command>make check-TESTS</command>. Test
     93      suite results are kept in <filename>test.sh.log</filename>.
     94    </para>
    7995    There doesn't seem to be a test suite in 5.1.6 -->
    8096
    81     <para>This package does not come with a test suite.</para>
    82 
    83     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     97    <para>
     98      This package does not come with a test suite.
     99    </para>
     100
     101    <para>
     102      Now, as the <systemitem class="username">root</systemitem> user:
     103    </para>
    84104
    85105<screen role="root"><userinput>make PREFIX=/usr install &amp;&amp;
     
    92112cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
    93113<!--
    94     <para>If <xref linkend="xmlto"/> is installed, then the API documentation
    95     has been built.  If you wish to install the distributed and the just built
    96     documentations, issue, as the
    97     <systemitem class="username">root</systemitem> user:</para>
     114    <para>
     115      If <xref linkend="xmlto"/> is installed, then the API documentation has
     116      been built.  If you wish to install the distributed and the just built
     117      documentations, issue, as the <systemitem
     118      class="username">root</systemitem> user:
     119    </para>
    98120-->
    99121  </sect2>
     
    133155        <term><command>gif2rgb</command></term>
    134156        <listitem>
    135           <para>converts images saved as GIF to 24-bit RGB images.</para>
     157          <para>
     158            converts images saved as GIF to 24-bit RGB images.
     159          </para>
    136160          <indexterm zone="giflib gif2rgb">
    137161            <primary sortas="b-gif2rgb">gif2rgb</primary>
     
    143167        <term><command>gifbuild</command></term>
    144168        <listitem>
    145           <para>dumps GIF data in a textual format, or undumps it to a GIF.</para>
     169          <para>
     170            dumps GIF data in a textual format, or undumps it to a GIF.
     171          </para>
    146172          <indexterm zone="giflib gifbuild">
    147173            <primary sortas="b-gifbuild">gifbuild</primary>
     
    153179        <term><command>gifclrmp</command></term>
    154180        <listitem>
    155           <para>modifies GIF image colormaps.</para>
     181          <para>
     182            modifies GIF image colormaps.
     183          </para>
    156184          <indexterm zone="giflib gifclrmp">
    157185            <primary sortas="b-gifclrmp">gifclrmp</primary>
     
    163191        <term><command>giffix</command></term>
    164192        <listitem>
    165           <para>clumsily attempts to fix truncated GIF images.</para>
     193          <para>
     194            clumsily attempts to fix truncated GIF images.
     195          </para>
    166196          <indexterm zone="giflib giffix">
    167197            <primary sortas="b-giffix">giffix</primary>
     
    173203        <term><command>giftext</command></term>
    174204        <listitem>
    175           <para>prints (text only) general information about a GIF file.</para>
     205          <para>
     206            prints (text only) general information about a GIF file.
     207          </para>
    176208          <indexterm zone="giflib giftext">
    177209            <primary sortas="b-giftext">giftext</primary>
     
    183215        <term><command>giftool</command></term>
    184216        <listitem>
    185           <para>is a GIF transformation tool.</para>
     217          <para>
     218            is a GIF transformation tool.
     219          </para>
    186220          <indexterm zone="giflib giftool">
    187221            <primary sortas="b-giftool">giftool</primary>
     
    193227        <term><filename class="libraryfile">libgif.so</filename></term>
    194228        <listitem>
    195           <para>contains API functions required by the
    196           <application>giflib</application> programs and any other programs needing
    197           library functionality to read, write and manipulate GIF images.</para>
     229          <para>
     230            contains API functions required by the
     231            <application>giflib</application> programs and any other programs
     232            needing library functionality to read, write and manipulate GIF
     233            images.
     234          </para>
    198235          <indexterm zone="giflib libgif">
    199236            <primary sortas="c-libgif">libgif.so</primary>
  • general/graphlib/graphite2.xml

    r622c1021 r09f0998  
    100100    </para>
    101101
    102     <para>To build the documentation:
     102    <para role="optional">
     103      To build the documentation:
    103104      <xref linkend="asciidoc"/>,
    104105      <xref linkend="doxygen"/>,
     
    108109    </para>
    109110
    110     <para>To execute the test suite you will need
     111    <para role="optional">
     112      To execute the test suite you will need
    111113      <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
    112114      (Python 3 module), otherwise, the "cmp" tests fail.
     
    184186    <title>Command Explanations</title>
    185187
    186     <para><option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This switch turns on
    187     build verbose mode.</para>
     188    <para>
     189      <option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This switch turns on
     190      build verbose mode.
     191    </para>
    188192
    189193  </sect2>
  • general/graphlib/graphlib.xml

    r622c1021 r09f0998  
    1616  <title>Graphics and Font Libraries</title>
    1717
    18   <para>Depending on what your system will be used for, you may or
    19   may not require the graphics and font libraries. Most desktop machines will
    20   want them for use with graphical applications.  Most servers on the
    21   other hand, will not require them.</para>
     18  <para>
     19    Depending on what your system will be used for, you may or
     20    may not require the graphics and font libraries. Most desktop machines will
     21    want them for use with graphical applications.  Most servers on the
     22    other hand, will not require them.
     23  </para>
    2224
    2325  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aalib.xml"/>
  • general/graphlib/jasper.xml

    r622c1021 r09f0998  
    3030    <title>Introduction to JasPer</title>
    3131
    32     <para>The <application>JasPer</application> Project is an open-source
    33     initiative to provide a free software-based reference implementation of the
    34     JPEG-2000 codec.</para>
     32    <para>
     33      The <application>JasPer</application> Project is an open-source
     34      initiative to provide a free software-based reference implementation
     35      of the JPEG-2000 codec.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&jasper-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&jasper-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &jasper-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &jasper-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &jasper-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &jasper-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&jasper-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&jasper-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &jasper-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &jasper-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &jasper-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &jasper-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    96110make</userinput></screen>
    97111
    98     <para>To test the results, issue:  <command>make test</command>.</para>
    99 
    100     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     112    <para>
     113      To test the results, issue:  <command>make test</command>.
     114    </para>
     115
     116    <para>
     117      Now, as the <systemitem class="username">root</systemitem> user:
     118    </para>
    101119
    102120<screen role="root"><userinput>make install</userinput></screen>
     
    143161        <term><command>imgcmp</command></term>
    144162        <listitem>
    145           <para>compares two images of the same geometry.</para>
     163          <para>
     164            compares two images of the same geometry.
     165          </para>
    146166          <indexterm zone="jasper imgcmp">
    147167            <primary sortas="b-imgcmp">imgcmp</primary>
     
    153173        <term><command>imginfo</command></term>
    154174        <listitem>
    155           <para>displays information about an image.</para>
     175          <para>
     176            displays information about an image.
     177          </para>
    156178          <indexterm zone="jasper imginfo">
    157179            <primary sortas="b-imginfo">imginfo</primary>
     
    163185        <term><command>jasper</command></term>
    164186        <listitem>
    165           <para>converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, MIF,
    166           and RAS).</para>
     187          <para>
     188            converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, MIF,
     189            and RAS).
     190          </para>
    167191          <indexterm zone="jasper jasper">
    168192            <primary sortas="b-jasper">jasper</primary>
     
    174198        <term><command>jiv</command></term>
    175199        <listitem>
    176           <para>displays images.</para>
     200          <para>
     201            displays images.
     202          </para>
    177203          <indexterm zone="jasper jiv">
    178204            <primary sortas="b-jiv">jiv</primary>
     
    184210        <term><filename class='libraryfile'>libjasper.so</filename></term>
    185211        <listitem>
    186           <para>is a library used by programs for reading and writing
    187           JPEG2000 format files.</para>
     212          <para>
     213            is a library used by programs for reading and writing
     214            JPEG2000 format files.
     215          </para>
    188216          <indexterm zone="jasper jasper-lib">
    189217            <primary sortas="c-libjasper">libjasper.so</primary>
  • 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>
  • general/graphlib/lcms2.xml

    r622c1021 r09f0998  
    3030    <title>Introduction to Little CMS2</title>
    3131
    32     <para>The Little Color Management System is a small-footprint color
    33     management engine, with special focus on accuracy and performance. It uses
    34     the International Color Consortium standard (ICC), which is the modern
    35     standard for color management.</para>
     32    <para>
     33      The Little Color Management System is a small-footprint color management
     34      engine, with special focus on accuracy and performance. It uses
     35      the International Color Consortium standard (ICC), which is the modern
     36      standard for color management.
     37    </para>
    3638
    3739    &lfs91_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <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>
     44        <para>
     45          Download (HTTP): <ulink url="&lcms2-download-http;"/>
     46        </para>
     47      </listitem>
     48      <listitem>
     49        <para>
     50          Download (FTP): <ulink url="&lcms2-download-ftp;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download MD5 sum: &lcms2-md5sum;
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download size: &lcms2-size;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Estimated disk space required: &lcms2-buildsize;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated build time: &lcms2-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    7488    <title>Installation of Little CMS2</title>
    7589
    76     <para>If you want to run tests, then the build procedure must
    77     be modified to make some library internal references visible to
    78     the test code:</para>
     90    <para>
     91      If you want to run tests, then the build procedure must
     92      be modified to make some library internal references visible to
     93      the test code:
     94    </para>
    7995
    8096<screen><userinput>sed -i '/AX_APPEND/s/^/#/' configure.ac &amp;&amp;
    8197autoreconf</userinput></screen>
    8298
    83     <para>Install <application>Little CMS2</application> by running the following
    84     commands:</para>
     99    <para>
     100      Install <application>Little CMS2</application> by running the following
     101      commands:
     102    </para>
    85103
    86104<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    87105make</userinput></screen>
    88106
    89     <para>To test the results, issue: <command>make check</command>.</para>
    90 
    91     <para>Now, as the <systemitem class="username">root</systemitem>
    92     user:</para>
     107    <para>
     108      To test the results, issue: <command>make check</command>.
     109    </para>
     110
     111    <para>
     112      Now, as the <systemitem class="username">root</systemitem> user:
     113    </para>
    93114
    94115<screen role="root"><userinput>make install</userinput></screen>
     
    126147        <term><command>jpgicc</command></term>
    127148        <listitem>
    128           <para>is the Little CMS ICC profile applier for JPEG.</para>
     149          <para>
     150            is the Little CMS ICC profile applier for JPEG.
     151          </para>
    129152          <indexterm zone="lcms2 jpgicc">
    130153            <primary sortas="b-jpgicc">jpgicc</primary>
     
    136159        <term><command>linkicc</command></term>
    137160        <listitem>
    138           <para>is the Little CMS ICC device link generator</para>
     161          <para>
     162            is the Little CMS ICC device link generator
     163          </para>
    139164          <indexterm zone="lcms2 linkicc">
    140165            <primary sortas="b-linkicc">linkicc</primary>
     
    146171        <term><command>psicc</command></term>
    147172        <listitem>
    148           <para>is the Little CMS ICC PostScript generator.</para>
     173          <para>
     174            is the Little CMS ICC PostScript generator.
     175          </para>
    149176          <indexterm zone="lcms2 psicc">
    150177            <primary sortas="b-psicc">psicc</primary>
     
    156183        <term><command>tificc</command></term>
    157184        <listitem>
    158           <para>is the Little CMS ICC tiff generator.</para>
     185          <para>
     186            is the Little CMS ICC tiff generator.
     187          </para>
    159188          <indexterm zone="lcms2 tificc">
    160189            <primary sortas="b-tificc">tificc</primary>
     
    166195        <term><command>transicc</command></term>
    167196        <listitem>
    168           <para>is the Little CMS ColorSpace conversion calculator.</para>
     197          <para>
     198            is the Little CMS ColorSpace conversion calculator.
     199          </para>
    169200          <indexterm zone="lcms2 transicc">
    170201            <primary sortas="b-transicc">transicc</primary>
     
    176207        <term><filename class="libraryfile">liblcms2.so</filename></term>
    177208        <listitem>
    178           <para>contains functions implement the lcms2 API.</para>
     209          <para>
     210            contains functions that implement the lcms2 API.
     211          </para>
    179212          <indexterm zone="lcms2 liblcms2">
    180213            <primary sortas="c-liblcms2">liblcms2.so</primary>
  • general/graphlib/libjpeg-turbo.xml

    r622c1021 r09f0998  
    171171        <term><command>cjpeg</command></term>
    172172        <listitem>
    173           <para>compresses image files to produce a JPEG/JFIF file on the
    174           standard output. Currently supported input file formats are: PPM
    175           (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
    176           BMP, and Targa.</para>
     173          <para>
     174            compresses image files to produce a JPEG/JFIF file on the
     175            standard output. Currently supported input file formats are: PPM
     176            (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
     177            BMP, and Targa.
     178          </para>
    177179          <indexterm zone="libjpeg cjpeg">
    178180            <primary sortas="b-cjpeg">cjpeg</primary>
     
    184186        <term><command>djpeg</command></term>
    185187        <listitem>
    186           <para>decompresses image files from JPEG/JFIF format to either
    187           PPM (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
    188           BMP, or Targa format.</para>
     188          <para>
     189            decompresses image files from JPEG/JFIF format to either
     190            PPM (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
     191            BMP, or Targa format.
     192          </para>
    189193          <indexterm zone="libjpeg djpeg">
    190194            <primary sortas="b-djpeg">djpeg</primary>
     
    196200        <term><command>jpegtran</command></term>
    197201        <listitem>
    198           <para>is used for lossless transformation of JPEG files.</para>
     202          <para>
     203            is used for lossless transformation of JPEG files.
     204          </para>
    199205          <indexterm zone="libjpeg jpegtran">
    200206            <primary sortas="b-jpegtran">jpegtran</primary>
     
    206212        <term><command>rdjpgcom</command></term>
    207213        <listitem>
    208           <para>displays text comments from within a JPEG file.</para>
     214          <para>
     215            displays text comments from within a JPEG file.
     216          </para>
    209217          <indexterm zone="libjpeg rdjpgcom">
    210218            <primary sortas="b-rdjpgcom">rdjpgcom</primary>
     
    216224        <term><command>tjbench</command></term>
    217225        <listitem>
    218           <para>is used to benchmark the performance of libjpeg-turbo.</para>
     226          <para>
     227            is used to benchmark the performance of libjpeg-turbo.
     228          </para>
    219229          <indexterm zone="libjpeg tjbench">
    220230            <primary sortas="b-tjbench">tjbench</primary>
     
    226236        <term><command>wrjpgcom</command></term>
    227237        <listitem>
    228           <para>inserts text comments into a JPEG file.</para>
     238          <para>
     239            inserts text comments into a JPEG file.
     240          </para>
    229241          <indexterm zone="libjpeg wrjpgcom">
    230242            <primary sortas="b-wrjpgcom">wrjpgcom</primary>
     
    237249        <listitem>
    238250          <para>
    239             contains functions used for reading and writing
    240             JPEG images.
    241           </para>
     251            contains functions used for reading and writing JPEG images.
     252        </para>
    242253          <indexterm zone="libjpeg libjpeg-lib">
    243254            <primary sortas="c-libjpeg">libjpeg.so</primary>
  • general/graphlib/libmng.xml

    r622c1021 r09f0998  
    3030    <title>Introduction to libmng</title>
    3131
    32     <para>The <application>libmng</application> libraries are used by
    33     programs wanting to read and write Multiple-image Network Graphics
    34     (MNG) files which are the animation equivalents to PNG files.</para>
     32    <para>
     33      The <application>libmng</application> libraries are used by
     34      programs wanting to read and write Multiple-image Network Graphics
     35      (MNG) files which are the animation equivalents to PNG files.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&libmng-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&libmng-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&libmng-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&libmng-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &libmng-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &libmng-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &libmng-size;</para>
     58        <para>
     59          Download size: &libmng-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &libmng-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &libmng-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &libmng-time;</para>
     68        <para>
     69          Estimated build time: &libmng-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    7488    <title>Installation of libmng</title>
    7589
    76     <para>Install <application>libmng</application> by running the following
    77     commands:</para>
     90    <para>
     91      Install <application>libmng</application> by running the following
     92      commands:
     93    </para>
    7894
    7995<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8096make</userinput></screen>
    8197
    82     <para>This package does not come with a test suite.</para>
     98    <para>
     99      This package does not come with a test suite.
     100    </para>
    83101
    84     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     102    <para>
     103      Now, as the <systemitem class="username">root</systemitem> user:
     104    </para>
    85105
    86106<screen role="root"><userinput>make install &amp;&amp;
     
    122142        <term><filename class='libraryfile'>libmng.so</filename></term>
    123143        <listitem>
    124           <para>provides functions for programs wishing to read and write
    125           MNG files which are animation files without the patent problems associated
    126           with certain other formats.</para>
     144          <para>
     145            provides functions for programs wishing to read and write MNG
     146            files which are animation files without the patent problems
     147            associated with certain other formats.
     148          </para>
    127149          <indexterm zone="libmng libmng-lib">
    128150            <primary sortas="c-libmng">libmng.so</primary>
  • general/graphlib/opencv.xml

    r622c1021 r09f0998  
    9292
    9393    <note>
    94       <para>One additional file that starts with "ippicv" (integrated
    95       performance primitives) will be automatically downloaded during the
    96       cmake portion of the build procedure.  This download is specific to the
    97       system architecture.</para>
     94      <para>
     95        One additional file that starts with "ippicv" (integrated
     96        performance primitives) will be automatically downloaded during the
     97        cmake portion of the build procedure. This download is specific to the
     98        system architecture.
     99      </para>
    98100    </note>
    99101
     
    194196    <title>Command Explanations</title>
    195197
    196     <para><parameter>-DWITH_XINE=ON</parameter>: This option instructs the make
    197     procedure to use <xref linkend="xine-lib"/>.</para>
    198 
    199     <para><parameter>-DENABLE_PRECOMPILED_HEADERS=OFF</parameter>: This option
    200     is needed for compatibiiity with gcc-6.1 and later.</para>
    201 
    202     <para><option>-DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-&opencv-version;/modules</option>:
    203     instructs the build system to build additional modules.</para>
     198    <para>
     199      <parameter>-DWITH_XINE=ON</parameter>: This option instructs the make
     200      procedure to use <xref linkend="xine-lib"/>.
     201    </para>
     202
     203    <para>
     204      <parameter>-DENABLE_PRECOMPILED_HEADERS=OFF</parameter>: This option
     205      is needed for compatibiiity with gcc-6.1 and later.
     206    </para>
     207
     208    <para>
     209      <option>-DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-&opencv-version;/modules</option>:
     210      instructs the build system to build additional modules.
     211    </para>
    204212
    205213  </sect2>
  • general/graphlib/openjpeg2.xml

    r622c1021 r09f0998  
    4343    <itemizedlist spacing="compact">
    4444      <listitem>
    45         <para>Download (HTTP): <ulink url="&openjpeg2-download-http;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download (FTP): <ulink url="&openjpeg2-download-ftp;"/></para>
    49       </listitem>
    50       <listitem>
    51         <para>Download MD5 sum: &openjpeg2-md5sum;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Download size: &openjpeg2-size;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated disk space required: &openjpeg2-buildsize;</para>
    58       </listitem>
    59       <listitem>
    60         <para>Estimated build time: &openjpeg2-time;</para>
     45        <para>
     46          Download (HTTP): <ulink url="&openjpeg2-download-http;"/>
     47        </para>
     48      </listitem>
     49      <listitem>
     50        <para>
     51          Download (FTP): <ulink url="&openjpeg2-download-ftp;"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          Download MD5 sum: &openjpeg2-md5sum;
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
     61          Download size: &openjpeg2-size;
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Estimated disk space required: &openjpeg2-buildsize;
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Estimated build time: &openjpeg2-time;
     72        </para>
    6173      </listitem>
    6274    </itemizedlist>
     
    7183    <bridgehead renderas="sect4">Optional</bridgehead>
    7284    <para role="optional">
    73     <xref linkend="lcms2"/>,
    74     <xref linkend="libpng"/>,
    75     <xref linkend="libtiff"/>, and
    76     <xref linkend="doxygen"/> (to build the API documentation)
     85      <xref linkend="lcms2"/>,
     86      <xref linkend="libpng"/>,
     87      <xref linkend="libtiff"/>, and
     88      <xref linkend="doxygen"/> (to build the API documentation)
    7789    </para>
    7890
     
    102114  http://lists.linuxfromscratch.org/pipermail/blfs-dev/2015-April/030035.html
    103115-->
    104     <para>This package does not come with a working test suite.</para>
    105 
    106     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     116    <para>
     117      This package does not come with a working test suite.
     118    </para>
     119
     120    <para>
     121      Now, as the <systemitem class="username">root</systemitem> user:
     122    </para>
    107123
    108124<screen role="root"><userinput>make install &amp;&amp;
     
    119135    <title>Command Explanations</title>
    120136
    121     <para><option>-DBUILD_TESTING=ON</option>: This switch enables
    122     building the test suite.</para>
     137    <para>
     138      <option>-DBUILD_TESTING=ON</option>: This switch enables
     139      building the test suite.
     140    </para>
    123141
    124142  </sect2>-->
     
    147165        <term><command>opj_compress</command></term>
    148166        <listitem>
    149           <para>converts various image formats to the jpeg2000 format.</para>
     167          <para>
     168            converts various image formats to the jpeg2000 format.
     169          </para>
    150170          <indexterm zone="openjpeg2 opj_compress">
    151171            <primary sortas="b-opj_compress">opj_compress</primary>
     
    157177        <term><command>opj_decompress</command></term>
    158178        <listitem>
    159           <para>converts jpeg2000 images to other image types.</para>
     179          <para>
     180            converts jpeg2000 images to other image types.
     181          </para>
    160182          <indexterm zone="openjpeg2 opj_decompress">
    161183            <primary sortas="b-opj_decompress">opj_decompress</primary>
     
    167189        <term><command>opj_dump</command></term>
    168190        <listitem>
    169           <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
     191          <para>
     192            reads in a jpeg2000 image and dumps the contents to stdout.
     193          </para>
    170194          <indexterm zone="openjpeg2 opj_dump">
    171195            <primary sortas="b-opj_dump">opj_dump</primary>
  • general/graphlib/pixman.xml

    r622c1021 r09f0998  
    8888    <title>Installation of Pixman</title>
    8989
    90     <para>Install <application>Pixman</application> by running the following
    91     commands:</para>
     90    <para>
     91      Install <application>Pixman</application> by running the following
     92      commands:
     93    </para>
    9294
    9395<screen><userinput>mkdir build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.