Ignore:
Timestamp:
08/18/2014 07:22:12 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4acf445
Parents:
2a1068f5
Message:

Update to ffmpeg-2.3.3. Some fixes for docummentation build. Thanks Bruce D. and Christopher G. for reporting. One fix was reported by Christopher G.
Update to libassuan-2.1.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r2a1068f5 r43a3a17  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "651e5e82360baba41e4d1e426b4897f6">
    10   <!ENTITY ffmpeg-size          "7.1 MB">
    11   <!ENTITY ffmpeg-buildsize     "119 MB (additional 764 MB for docs and 1813 MB to run the FATE tests)">
    12   <!ENTITY ffmpeg-time          "3.4 SBU (additional 1.2 SBU for docs and 7.2 SBU to run the FATE tests, after sample files are downloaded)">
     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)">
    1313]>
    1414
     
    198198    </para>
    199199
    200 <screen><userinput>pushd doc &amp;&amp;
     200<screen><userinput>sed -i '$s/$/\n\n@bye/' doc/{git-howto,nut,fate}.texi             &amp;&amp;
     201sed -i '/machine:i386/ s/\\/@backslashchar{}/g' doc/platform.texi &amp;&amp;
     202
     203pushd doc &amp;&amp;
    201204for DOCNAME in `basename -s .html *.html`
    202205do
     
    219222      installed and follow the instructions for the
    220223      <ulink url="http://www.ffmpeg.org/fate.html">
    221       FFmpeg Automated Testing Environment</ulink> (FATE). First, over 760 MB
     224      FFmpeg Automated Testing Environment</ulink> (FATE). First, about 872 MB
    222225      of sample files used to run FATE are downloaded with the command:
    223226    </para>
     
    265268    </para>
    266269
    267 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ffmpeg/api &amp;&amp;
    268 install -v -m644    doc/doxy/html/* \
    269                     /usr/share/doc/ffmpeg/api</userinput></screen>
     270<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ffmpeg/api                       &amp;&amp;
     271cp -vr doc/doxy/html/* /usr/share/doc/ffmpeg/api                    &amp;&amp;
     272find /usr/share/doc/ffmpeg/api -type f -exec chmod -c 0644 "{}" ";" &amp;&amp;
     273find /usr/share/doc/ffmpeg/api -type d -exec chmod -c 0755 "{}" ";"</userinput></screen>
    270274
    271275  </sect2>
     
    275279
    276280    <para>
    277       <command>sed -i ...</command>: This command adds the
     281      <command>sed -i ... configure</command>: This command adds the
    278282      <application>ALSA</application> library to the
    279283      <application>Flite</application> <envar>LDFLAGS</envar> variable and
    280284      enables the discovery of <application>Flite</application>.
     285    </para>
     286
     287    <para>
     288      <command>sed -i ... texi</command>: Fix some .texi files for
     289      documentation builds.
     290    </para>
     291
     292    <para>
     293      <command>find ... ";"</command>: Fix permissions of documentation files
     294      and directories.
    281295    </para>
    282296
Note: See TracChangeset for help on using the changeset viewer.