Changeset bc5b7af


Ignore:
Timestamp:
02/10/2019 05:22:47 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
3b28b3e
Parents:
7ae2bfb
Message:

Merge to HEAD 21122.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7ae2bfb rbc5b7af  
    4646      <para>February 10th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to xf86-video-intel-20190208. Updated in 
     50          accordance with
     51          <ulink url="&blfs-ticket-root;5918">#5918</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to x264-snapshot-20190209-2245. Updated in 
     55          accordance with
     56          <ulink url="&blfs-ticket-root;7555">#7555</ulink>.</para>
     57        </listitem>
    4858        <listitem>
    4959          <para>[dj] - Remove instructions to regenerate cacerts file when
  • multimedia/libdriv/x264.xml

    r7ae2bfb rbc5b7af  
    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        "4a40ccc0881ccebd498df11a0fcc8ed8">
     9  <!ENTITY x264-md5sum        "e4a4f7f77edd524a7c31f1f908c98ef8">
    1010  <!ENTITY x264-size          "752 KB">
    11   <!ENTITY x264-buildsize     "11 MB">
     11  <!ENTITY x264-buildsize     "13 MB">
    1212  <!ENTITY x264-time          "0.7 SBU">
    1313]>
  • packages.ent

    r7ae2bfb rbc5b7af  
    949949<!ENTITY taglib-version               "1.11.1">
    950950<!ENTITY v4l-utils-version            "1.16.3">
    951 <!ENTITY x264-version                 "20180819-2245">
     951<!ENTITY x264-version                 "20190209-2245">
    952952<!ENTITY x265-version                 "3.0">
    953953<!ENTITY xine-lib-version             "1.2.9">
  • x/installing/x7driver-intel.xml

    r7ae2bfb rbc5b7af  
    1313
    1414  <!--<!ENTITY xorg-intel-driver-version "2.99.917">-->
    15   <!ENTITY xorg-intel-driver-version "20180223">
     15  <!ENTITY xorg-intel-driver-version "20190208">
    1616
    1717  <!ENTITY xorg-intel-driver-download-http "&sources-anduin-http;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
    1818  <!ENTITY xorg-intel-driver-download-ftp  "&sources-anduin-ftp;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
    19   <!ENTITY xorg-intel-driver-md5sum        "bca9c6bbada7dc5a19252e930c1bc587">
    20   <!ENTITY xorg-intel-driver-size          "940 KB">
    21   <!ENTITY xorg-intel-driver-buildsize     "64 MB">
     19  <!ENTITY xorg-intel-driver-md5sum        "f107c6b3ab5f5bc2ac8f601a63db8fe9">
     20  <!ENTITY xorg-intel-driver-size          "944 KB">
     21  <!ENTITY xorg-intel-driver-buildsize     "83 MB">
    2222  <!ENTITY xorg-intel-driver-time          "0.6 SBU">
    2323]>
  • x/lib/qtwebengine.xml

    r7ae2bfb rbc5b7af  
    9696    </itemizedlist>
    9797
     98<!-- The patch is not needed anymore for 5.12.1
    9899    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    99100    <itemizedlist spacing="compact">
     
    105106      </listitem>
    106107    </itemizedlist>
    107 
     108-->
    108109    <bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
    109110
     
    152153
    153154    <para>
    154       Install <application>qtwebengine</application> by running the following
    155       commands:
    156     </para>
    157 
    158     <para>
    159155      First, ensure that the local headers are available when not building as
    160156      part of the complete <xref linkend="qt5"/>:
     
    174170<screen role="root"><userinput>mv -v ${QT5DIR}/lib/libQtWebEngineCore.so{,.old}</userinput></screen>
    175171
     172<!-- Not needed for 5.12.1
    176173    <para>
    177174      If you are building on a 32-bit i686 system, GCC changed the alignof
     
    182179
    183180<screen><userinput>patch -Np1 -i ../qtwebengine-&qtwebengine-version;-i686_alignof_fix-1.patch</userinput></screen>
     181-->
     182    <para>
     183      Install <application>qtwebengine</application> by running the following
     184      commands:
     185    </para>
    184186
    185187<screen><userinput>mkdir build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.