Ignore:
Timestamp:
03/09/2020 03:02:12 PM (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:
2aff70f
Parents:
22618785
Message:

Format multimedia chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libogg.xml

    r22618785 r2eeb8695  
    3030    <title>Introduction to libogg</title>
    3131
    32     <para>The <application>libogg</application> package contains the Ogg file
    33     structure. This is useful for creating (encoding) or playing (decoding) a
    34     single physical bit stream.</para>
     32    <para>
     33      The <application>libogg</application> package contains the Ogg file
     34      structure. This is useful for creating (encoding) or playing (decoding) a
     35      single physical bit stream.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&libogg-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&libogg-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&libogg-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&libogg-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &libogg-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &libogg-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &libogg-size;</para>
     58        <para>
     59          Download size: &libogg-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &libogg-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &libogg-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &libogg-time;</para>
     68        <para>
     69          Estimated build time: &libogg-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6680    <title>Installation of libogg</title>
    6781
    68     <para>Install <application>libogg</application> by running the following
    69     commands:</para>
     82    <para>
     83      Install <application>libogg</application> by running the following
     84      commands:
     85    </para>
    7086
    7187<screen><userinput>./configure --prefix=/usr    \
     
    7490make</userinput></screen>
    7591
    76     <para>To test the results, issue: <command>make check</command>.</para>
     92    <para>
     93      To test the results, issue: <command>make check</command>.
     94    </para>
    7795
    78     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     96    <para>
     97      Now, as the <systemitem class="username">root</systemitem> user:
     98    </para>
    7999
    80100<screen role="root"><userinput>make install</userinput></screen>
     
    113133        <term><filename class='libraryfile'>libogg.so</filename></term>
    114134        <listitem>
    115           <para>provides the functions required for programs to
    116           read or write Ogg formatted bit streams.</para>
     135          <para>
     136            provides the functions required for programs to
     137            read or write Ogg formatted bit streams.
     138          </para>
    117139          <indexterm zone="libogg libogg-lib">
    118140            <primary sortas="c-libogg">libogg.so</primary>
Note: See TracChangeset for help on using the changeset viewer.