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