Ignore:
Timestamp:
04/15/2017 11:06:54 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, lazarus, lxqt, 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:
dd168618
Parents:
8c74510f
Message:

Update to icu4c-59_1.
Update to ffmpeg-3.3.
Update to php-7.1.4.
Update to unrar-5.5.1.
Update to wireshark-2.2.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r8c74510f r38290b4  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "39fd71024ac76ba35f04397021af5606">
    10   <!ENTITY ffmpeg-size          "7.7 MB">
    11   <!ENTITY ffmpeg-buildsize     "145 MB (add 2.9 GB for the FATE suite/tests
    12     and 1.0 GB for the documentation)">
    13   <!ENTITY ffmpeg-time          "4.5 SBU (add 0.6 SBU for docs and 4.0 SBU
    14     to run the FATE suite after sample files are downloaded)">
     9  <!ENTITY ffmpeg-md5sum        "368f1fff4bdadaf2823934cc0aadd71d">
     10  <!ENTITY ffmpeg-size          "7.9 MB">
     11  <!ENTITY ffmpeg-buildsize     "708 MB (add 2.7 GB for the FATE suite/tests, add 17 MB for docs)">
     12  <!ENTITY ffmpeg-time          "4.9 SBU (add 5.0 SBU to run the FATE suite after sample files are downloaded, add 0.4 SBU for docs)">
    1513]>
    1614
     
    182180            --enable-libx264     \
    183181            --enable-libx265     \
    184             --enable-x11grab     \
    185182            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
    186183
     
    210207
    211208    <para>
    212       If you have <xref linkend="doxygen"/> installed and wish to create the API
    213       documentation (takes about 500 MB space), issue the command
     209      If you have <xref linkend="doxygen"/> installed
     210      and you wish to build (if --disable-doc was
     211      used) or rebuild the html documentation, issue the command
    214212      <command>doxygen doc/Doxyfile</command>.
    215213    </para>
     
    240238
    241239    <para>
    242       If you used <command>doxygen</command> to create the API documentation,
    243       install it (another 500 MB of space) by issuing the following commands
     240      If you used <command>doxygen</command> to manually create the API
     241      documentation, install it by issuing the following commands
    244242      as the <systemitem class="username">root</systemitem> user:
    245243    </para>
     
    337335
    338336    <para>
     337      <parameter>--disable-doc</parameter>: Disables building html documention.
     338      This is only needed if <xref linkend="doxygen"/> is installed and you
     339      do not want to build the html documentation.
     340    </para>
     341
     342    <para>
    339343      <parameter>--disable-debug</parameter>: Disables building debugging
    340344      symbols into the programs and libraries.
     
    380384      H.265/HEVC encoding via <filename
    381385      class="libraryfile">libx265</filename>.
    382     </para>
    383 
    384     <para>
    385       <parameter>--enable-x11grab</parameter>: Enables X11 grabbing.
    386386    </para>
    387387
Note: See TracChangeset for help on using the changeset viewer.