Changeset e43e647


Ignore:
Timestamp:
02/13/2018 04:48:05 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
b7a66395
Parents:
8753831e
Message:

x264-20180212-2245 for coming 8.2 release
ffmpeg-3.4.2
GLU is required for vaapi support in xine-libs

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8753831e re43e647  
    4545      <para>February 13th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to ffmpeg-3.4.2. Fixes
     49          <ulink url="&blfs-ticket-root;10369">#10369</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to x264-20180212-2245 for upcoming
     53          8.2 release. Ticket
     54          <ulink url="&blfs-ticket-root;7555">#7555</ulink>.</para>
     55        </listitem>
    4756        <listitem>
    4857          <para>[pierre] - Update to dovecot-2.3.0. Fixes
  • multimedia/libdriv/x264.xml

    r8753831e re43e647  
    77  <!ENTITY x264-download-http "https://download.videolan.org/x264/snapshots/x264-snapshot-&x264-version;-stable.tar.bz2 ">
    88  <!ENTITY x264-download-ftp  " ">
    9   <!ENTITY x264-md5sum        "b1760207e70355f24d30ad44d13d3589">
    10   <!ENTITY x264-size          "720 KB">
    11   <!ENTITY x264-buildsize     "8.4 MB">
    12   <!ENTITY x264-time          "0.2 SBU">
     9  <!ENTITY x264-md5sum        "c67de2227b6ca7a400951698334c5dcc">
     10  <!ENTITY x264-size          "733 KB">
     11  <!ENTITY x264-buildsize     "9.9 MB">
     12  <!ENTITY x264-time          "0.3 SBU">
    1313]>
    1414
  • multimedia/libdriv/xine-lib.xml

    r8753831e re43e647  
    9191      <xref linkend="libmng"/>,
    9292      <xref linkend="libtheora"/>,
    93       <xref linkend="libva"/>,
     93      <xref linkend="libva"/> (requires <xref role="nodep" linkend="glu"/>),
    9494      <xref linkend="libvdpau"/>,
    9595      <xref linkend="libvorbis"/>,
     
    191191      directory instead of the default <filename
    192192      class="directory">/usr/share/doc/xine-lib</filename>.
     193    </para>
     194
     195    <para>
     196      <option>--disable-vaapi</option>: use this switch if <xref
     197      linkend="libva"/> is installed and <xref linkend="glu"/>
     198      is not, to prevent a build failure.
    193199    </para>
    194200
  • multimedia/videoutils/ffmpeg.xml

    r8753831e re43e647  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "726212db1b8a7eff6c25a2bc2e6fa75c">
     9  <!ENTITY ffmpeg-md5sum        "cbf4ead227fcedddf54c86013705a988">
    1010  <!ENTITY ffmpeg-size          "8.1 MB">
    11   <!ENTITY ffmpeg-buildsize     "137 MB (add 2.7 GB for the FATE suite/tests, add 17 MB for docs)">
    12   <!ENTITY ffmpeg-time          "1.4 SBU (using parallelism=4; add 5.1 SBU to run the FATE suite after sample files are downloaded; add 0.4 SBU for docs)">
     11  <!ENTITY ffmpeg-buildsize     "188 MB (add 3.1 GB for the FATE suite/tests, add 17 MB for docs)">
     12  <!ENTITY ffmpeg-time          "1.5 SBU (using parallelism=4; add 1 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.4 SBU for docs)">
    1313]>
    1414
     
    451451      <seglistitem>
    452452        <seg>
    453                 ffmpeg, ffplay, ffprobe, ffserver, and qt-faststart
     453          ffmpeg, ffplay, ffprobe, ffserver, and qt-faststart
    454454        </seg>
    455455        <seg>
  • packages.ent

    r8753831e re43e647  
    821821<!ENTITY taglib-version               "1.11.1">
    822822<!ENTITY v4l-utils-version            "1.14.2">
    823 <!ENTITY x264-version                 "20170822-2245">
     823<!ENTITY x264-version                 "20180212-2245">
    824824<!ENTITY x265-version                 "2.6">
    825825<!ENTITY xine-lib-version             "1.2.8">
     
    844844
    845845<!-- Chapter 48 -->
    846 <!ENTITY ffmpeg-version               "3.4.1">
     846<!ENTITY ffmpeg-version               "3.4.2">
    847847<!ENTITY mplayer-version              "1.3.0">
    848848<!ENTITY xine-ui-version              "0.99.10">
Note: See TracChangeset for help on using the changeset viewer.