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/libdvdnav.xml

    r22618785 r2eeb8695  
    3030    <title>Introduction to Libdvdnav</title>
    3131
    32     <para><application>libdvdnav</application> is a library that allows easy use
    33     of sophisticated DVD navigation features such as DVD menus, multiangle
    34     playback and even interactive DVD games.</para>
     32    <para>
     33      <application>libdvdnav</application> is a library that allows easy use
     34      of sophisticated DVD navigation features such as DVD menus, multiangle
     35      playback and even interactive DVD games.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&libdvdnav-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&libdvdnav-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&libdvdnav-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&libdvdnav-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &libdvdnav-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &libdvdnav-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &libdvdnav-size;</para>
     58        <para>
     59          Download size: &libdvdnav-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &libdvdnav-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &libdvdnav-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &libdvdnav-time;</para>
     68        <para>
     69          Estimated build time: &libdvdnav-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6175
    6276    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="libdvdread"/></para>
     77    <para role="required">
     78      <xref linkend="libdvdread"/>
     79    </para>
    6480
    6581    <para condition="html" role="usernotes">User Notes:
     
    7086    <title>Installation of Libdvdnav</title>
    7187
    72     <para>Install <application>libdvdnav</application> by running the
    73     following commands:</para>
     88    <para>
     89      Install <application>libdvdnav</application> by running the
     90      following commands:
     91    </para>
    7492
    7593<screen><userinput>./configure --prefix=/usr    \
     
    7896make</userinput></screen>
    7997
    80     <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>
    81101
    82     <para>Now, as the <systemitem class="username">root</systemitem>
    83     user:</para>
     102    <para>
     103      Now, as the <systemitem class="username">root</systemitem> user:
     104    </para>
    84105
    85106<screen role="root"><userinput>make install</userinput></screen>
     
    120141        <term><filename class="libraryfile">libdvdnav.so</filename></term>
    121142        <listitem>
    122           <para>DVD navigation library.</para>
     143          <para>
     144            is the DVD navigation library.
     145          </para>
    123146          <indexterm zone="libdvdnav libdvdnav-lib">
    124147            <primary sortas="c-libdvdnav">libdvdnav.so</primary>
Note: See TracChangeset for help on using the changeset viewer.