Ignore:
Timestamp:
01/31/2016 08:31:08 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
5ee2c13
Parents:
2df08064
Message:

Merge changes from trunk Chpater 45 (systemd Chapter 37)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvpx.xml

    r2df08064 rd19fb65  
    55  %general-entities;
    66
    7 <!--  <!ENTITY libvpx-download-http "&sources-anduin-other-http;/libvpx-v&libvpx-version;.tar.xz"> -->
    87  <!ENTITY libvpx-download-http "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-&libvpx-version;.tar.bz2">
    98  <!ENTITY libvpx-download-ftp  " ">
    10   <!ENTITY libvpx-md5sum        "63b1d7f59636a42eeeee9225cc14e7de">
     9  <!ENTITY libvpx-md5sum        "49e59dd184caa255886683facea56fca">
    1110  <!ENTITY libvpx-size          "1.8 MB">
    12   <!ENTITY libvpx-buildsize     "38 MB (without the documentation)">
    13   <!ENTITY libvpx-time          "0.9 SBU">
     11  <!ENTITY libvpx-buildsize     "41 MB (without the documentation)">
     12  <!ENTITY libvpx-time          "1.2 SBU">
    1413]>
    1514
     
    2221  </sect1info>
    2322
    24   <title>libvpx-v&libvpx-version;</title>
     23  <title>libvpx-&libvpx-version;</title>
    2524
    2625  <indexterm zone="libvpx">
     
    8180    following commands:</para>
    8281
    83 <screen><userinput>mkdir -v ../libvpx-build &amp;&amp;
    84 cd ../libvpx-build       &amp;&amp;
     82<screen><userinput>sed -i 's/cp -p/cp/' build/make/Makefile &amp;&amp;
    8583
    86 ../libvpx-v&libvpx-version;/configure --prefix=/usr \
    87                            --enable-shared \
    88                            --disable-static &amp;&amp;
     84mkdir libvpx-build            &amp;&amp;
     85cd    libvpx-build            &amp;&amp;
     86
     87../configure --prefix=/usr    \
     88             --enable-shared  \
     89             --disable-static &amp;&amp;
    8990make</userinput></screen>
    9091
     
    101102    <title>Command Explanations</title>
    102103
    103     <para><command>mkdir ../libvpx-build &amp;&amp; cd
    104     ../libvpx-build</command>: The <application>libvpx</application> developers
     104    <para><command>sed ... </command>: This command
     105    corrects ownership and permissions of installed files.</para>
     106
     107    <para><command>mkdir libvpx-build &amp;&amp; cd
     108    libvpx-build</command>: The <application>libvpx</application> developers
    105109    recommend building in a dedicated build directory.</para>
    106110
Note: See TracChangeset for help on using the changeset viewer.