Changeset 4fc7386


Ignore:
Timestamp:
07/14/2013 03:51:05 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
196af3f
Parents:
a5c54e0
Message:

Revert FFmpeg update

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra5c54e0 r4fc7386  
    817817
    818818<!-- Chapter 40 -->
    819 <!ENTITY ffmpeg-version               "2.0">
     819<!ENTITY ffmpeg-version               "1.2.1">
    820820<!ENTITY mplayer-version              "1.1.1">
    821821<!ENTITY xine-ui-version              "0.99.7">
  • introduction/welcome/changelog.xml

    ra5c54e0 r4fc7386  
    5454        </listitem>
    5555        <listitem>
    56           <para>[igor] - FFmpeg-2.0.</para>
    57         </listitem>
    58         <listitem>
    5956          <para>[ken] - Fixed SoundTouch for recent Automake.</para>
    6057        </listitem>
  • multimedia/videoutils/ffmpeg.xml

    ra5c54e0 r4fc7386  
    88           "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    99  <!ENTITY ffmpeg-download-ftp  " ">
    10   <!ENTITY ffmpeg-md5sum        "13a0feb74474f89052f6b8ba1bce46be">
    11   <!ENTITY ffmpeg-size          "6.0 MB">
     10  <!ENTITY ffmpeg-md5sum        "5071a26cc149f380908ce79ec2a677ef">
     11  <!ENTITY ffmpeg-size          "5.7 MB">
    1212  <!ENTITY ffmpeg-buildsize     "100 MB">
    13   <!ENTITY ffmpeg-time          "2.6 SBU">
     13  <!ENTITY ffmpeg-time          "4.0 SBU">
    1414]>
    1515
     
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
    89       <xref linkend="alsa-lib"/>,
    9089      <xref linkend="faac"/>,
    9190      <xref linkend="freetype2"/>,
    9291      <xref linkend="lame"/>,
    9392      <xref linkend="openjpeg"/>,
     93      <xref linkend="pulseaudio"/>,
    9494      <xref linkend="speex"/>,
    9595      <xref linkend="libtheora"/>,
     
    106106    <para role="optional">
    107107      <xref linkend="fontconfig"/>,
     108      <ulink url="http://www.piksel.org/frei0r">frei0r</ulink>,
    108109      <xref linkend="gnutls"/>,
    109       <xref linkend="pulseaudio"/>,
    110       <ulink url="http://www.piksel.org/frei0r">frei0r</ulink>,
    111110      <ulink url="http://tipok.org.ua/node/17">libaacplus</ulink>,
    112111      <ulink url="http://code.google.com/p/libass/">libass</ulink>,
     
    134133      <ulink url="http://www.videolan.org/developers/x264.html">x264</ulink>,
    135134      <ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),
    136       <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>,
    137       <ulink url="http://www.khronos.org/opencl/">OpenCL</ulink>, and
     135      <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>, and
    138136      <ulink url="http://www.nongnu.org/texi2html">texi2html</ulink> (to build HTML documentation)
    139137    </para>
     
    190188            --enable-libmp3lame  \
    191189            --enable-libopenjpeg \
     190            --enable-libpulse    \
    192191            --enable-libspeex    \
    193192            --enable-libtheora   \
     
    276275
    277276    <para>
    278       <parameter>--enable-gpl</parameter>: Enables the use of GPL code and
    279       permits support for postprocessing, swscale and many other features.
    280     </para>
    281 
    282     <para>
    283       <parameter>--enable-version3</parameter>: Enables the use of (L)GPL
    284       version 3 code.
    285     </para>
    286 
    287     <para>
    288       <parameter>--enable-nonfree</parameter>: Enables the use of nonfree
    289       code. Note that the resulting libraries and binaries will be
    290       unredistributable.
    291     </para>
    292 
    293     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    294       href="../../xincludes/static-libraries.xml"/>
    295 
    296     <para>
    297       <parameter>--enable-shared</parameter>: Enables building shared libraries,
    298       otherwise only static libraries are built and installed.
    299     </para>
    300 
    301     <para>
    302       <parameter>--enable-x11grab</parameter>: Enables X11 grabbing.
    303     </para>
    304 
    305     <para>
    306       <parameter>--enable-libfaac</parameter>: Enables AAC encoding via
    307       <filename class="libraryfile">libfaac</filename>.
    308     </para>
    309 
    310     <para>
    311       <parameter>--enable-libfreetype</parameter>: Enables the use of
    312       <filename class="libraryfile">libfreetype</filename>.
    313     </para>
    314 
    315     <para>
    316       <parameter>--enable-libmp3lame</parameter>: Enables MP3 encoding via
    317       <filename class="libraryfile">libmp3lame</filename>.
    318     </para>
    319 
    320     <para>
    321       <parameter>--enable-libopenjpeg</parameter>: Enables JPEG 2000 de/encoding
    322       via <filename class="libraryfile">libopenjpeg</filename>.
    323     </para>
    324 
    325     <para>
    326       <parameter>--enable-libspeex</parameter>: Enables
    327       <application>Speex</application> de/encoding
    328       via <filename class="libraryfile">libspeex</filename>.
    329     </para>
    330 
    331     <para>
    332       <parameter>--enable-libtheora</parameter>: Enables
    333       <application>Theora</application> encoding
    334       via <filename class="libraryfile">libtheora</filename>.
    335     </para>
    336 
    337     <para>
    338       <parameter>--enable-libvorbis</parameter>: Enables
    339       <application>Vorbis</application> de/encoding
    340       via <filename class="libraryfile">libvorbis</filename>.
    341     </para>
    342 
    343     <para>
    344       <parameter>--enable-libvpx</parameter>: Enables VP8 de/encoding
    345       via <filename class="libraryfile">libvpx</filename>.
    346     </para>
    347 
    348     <para>
    349       <parameter>--enable-libxvid</parameter>: Enables
    350       <application>Xvid</application> encoding
    351       via <filename class="libraryfile">libxvidcore</filename>.
    352     </para>
    353 
    354     <para>
    355       <parameter>--enable-openssl</parameter>: Enables
    356       <application>OpenSSL</application> cryptography.
    357     </para>
    358 
    359     <para>
    360       <parameter>--disable-debug</parameter>: Disables building debugging
    361       symbols into the programs and libraries.
    362     </para>
    363 
    364     <para>
    365277      <command>gcc tools/qt-faststart.c -o tools/qt-faststart</command>:
    366278      This builds the <command>qt-faststart</command> program which can
     
    370282      is located at the beginning of the file instead of the end. This allows
    371283      the movie file to begin playing before the entire file has been downloaded.
     284    </para>
     285
     286    <para>
     287      <parameter>--enable-gpl</parameter>: Enables the use of GPL code and
     288      permits support for postprocessing, swscale and many other features.
     289    </para>
     290
     291    <para>
     292      <parameter>--enable-version3</parameter>: Enables the use of (L)GPL
     293      version 3 code.
     294    </para>
     295
     296    <para>
     297      <parameter>--enable-nonfree</parameter>: Enables the use of nonfree
     298      code. Note that the resulting libraries and binaries will be
     299      unredistributable.
     300    </para>
     301
     302    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     303      href="../../xincludes/static-libraries.xml"/>
     304
     305    <para>
     306      <parameter>--enable-shared</parameter>: Enables building shared libraries,
     307      otherwise only static libraries are built and installed.
     308    </para>
     309
     310    <para>
     311      <parameter>--enable-x11grab</parameter>: Enables X11 grabbing.
     312    </para>
     313
     314    <para>
     315      <parameter>--enable-libfaac</parameter>: Enables AAC encoding via
     316      <filename class="libraryfile">libfaac</filename>.
     317    </para>
     318
     319    <para>
     320      <parameter>--enable-libfreetype</parameter>: Enables the use of
     321      <filename class="libraryfile">libfreetype</filename>.
     322    </para>
     323
     324    <para>
     325      <parameter>--enable-libmp3lame</parameter>: Enables MP3 encoding via
     326      <filename class="libraryfile">libmp3lame</filename>.
     327    </para>
     328
     329    <para>
     330      <parameter>--enable-libopenjpeg</parameter>: Enables JPEG 2000 de/encoding
     331      via <filename class="libraryfile">libopenjpeg</filename>.
     332    </para>
     333
     334    <para>
     335      <parameter>--enable-libpulse</parameter>: Enables
     336      <application>Pulseaudio</application> input via
     337      <filename class="libraryfile">libpulse</filename>.
     338    </para>
     339
     340    <para>
     341      <parameter>--enable-libspeex</parameter>: Enables
     342      <application>Speex</application> de/encoding
     343      via <filename class="libraryfile">libspeex</filename>.
     344    </para>
     345
     346    <para>
     347      <parameter>--enable-libtheora</parameter>: Enables
     348      <application>Theora</application> encoding
     349      via <filename class="libraryfile">libtheora</filename>.
     350    </para>
     351
     352    <para>
     353      <parameter>--enable-libvorbis</parameter>: Enables
     354      <application>Vorbis</application> de/encoding
     355      via <filename class="libraryfile">libvorbis</filename>.
     356    </para>
     357
     358    <para>
     359      <parameter>--enable-libvpx</parameter>: Enables VP8 de/encoding
     360      via <filename class="libraryfile">libvpx</filename>.
     361    </para>
     362
     363    <para>
     364      <parameter>--enable-libxvid</parameter>: Enables
     365      <application>Xvid</application> encoding
     366      via <filename class="libraryfile">libxvidcore</filename>.
     367    </para>
     368
     369    <para>
     370      <parameter>--enable-openssl</parameter>: Enables
     371      <application>OpenSSL</application> cryptography.
     372    </para>
     373
     374    <para>
     375      <parameter>--disable-debug</parameter>: Disables building debugging
     376      symbols into the programs and libraries.
    372377    </para>
    373378
Note: See TracChangeset for help on using the changeset viewer.