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

    r22618785 r2eeb8695  
    3030    <title>Introduction to Gavl</title>
    3131
    32     <para><application>Gavl</application> is short for Gmerlin Audio Video
    33     Library.  It is a low level library that handles the details of audio and
    34     video formats like colorspaces, samplerates, multichannel configurations
    35     etc. It provides standardized definitions for those formats as well as
    36     container structures for carrying audio samples or video images inside an
    37     application.</para>
     32    <para>
     33      <application>Gavl</application> is short for Gmerlin Audio Video
     34      Library.  It is a low level library that handles the details of audio and
     35      video formats like colorspaces, samplerates, multichannel configurations
     36      etc. It provides standardized definitions for those formats as well as
     37      container structures for carrying audio samples or video images inside an
     38      application.
     39    </para>
    3840
    3941    &lfs91_checked;
     
    4244    <itemizedlist spacing="compact">
    4345      <listitem>
    44         <para>Download (HTTP): <ulink url="&gavl-download-http;"/></para>
     46        <para>
     47          Download (HTTP): <ulink url="&gavl-download-http;"/>
     48        </para>
    4549      </listitem>
    4650      <listitem>
    47         <para>Download (FTP): <ulink url="&gavl-download-ftp;"/></para>
     51        <para>
     52          Download (FTP): <ulink url="&gavl-download-ftp;"/>
     53        </para>
    4854      </listitem>
    4955      <listitem>
    50         <para>Download MD5 sum: &gavl-md5sum;</para>
     56        <para>
     57          Download MD5 sum: &gavl-md5sum;
     58        </para>
    5159      </listitem>
    5260      <listitem>
    53         <para>Download size: &gavl-size;</para>
     61        <para>
     62          Download size: &gavl-size;
     63        </para>
    5464      </listitem>
    5565      <listitem>
    56         <para>Estimated disk space required: &gavl-buildsize;</para>
     66        <para>
     67          Estimated disk space required: &gavl-buildsize;
     68        </para>
    5769      </listitem>
    5870      <listitem>
    59         <para>Estimated build time: &gavl-time;</para>
     71        <para>
     72          Estimated build time: &gavl-time;
     73        </para>
    6074      </listitem>
    6175    </itemizedlist>
     
    8195    <title>Installation of Gavl</title>
    8296
    83     <para>Install <application>Gavl</application> by running the
    84     following commands:</para>
     97    <para>
     98      Install <application>Gavl</application> by running the
     99      following commands:
     100    </para>
    85101
    86102<screen><userinput>LIBS=-lm                      \
     
    90106make</userinput></screen>
    91107
    92     <para>This package does not come with a test suite.</para>
     108    <para>
     109      This package does not come with a test suite.
     110    </para>
    93111
    94     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     112    <para>
     113      Now, as the <systemitem class="username">root</systemitem> user:
     114    </para>
    95115
    96116<screen role="root"><userinput>make install</userinput></screen>
     
    101121    <title>Command Explanations</title>
    102122
    103     <para><envar>LIBS=-lm</envar>: This variable ensures the math library is
    104     searched when linking.</para>
     123    <para>
     124      <envar>LIBS=-lm</envar>: This variable ensures the math library is
     125      searched when linking.
     126    </para>
    105127
    106     <para><parameter>--without-doxygen</parameter>: This switch disables use of
    107     Doxygen. Omit if Doxygen is installed and you wish to build the API
    108     documentation.</para>
     128    <para>
     129      <parameter>--without-doxygen</parameter>: This switch disables use of
     130      Doxygen. Omit if Doxygen is installed and you wish to build the API
     131      documentation.
     132    </para>
    109133
    110134  </sect2>
     
    126150      </seglistitem>
    127151    </segmentedlist>
    128 <!--
     152
    129153    <variablelist>
    130154      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    133157
    134158      <varlistentry id="libgavl.so">
    135         <term>libgavl.so</term>
     159        <term><filename class="libraryfile">libgavl.so</filename></term>
    136160        <listitem>
    137           <para>???</para>
     161          <para>
     162            is the Gmerlin Audio Video Library.
     163          </para>
    138164          <indexterm zone="gavl libgavl.so">
    139165            <primary sortas="c-libgavl.so">libgavl.so</primary>
     
    143169
    144170    </variablelist>
    145 -->
     171
    146172  </sect2>
    147173
Note: See TracChangeset for help on using the changeset viewer.