Ignore:
Timestamp:
10/05/2014 01:04:43 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
f87a1fd
Parents:
9d8d0ca
Message:

Merge more updates from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r9d8d0ca r78ff3a8  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "72361d3b8717b6db3ad2b9da8df7af5e">
    10   <!ENTITY ffmpeg-size          "7.2 MB">
    11   <!ENTITY ffmpeg-buildsize     "128 MB (additional 857 MB for docs and 1871 MB to run the FATE tests)">
    12   <!ENTITY ffmpeg-time          "3.3 SBU (additional 0.9 SBU for docs and 4.5 SBU to run the FATE tests, after sample files are downloaded)">
     9  <!ENTITY ffmpeg-md5sum        "c36caa8d29b3677dcb7bd8c546890c9d">
     10  <!ENTITY ffmpeg-size          "7.1 MB">
     11  <!ENTITY ffmpeg-buildsize     "130 MB (additional 870 MB for docs and 1903 MB to run the FATE tests)">
     12  <!ENTITY ffmpeg-time          "3.5 SBU (additional 0.9 SBU for docs and 5 SBU to run the FATE tests, after sample files are downloaded)">
    1313]>
    1414
     
    140140      <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,
    141141      <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">vo-amrwbenc</ulink>,
    142       <ulink url="http://www.videolan.org/developers/x265.html">x265 (H.265/MPEG-H HEVC)</ulink>, and
    143       <ulink url="http://zapping.sourceforge.net/ZVBI/">ZVBI</ulink>
     142      <ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),
     143      <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>, and
     144      <ulink url="http://www.videolan.org/developers/x265.html">x265 (H.265/MPEG-H HEVC)</ulink>
    144145    </para>
    145146
     
    172173            --enable-libvpx      \
    173174            --enable-libx264     \
    174             --enable-x11grab     &amp;&amp;
     175            --enable-x11grab     \
     176            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
    175177make &amp;&amp;
    176178gcc tools/qt-faststart.c -o tools/qt-faststart</userinput></screen>
    177179
    178180    <para>
    179       HTML documentation was built in the previous step if
    180       <ulink url="http://www.nongnu.org/texi2html">texi2html</ulink> is
    181       installed. If the HTML was built (check for any
    182       <filename class="extension">.html</filename> files in the
    183       <filename class="directory">doc</filename> directory) and you have
     181      HTML documentation was built in the previous step. If  you have
    184182      <xref linkend="texlive"/> installed and wish to build PDF and
    185183      Postscript versions of the documentation, issue the following commands:
     
    210208      installed and follow the instructions for the
    211209      <ulink url="http://www.ffmpeg.org/fate.html">
    212       FFmpeg Automated Testing Environment</ulink> (FATE). First, about 872 MB
     210      FFmpeg Automated Testing Environment</ulink> (FATE). First, about 879 MB
    213211      of sample files used to run FATE are downloaded with the command:
    214212    </para>
     
    227225      Estimated values in "Package Information" do not include the download
    228226      SBU. Next, FATE is executed, with the commands (you obtain a number of
    229       tests greater than 1900):
     227      tests greater than 2000):
    230228    </para>
    231229
     
    239237<screen role="root"><userinput>make install &amp;&amp;
    240238install -v -m755    tools/qt-faststart /usr/bin &amp;&amp;
    241 install -v -m755 -d /usr/share/doc/ffmpeg &amp;&amp;
    242239install -v -m644    doc/*.txt \
    243                     /usr/share/doc/ffmpeg</userinput></screen>
    244 
    245     <para>
    246       If HTML documentation was built, issue the following command to install it:
    247     </para>
    248 
    249 <screen role="root"><userinput>install -v -m644 doc/*.html \
    250                  /usr/share/doc/ffmpeg</userinput></screen>
     240                    /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
     241
     242    <para>
     243      If PDF and Postscript documentations were built, issue the following
     244      commands, as the <systemitem class="username">root</systemitem> user, to
     245      install them:
     246    </para>
     247
     248<screen role="root"><userinput>install -v -m644 doc/*. pdf \
     249                 /usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
     250install -v -m644 doc/*.ps   \
     251                 /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
    251252
    252253    <para>
     
    256257    </para>
    257258
    258 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ffmpeg/api                       &amp;&amp;
    259 cp -vr doc/doxy/html/* /usr/share/doc/ffmpeg/api                    &amp;&amp;
    260 find /usr/share/doc/ffmpeg/api -type f -exec chmod -c 0644 "{}" ";" &amp;&amp;
    261 find /usr/share/doc/ffmpeg/api -type d -exec chmod -c 0755 "{}" ";"</userinput></screen>
     259<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ffmpeg-&ffmpeg-version;/api                       &amp;&amp;
     260cp -vr doc/doxy/html/* /usr/share/doc/ffmpeg-&ffmpeg-version;/api                    &amp;&amp;
     261find /usr/share/doc/ffmpeg-&ffmpeg-version;/api -type f -exec chmod -c 0644 "{}" ";" &amp;&amp;
     262find /usr/share/doc/ffmpeg-&ffmpeg-version;/api -type d -exec chmod -c 0755 "{}" ";"</userinput></screen>
    262263
    263264  </sect2>
     
    428429          /usr/include/libswscale,
    429430          /usr/share/ffmpeg, and
    430           /usr/share/doc/ffmpeg
     431          /usr/share/doc/ffmpeg-&ffmpeg-version;
    431432        </seg>
    432433      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.