Changeset 793932fd for multimedia


Ignore:
Timestamp:
12/02/2011 01:44:31 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6bf551c
Parents:
ed6a289c
Message:

Updated libvpx to 0.9.7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvpx.xml

    red6a289c r793932fd  
    55  %general-entities;
    66
    7   <!-- this can come out of the book when ffmpeg _releases_ a version that does not need it
    8   for html5 on youtube -->
    97  <!ENTITY libvpx-download-http "http://webm.googlecode.com/files/libvpx-v&libvpx-version;.tar.bz2">
    108  <!ENTITY libvpx-download-ftp  " ">
    11   <!ENTITY libvpx-md5sum        "4bf2f2c76700202c1fe9201fcb0680e3">
     9  <!ENTITY libvpx-md5sum        "893d07d1bdedaac1ad2ab63d32de7d83">
    1210  <!ENTITY libvpx-size          "1.2 MB">
    1311  <!ENTITY libvpx-buildsize     "25 MB (without the documentation)">
     
    3533    from the WebM project, used in most current html5 video.</para>
    3634
    37     &lfs67_checked;
     35    &lfs70_checked;
    3836
    3937    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6159    <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
    6260
     61    <bridgehead renderas="sect4">Required</bridgehead>
     62    <para role="required"><xref linkend="yasm"/> (compiling with
     63    <xref linkend="NASM"/> is currently broken)</para>
     64
    6365    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para role="optional"><xref linkend="doxygen"/> and
    65     <xref linkend="php"/> (to build the documentation). </para>
     66    <para role="optional"><xref linkend="doxygen"/> and <xref linkend="php"/>
     67    (to build the documentation).</para>
    6668
    6769    <para condition="html" role="usernotes">User Notes:
     
    8385    <para>This package does not come with a test suite.</para>
    8486
    85     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     87    <para>Now, as the <systemitem class="username">root</systemitem>
     88    user:</para>
    8689
    8790<screen role="root"><userinput>make install</userinput></screen>
     
    9295    <title>Command Explanations</title>
    9396
    94     <para><command>mkdir ../libvpx-build &amp;&amp; cd ../libvpx-build</command>:
    95     The <application>libvpx</application> developers recommend building in a
    96     dedicated build directory.</para>
     97    <para><command>mkdir ../libvpx-build &amp;&amp; cd
     98    ../libvpx-build</command>: The <application>libvpx</application> developers
     99    recommend building in a dedicated build directory.</para>
    97100
    98101  </sect2>
Note: See TracChangeset for help on using the changeset viewer.