Changeset cb68ca5 for x


Ignore:
Timestamp:
05/13/2014 06:53:33 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
5a5f9f3
Parents:
71ed812
Message:

Update to xf86-input-evdev-2.8.4.
Update to xf86-input-synaptics-1.7.6.
Update to libva-1.3.1/libva-intel-driver-1.3.1.

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

Location:
x/installing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libva.xml

    r71ed812 rcb68ca5  
    99  <!ENTITY libva-download-http "&libva-http;/libva/libva-&libva-version;.tar.bz2">
    1010  <!ENTITY libva-download-ftp  " ">
    11   <!ENTITY libva-md5sum        "471bef887e92437914a7e1f799995570">
    12   <!ENTITY libva-size          "748 KB">
    13   <!ENTITY libva-buildsize     "15 MB">
    14   <!ENTITY libva-time          "0.2 SBU">
     11  <!ENTITY libva-md5sum        "eb4db967f068854444b597071c66b480">
     12  <!ENTITY libva-size          "744 KB">
     13  <!ENTITY libva-buildsize     "18 MB">
     14  <!ENTITY libva-time          "0.3 SBU">
    1515
    1616  <!ENTITY libva-intel-driver-download-http "&libva-http;/libva-intel-driver/libva-intel-driver-&libva-intel-driver-version;.tar.bz2">
    1717  <!ENTITY libva-intel-driver-download-ftp  " ">
    18   <!ENTITY libva-intel-driver-md5sum        "26d5cb188b93e415e70ee662aad924f1">
    19   <!ENTITY libva-intel-driver-size          "944 KB">
    20   <!ENTITY libva-intel-driver-buildsize     "24 MB">
    21   <!ENTITY libva-intel-driver-time          "0.1 SBU">
     18  <!ENTITY libva-intel-driver-md5sum        "0d6f1ca655130bac8edf3fc8a8dada48">
     19  <!ENTITY libva-intel-driver-size          "928 KB">
     20  <!ENTITY libva-intel-driver-buildsize     "26 MB">
     21  <!ENTITY libva-intel-driver-time          "0.4 SBU">
    2222]>
    2323
     
    5151    </para>
    5252
    53     &lfs75_built;
     53    &lfs75_checked;
    5454
    5555    <bridgehead renderas="sect4">Package Information</bridgehead>
     
    147147    </para>
    148148
    149 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     149<screen><userinput>mkdir -p m4              &amp;&amp;
     150autoreconfig -f          &amp;&amp;
     151./configure $XORG_CONFIG &amp;&amp;
    150152make</userinput></screen>
    151153
     
    171173    </para>
    172174
    173 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     175<screen><userinput>mkdir -p m4              &amp;&amp;
     176autoreconfig -f          &amp;&amp;
     177./configure $XORG_CONFIG &amp;&amp;
    174178make</userinput></screen>
    175179
     
    186190  </sect3>
    187191
     192  <sect3 role="commands">
     193    <title>Command Explanations</title>
     194
     195    <para>
     196      <command>mkdir -p m4</command>: This command prevents an error
     197      that may occur when running autoreconfig.
     198    </para>
     199
     200    <para>
     201      <command>autoreconfig -f</command>: This command regenerates
     202      the configure script to prevent a mandatory test for
     203      wayland-scanner when configuring.
     204    </para>
     205
     206  </sect3>
     207 
    188208  <sect3 role="content">
    189209    <title>Contents</title>
  • x/installing/x7driver-evdev.xml

    r71ed812 rcb68ca5  
    55  %general-entities;
    66
    7   <!ENTITY xorg-evdev-driver-version "2.8.3">
     7  <!ENTITY xorg-evdev-driver-version "2.8.4">
    88
    99  <!ENTITY xorg-evdev-driver-download-http "&xorg-download-http;/driver/xf86-input-evdev-&xorg-evdev-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-evdev-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-input-evdev-&xorg-evdev-driver-version;.tar.bz2">
    11   <!ENTITY xorg-evdev-driver-md5sum        "a1178aa1b51ea0e1ef618a08cce02e44">
     11  <!ENTITY xorg-evdev-driver-md5sum        "3789fdc273eaf68572ed21236877dc2a">
    1212  <!ENTITY xorg-evdev-driver-size          "364 KB">
    13   <!ENTITY xorg-evdev-driver-buildsize     "3.9 MB">
     13  <!ENTITY xorg-evdev-driver-buildsize     "4.0 MB">
    1414  <!ENTITY xorg-evdev-driver-time          "less than 0.1 SBU">
    1515]>
  • x/installing/x7driver-synaptics.xml

    r71ed812 rcb68ca5  
    55  %general-entities;
    66
    7   <!ENTITY xorg-synaptics-driver-version "1.7.5">
     7  <!ENTITY xorg-synaptics-driver-version "1.7.6">
    88
    99  <!ENTITY xorg-synaptics-driver-download-http "&xorg-download-http;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-synaptics-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.bz2">
    11   <!ENTITY xorg-synaptics-driver-md5sum        "09c225a42bb9009f2e2a3d1dd2e368b3">
    12   <!ENTITY xorg-synaptics-driver-size          "444 KB">
    13   <!ENTITY xorg-synaptics-driver-buildsize     "2.2 MB">
    14   <!ENTITY xorg-synaptics-driver-time          " less than 0.1 SBU">
     11  <!ENTITY xorg-synaptics-driver-md5sum        "f1a501caa0da0bf0e78f249c5ed9bd73">
     12  <!ENTITY xorg-synaptics-driver-size          "452 KB">
     13  <!ENTITY xorg-synaptics-driver-buildsize     "5.7 MB">
     14  <!ENTITY xorg-synaptics-driver-time          "0.1 SBU">
    1515]>
    1616
Note: See TracChangeset for help on using the changeset viewer.