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/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>
Note: See TracChangeset for help on using the changeset viewer.