Changeset 43a3a17


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libassuan.xml

    r2a1068f5 r43a3a17  
    88  <!ENTITY libassuan-download-ftp
    99           "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
    10   <!ENTITY libassuan-md5sum        "757243cc4a71b30ed8d8dbe784035d36">
    11   <!ENTITY libassuan-size          "532 KB">
    12   <!ENTITY libassuan-buildsize     "7.3 MB">
     10  <!ENTITY libassuan-md5sum        "1dc4c3e1dbfb3939bfa2d72db8e136ba">
     11  <!ENTITY libassuan-size          "504 KB">
     12  <!ENTITY libassuan-buildsize     " 5.6 MB (additional 0.1 MB for the tests and 2.1 MB to build and install documentation)">
    1313  <!ENTITY libassuan-time          "less than 0.1 SBU">
    1414]>
  • gnome.ent

    r2a1068f5 r43a3a17  
     1<!-- $LastChangedBy$ $Date$ -->
     2
    13<!-- Chapter 30 -->
    24<!-- Platform -->
  • introduction/welcome/changelog.xml

    r2a1068f5 r43a3a17  
    4848      <para>August 18th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to libassuan-2.1.2. Fixes
     52          <ulink url="&blfs-ticket-root;5395">#5395</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to ffmpeg-2.3.3. Some fixes for
     56          docummentation build. Thanks Bruce D. and Christopher G. for
     57          reporting. One fix was reported by Christopher G. Fixes
     58          <ulink url="&blfs-ticket-root;5394">#5394</ulink>.</para>
     59        </listitem>
    5060        <listitem>
    5161          <para>[ken] - add libepoxy-1.2 from the systemd branch.</para>
  • 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
  • packages.ent

    r2a1068f5 r43a3a17  
    100100<!ENTITY keyutils-version             "1.5.9">
    101101<!ENTITY libarchive-version           "3.1.2">
    102 <!ENTITY libassuan-version            "2.1.1">
     102<!ENTITY libassuan-version            "2.1.2">
    103103<!ENTITY libatasmart-version          "0.19">
    104104<!ENTITY libatomic_ops-version        "7.4.2">
     
    657657
    658658<!-- Chapter 40 -->
    659 <!ENTITY ffmpeg-version               "2.3.2">
     659<!ENTITY ffmpeg-version               "2.3.3">
    660660<!ENTITY mplayer-version              "1.1.1">
    661661<!ENTITY xine-ui-version              "0.99.8">
Note: See TracChangeset for help on using the changeset viewer.