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

    r22618785 r2eeb8695  
    4141    <itemizedlist spacing="compact">
    4242      <listitem>
    43         <para>Download (HTTP): <ulink url="&libtheora-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&libtheora-download-http;"/>
     45        </para>
    4446      </listitem>
    4547      <listitem>
    46         <para>Download (FTP): <ulink url="&libtheora-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&libtheora-download-ftp;"/>
     50        </para>
    4751      </listitem>
    4852      <listitem>
    49         <para>Download MD5 sum: &libtheora-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &libtheora-md5sum;
     55        </para>
    5056      </listitem>
    5157      <listitem>
    52         <para>Download size: &libtheora-size;</para>
     58        <para>
     59          Download size: &libtheora-size;
     60        </para>
    5361      </listitem>
    5462      <listitem>
    55         <para>Estimated disk space required: &libtheora-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &libtheora-buildsize;
     65        </para>
    5666      </listitem>
    5767      <listitem>
    58         <para>Estimated build time: &libtheora-time;</para>
     68        <para>
     69          Estimated build time: &libtheora-time;
     70        </para>
    5971      </listitem>
    6072    </itemizedlist>
     
    88100    <title>Installation of libtheora</title>
    89101
    90     <para>Install <application>libtheora</application> by running the following
    91     commands:</para>
     102    <para>
     103      Install <application>libtheora</application> by running the following
     104      commands:
     105    </para>
    92106
    93107<screen><userinput>sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c &amp;&amp;
     
    95109make</userinput></screen>
    96110
    97     <para>If you wish to run the tests, issue: <command>make check</command>.</para>
     111    <para>
     112      If you wish to run the tests, issue: <command>make check</command>.
     113    </para>
    98114
    99     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     115    <para>
     116      Now, as the <systemitem class="username">root</systemitem> user:
     117    </para>
    100118
    101119<screen role="root"><userinput>make install</userinput></screen>
    102120
    103     <para>If you wish to install the examples (so that you can hack on
    104     <literal>theora</literal>), install them as the <systemitem
    105     class="username">root</systemitem> user:</para>
     121    <para>
     122      If you wish to install the examples (so that you can hack on
     123      <literal>theora</literal>), install them as the <systemitem
     124      class="username">root</systemitem> user:
     125    </para>
    106126
    107127<screen role="root"><userinput>cd examples/.libs &amp;&amp;
     
    150170        <term><filename class='libraryfile'>libtheora*.so</filename></term>
    151171        <listitem>
    152           <para>libraries provide the functions to read and write video
    153           files.</para>
     172          <para>
     173            contains the functions to read and write video files.
     174          </para>
    154175          <indexterm zone="libtheora libtheora-lib">
    155176            <primary sortas="c-libtheora">libtheora*.so</primary>
Note: See TracChangeset for help on using the changeset viewer.