Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvpx.xml

    r7b2fed0f rc0b9aa94  
    77  <!ENTITY libvpx-download-http "https://github.com/webmproject/libvpx/archive/v&libvpx-version;/libvpx-&libvpx-version;.tar.gz">
    88  <!ENTITY libvpx-download-ftp  " ">
    9   <!ENTITY libvpx-md5sum        "cded283be38dc0078c3fbe751722efc5">
    10   <!ENTITY libvpx-size          "5.1 MB">
    11   <!ENTITY libvpx-buildsize     "64 MB (add 1.3GB if running tests)">
    12   <!ENTITY libvpx-time          "1.5 SBU, add 41 SBU if running tests, including download time">
     9  <!ENTITY libvpx-md5sum        "e5fab59896984392124d0bfaffc36e14">
     10  <!ENTITY libvpx-size          "5.0 MB">
     11  <!ENTITY libvpx-buildsize     "63 MB (add 1.3GB if running tests)">
     12  <!ENTITY libvpx-time          "0.5 SBU (using parallelism=4), add 14 SBU if running tests, including download time">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7374    <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
    7475
    75     <bridgehead renderas="sect4">Recommended</bridgehead>
    76     <para role="recommended">
     76    <bridgehead renderas="sect4">Required</bridgehead>
     77    <para role="required">
    7778      <xref linkend="yasm"/> or <xref role="nodep" linkend="nasm"/>, and
     79<!-- see
     80http://lists.linuxfromscratch.org/pipermail/blfs-book/2019-August/083164.html
     81and references therein -->
    7882      <xref linkend="which"/> (so <command>configure</command> can find yasm)
    7983    </para>
     
    8185    <bridgehead renderas="sect4">Optional</bridgehead>
    8286    <para role="optional">
    83       <xref linkend="curl"/> (to download test files) and
    84       <xref linkend="doxygen"/> (to build documentation)
     87      <xref linkend="curl"/> (to download test files),
     88      <xref linkend="doxygen"/> and <xref linkend="php"/>
     89      (to build the documentation)
    8590    </para>
    8691
     
    109114
    110115    <para>
    111       To test the results, issue:
    112       <command>LD_LIBRARY_PATH=. make test</command>.
    113       The test suite downloads several files as part of its test process.
    114     </para>
    115 
    116     <para>
    117       Now, as the <systemitem class="username">root</systemitem> user:
     116       To test the results, issue: <command>make test</command>. Four tests are
     117       known to fail. The test suite downloads several files as part of it's
     118       test process.
     119    </para>
     120
     121    <para>
     122      Now, as the <systemitem class="username">root</systemitem>
     123    user:
    118124    </para>
    119125
     
    148154    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    149155      href="../../xincludes/static-libraries.xml"/>
    150 
    151     <para>
    152       <option>--target=generic-gnu</option>: This switch disables
    153       optimizations specific for x86 and x86-64, allowing to build this
    154       package without <command>nasm</command> and <command>yasm</command>
    155       installed.
    156     </para>
    157 
    158     <para>
    159       <command>LD_LIBRARY_PATH=.</command>: This is needed for the testsuite
    160       to use the just built library.
    161     </para>
    162156
    163157  </sect2>
     
    187181        <listitem>
    188182          <para>
    189             is the WebM Project VP8 and VP9 decoder
     183            is the WebM Project VP8 and VP9 decoder.
    190184          </para>
    191185          <indexterm zone="libvpx vpxdec">
     
    199193        <listitem>
    200194          <para>
    201             is the WebM project VP8 and VP9 encoder
     195            is the WebM project VP8 and VP9 encoder.
    202196          </para>
    203197          <indexterm zone="libvpx vpxenc">
     
    208202
    209203      <varlistentry id="libvpx-lib">
    210         <term><filename class="libraryfile">libvpx.so</filename></term>
     204        <term><filename class='libraryfile'>libvpx.so</filename></term>
    211205        <listitem>
    212206          <para>
    213             provides functions to use the VP8 and VP9 video codecs
     207            provides functions to use the VP8 and VP9 video codecs.
    214208          </para>
    215209          <indexterm zone="libvpx libvpx-lib">
Note: See TracChangeset for help on using the changeset viewer.