Changeset 20f09631 for multimedia


Ignore:
Timestamp:
11/15/2015 10:34:56 PM (8 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.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, 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:
a8bf989f
Parents:
3c39513
Message:
  • Update to GNOME-3.18.2.
  • Update to libpng-1.6.19.
  • Update to ffmpeg-2.8.2.
  • FFmpeg-2.8.1 does not build with libvpx-1.5.0. same holds for 2.8.2
  • xinit: Nothing has to be anything less yet "nodump".
  • libreoffice: reinstate what should not have been deleted and include verbose, because I like.
  • LXQt pre-install instructions: I do want extra lines here, although who modified implied that they were so bad instructions and he was only trying to improve.
  • openjdk: as agreed but not done, make test suite optional.

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

Location:
multimedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/mlt.xml

    r3c39513 r20f09631  
    7474      <xref linkend="sdl"/>,
    7575      <ulink url="http://jackaudio.org">JACK</ulink>,
    76       <ulink url="http://www.ladspa.org/">LADSPA</ulink>,
     76      <!--<ulink url="http://www.ladspa.org/">LADSPA</ulink>,-->
    7777      <ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
    7878      <ulink url="http://sox.sourceforge.net/">SoX</ulink>, and
  • multimedia/videoutils/ffmpeg.xml

    r3c39513 r20f09631  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "5af71aec0c8f99a018b02061acbe7f90">
     9  <!ENTITY ffmpeg-md5sum        "99f31723326dfe1bfd1bc7521338f2d2">
    1010  <!ENTITY ffmpeg-size          "6.9 MB">
    11   <!ENTITY ffmpeg-buildsize     "127 MB (additional 2.4 GB to run the FATE suite)">
    12   <!ENTITY ffmpeg-time          "4.7 SBU (additional 5.8 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded)">
     11  <!ENTITY ffmpeg-buildsize     "156 MB (additional 2.5 GB to run the FATE suite)">
     12  <!ENTITY ffmpeg-time          "1.3 SBU, with -j4 (additional 3.1 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded">
    1313]>
    1414
     
    124124      <ulink url="http://www.quut.com/gsm/">GSM</ulink>,
    125125      <ulink url="http://xhevc.com/en/hevc/decoder/download.jsp">HEVC/H.265</ulink>,
    126       <ulink url="http://www.ladspa.org/">LADSPA</ulink>,
     126      <!--<ulink url="http://www.ladspa.org/">LADSPA</ulink>,-->
    127127      <ulink url="http://tipok.org.ua/node/17">libaacplus</ulink>,
    128128      <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
     
    137137      <ulink url="http://rtmpdump.mplayerhq.hu/">librtmp</ulink>,
    138138      <ulink url="http://www.libssh.org/">libssh</ulink>,
    139       <ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),
     139      <!--<ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),-->
    140140      <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>,
    141141      <ulink url="http://sourceforge.net/projects/opencore-amr">OpenCore AMR</ulink>,
     
    143143      <ulink url="http://www.twolame.org/">TwoLAME</ulink>,
    144144      <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,
    145       <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">vo-amrwbenc</ulink>,
    146       <ulink url="http://www.videolan.org/developers/x265.html">x265 (H.265/MPEG-H HEVC)</ulink>, and
     145      <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">vo-amrwbenc</ulink>, and
     146      <!--<ulink url="http://www.videolan.org/developers/x265.html">x265 (H.265/MPEG-H HEVC)</ulink>, and-->
    147147      <ulink url="http://zapping.sourceforge.net/ZVBI/">ZVBI</ulink>
    148148    </para>
     
    156156    <title>Installation of FFmpeg</title>
    157157
     158    <para>
     159      First, fix one file for values removed from libvpx-1.5.0:
     160    </para>
     161
     162<screen><userinput>sed -e '/UPD.*=/,'/SET_SCA.*=/d \
     163    -e '/SET_SHA.*=/d' \
     164    -e '/GET_LAS.*=/d' \
     165    -i libavcodec/libvpxenc.c</userinput></screen>
    158166    <para>
    159167      Install <application>FFmpeg</application> by running the following
     
    256264      installed and follow the instructions for the <ulink
    257265      url="http://www.ffmpeg.org/fate.html"> FFmpeg Automated Testing
    258       Environment</ulink> (FATE). First, about 930 MB of sample files used to
     266      Environment</ulink> (FATE). First, about 941 MB of sample files used to
    259267      run FATE are downloaded with the command:
    260268    </para>
     
    282290    <para>
    283291      Next, FATE is executed, with the commands (you obtain a number of tests
    284       larger than 2400):
     292      larger than 2500):
    285293    </para>
    286294
     
    458466      <seglistitem>
    459467        <seg>
    460           ffmpeg, ffplay, ffprobe, ffserver, and
    461           qt-faststart
     468          ffmpeg, ffplay, ffprobe, ffserver, and qt-faststart
    462469        </seg>
    463470        <seg>
     
    467474        </seg>
    468475        <seg>
    469           /usr/include/{libavcodec,libavdevice,libavfilter,libavformat},
    470           /usr/include/{libavutil,libpostproc,libswresample,libswscale},
     476          /usr/include/lib{avcodec,avdevice,avfilter,avformat},
     477          /usr/include/lib{avutil,postproc,swresample,swscale},
    471478          /usr/share/doc/ffmpeg-&ffmpeg-version;, and
    472479          /usr/share/ffmpeg
Note: See TracChangeset for help on using the changeset viewer.