Changeset 37ede2a for multimedia


Ignore:
Timestamp:
03/26/2021 06:25:31 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
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:
24d3c8f
Parents:
5ae6d41
Message:

libvpx-1.10.0
libassuan-2.5.5
libgpg-error-1.42
cmake-3.20.0
btrfs-progs-5.11.1
libinput-1.17.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24403 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvpx.xml

    r5ae6d41 r37ede2a  
    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        "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">
     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">
    1313]>
    1414
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="curl"/> (to download test files),
    88       <xref linkend="doxygen"/> and <xref linkend="php"/>
    89       (to build the documentation)
     87      <xref linkend="curl"/> (to download test files) and
     88      <xref linkend="doxygen"/> (to build documentation)
    9089    </para>
    9190
     
    114113
    115114    <para>
    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:
     115      To test the results, issue:
     116      <command>LD_LIBRARY_PATH=. make test</command>.
     117      The test suite downloads several files as part of its test process.
     118    </para>
     119
     120    <para>
     121      Now, as the <systemitem class="username">root</systemitem> user:
    124122    </para>
    125123
     
    154152    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    155153      href="../../xincludes/static-libraries.xml"/>
     154
     155    <para>
     156      <command>LD_LIBRARY_PATH=.</command>: This is needed for the testsuite
     157      to use the just built library.
     158    </para>
    156159
    157160  </sect2>
Note: See TracChangeset for help on using the changeset viewer.