Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvpx.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!ENTITY libvpx-download-http "&sources-anduin-other-http;/libvpx-v&libvpx-version;.tar.xz">
    8 <!--  <!ENTITY libvpx-download-http "http://webm.googlecode.com/files/libvpx-v&libvpx-version;.tar.bz2"> -->
     7<!--  <!ENTITY libvpx-download-http "&sources-anduin-other-http;/libvpx-v&libvpx-version;.tar.xz"> -->
     8  <!ENTITY libvpx-download-http "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-&libvpx-version;.tar.bz2">
    99  <!ENTITY libvpx-download-ftp  " ">
    10   <!ENTITY libvpx-md5sum        "528cb52934d9a731dfc0a2853b1e260d">
     10  <!ENTITY libvpx-md5sum        "63b1d7f59636a42eeeee9225cc14e7de">
    1111  <!ENTITY libvpx-size          "1.8 MB">
    12   <!ENTITY libvpx-buildsize     "32 MB (without the documentation)">
    13   <!ENTITY libvpx-time          "0.8 SBU">
     12  <!ENTITY libvpx-buildsize     "38 MB (without the documentation)">
     13  <!ENTITY libvpx-time          "0.9 SBU">
    1414]>
    1515
     
    3535    and of the next-generation VP9 Codec.</para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5959    </itemizedlist>
    6060
    61     <para>The <application>libvpx</application> tarballs are no longer generated
    62     by the maintainers. To build from source, the
    63     <application>libvpx</application> developers recommend using current git.
    64     The source tarball shown above was created by the BLFS team by pulling a
    65     git version, and removing .git, .gitattributes and .gitignore. BLFS made
    66     no changes to the existing source files.</para>
    67 
    6861    <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
    6962
     
    8881    following commands:</para>
    8982
    90 <screen><userinput>sed -i 's/cp -p/cp/' build/make/Makefile &amp;&amp;
    91 chmod -v 644 vpx/*.h &amp;&amp;
    92 mkdir ../libvpx-build &amp;&amp;
    93 cd ../libvpx-build &amp;&amp;
     83<screen><userinput>mkdir -v ../libvpx-build &amp;&amp;
     84cd ../libvpx-build       &amp;&amp;
     85
    9486../libvpx-v&libvpx-version;/configure --prefix=/usr \
    9587                           --enable-shared \
     
    108100  <sect2 role="commands">
    109101    <title>Command Explanations</title>
    110 
    111     <para><command>sed ... &amp;&amp; chmod ...</command>: These commands
    112     correct ownership and permissions of installed files.</para>
    113102
    114103    <para><command>mkdir ../libvpx-build &amp;&amp; cd
     
    136125
    137126      <seglistitem>
    138         <seg>vp8_scalable_patterns, vp9_spatial_scalable_encoder,
    139              vpxdec and vpxenc</seg>
     127        <seg>vpxdec and vpxenc</seg>
    140128        <seg>libvpx.so</seg>
    141129        <seg>/usr/include/vpx</seg>
Note: See TracChangeset for help on using the changeset viewer.