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

    r22618785 r2eeb8695  
    3838    <title>Introduction to Speex</title>
    3939
    40     <para><application>Speex</application> is an audio compression format
    41     designed especially for speech. It is well-adapted to internet applications
    42     and provides useful features that are not present in most other
    43     CODECs.</para>
     40    <para>
     41      <application>Speex</application> is an audio compression format
     42      designed especially for speech. It is well-adapted to internet
     43      applications and provides useful features that are not present in most
     44      other CODECs.
     45    </para>
    4446
    4547    &lfs91_checked;
     
    4850    <itemizedlist spacing="compact">
    4951      <listitem>
    50         <para>Download (HTTP): <ulink url="&speex-download-http;"/></para>
    51       </listitem>
    52       <listitem>
    53         <para>Download (FTP): <ulink url="&speex-download-ftp;"/></para>
    54       </listitem>
    55       <listitem>
    56         <para>Download MD5 sum: &speex-md5sum;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Download size: &speex-size;</para>
    60       </listitem>
    61       <listitem>
    62         <para>Estimated disk space required: &speex-buildsize;</para>
    63       </listitem>
    64       <listitem>
    65         <para>Estimated build time: &speex-time;</para>
     52        <para>
     53          Download (HTTP): <ulink url="&speex-download-http;"/>
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download (FTP): <ulink url="&speex-download-ftp;"/>
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Download MD5 sum: &speex-md5sum;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Download size: &speex-size;
     69        </para>
     70      </listitem>
     71      <listitem>
     72        <para>
     73          Estimated disk space required: &speex-buildsize;
     74        </para>
     75      </listitem>
     76      <listitem>
     77        <para>
     78          Estimated build time: &speex-time;
     79        </para>
    6680      </listitem>
    6781    </itemizedlist>
     
    7084    <itemizedlist spacing="compact">
    7185      <listitem>
    72         <para>Download (HTTP): <ulink url="&speexdsp-download-http;"/></para>
    73       </listitem>
    74       <listitem>
    75         <para>Download (FTP): <ulink url="&speexdsp-download-ftp;"/></para>
    76       </listitem>
    77       <listitem>
    78         <para>Download MD5 sum: &speexdsp-md5sum;</para>
    79       </listitem>
    80       <listitem>
    81         <para>Download size: &speexdsp-size;</para>
    82       </listitem>
    83       <listitem>
    84         <para>Estimated disk space required: &speexdsp-buildsize;</para>
    85       </listitem>
    86       <listitem>
    87         <para>Estimated build time: &speexdsp-time;</para>
     86        <para>
     87          Download (HTTP): <ulink url="&speexdsp-download-http;"/>
     88        </para>
     89      </listitem>
     90      <listitem>
     91        <para>
     92          Download (FTP): <ulink url="&speexdsp-download-ftp;"/>
     93        </para>
     94      </listitem>
     95      <listitem>
     96        <para>
     97          Download MD5 sum: &speexdsp-md5sum;
     98        </para>
     99      </listitem>
     100      <listitem>
     101        <para>
     102          Download size: &speexdsp-size;
     103        </para>
     104      </listitem>
     105      <listitem>
     106        <para>
     107          Estimated disk space required: &speexdsp-buildsize;
     108        </para>
     109      </listitem>
     110      <listitem>
     111        <para>
     112          Estimated build time: &speexdsp-time;
     113        </para>
    88114      </listitem>
    89115    </itemizedlist>
     
    119145    <title>Installation of Speex</title>
    120146
    121     <para>This package consists of two separate tarballs.
    122     They need to be extracted and built independently.</para>
    123 
    124     <para>Install <application>Speex</application> by running the
    125     following commands:</para>
     147    <para>
     148      This package consists of two separate tarballs.
     149      They need to be extracted and built independently.
     150    </para>
     151
     152    <para>
     153      Install <application>Speex</application> by running the
     154      following commands:
     155    </para>
    126156
    127157<screen><userinput>./configure --prefix=/usr    \
     
    130160make</userinput></screen>
    131161
    132     <para>This package does not come with a test suite.</para>
    133 
    134     <para>As the <systemitem class="username">root</systemitem> user:</para>
     162    <para>
     163      This package does not come with a test suite.
     164    </para>
     165
     166    <para>
     167      As the <systemitem class="username">root</systemitem> user:
     168    </para>
    135169
    136170<screen role="root"><userinput>make install</userinput></screen>
    137171
    138     <para>Now extract and install the speexdsp package:</para>
     172    <para>
     173      Now extract and install the speexdsp package:
     174    </para>
    139175
    140176<screen><userinput>cd ..                          &amp;&amp;
     
    147183make</userinput></screen>
    148184
    149     <para>Again, as the <systemitem class="username">root</systemitem> user:</para>
     185    <para>
     186      Again, as the <systemitem class="username">root</systemitem> user:
     187    </para>
    150188
    151189<screen role="root"><userinput>make install</userinput></screen>
     
    191229        <term><command>speexdec</command></term>
    192230        <listitem>
    193           <para>decodes a <application>Speex</application> file and
    194           produces a WAV or raw file.</para>
     231          <para>
     232            decodes a <application>Speex</application> file and
     233            produces a WAV or raw file.
     234          </para>
    195235          <indexterm zone="speex speexdec">
    196236            <primary sortas="b-speexdec">speexdec</primary>
     
    202242        <term><command>speexenc</command></term>
    203243        <listitem>
    204           <para>encodes a WAV or raw files using
    205           <application>Speex</application>.</para>
     244          <para>
     245            encodes a WAV or raw files using <application>Speex</application>.
     246          </para>
    206247          <indexterm zone="speex speexenc">
    207248            <primary sortas="b-speexenc">speexenc</primary>
     
    213254        <term><filename class='libraryfile'>libspeex.so</filename></term>
    214255        <listitem>
    215           <para>provides functions for the audio encoding/decoding programs.</para>
     256          <para>
     257            provides functions for the audio encoding/decoding programs.
     258          </para>
    216259          <indexterm zone="speex libspeex">
    217260            <primary sortas="c-libspeex">libspeex.so</primary>
     
    223266        <term><filename class='libraryfile'>libspeexdsp.so</filename></term>
    224267        <listitem>
    225           <para>is a speech processing library that goes along with the
    226           <application>Speex</application> codec.</para>
     268          <para>
     269            is a speech processing library that goes along with the
     270            <application>Speex</application> codec.
     271          </para>
    227272          <indexterm zone="speex libspeexdsp">
    228273            <primary sortas="c-libspeexdsp">libspeexdsp.so</primary>
Note: See TracChangeset for help on using the changeset viewer.