Ignore:
Timestamp:
06/03/2017 09:56:28 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
a4f37269
Parents:
5f8f3c5
Message:

Update to fontconfig-2.12.3.
Update to mesa-17.1.1.
Update to xterm-328.
Update to xkeyboard-config-2.21.
Update to libva/intel-vaapi-1.6.2 xorg drivers.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libva.xml

    r5f8f3c5 r14bf879  
    99  <!ENTITY libva-download-http "&libva-http;/libva/libva-&libva-version;.tar.bz2">
    1010  <!ENTITY libva-download-ftp  " ">
    11   <!ENTITY libva-md5sum        "a881c7f9c67bfd0f8bffac3bb535aaf2">
    12   <!ENTITY libva-size          "432 KB">
    13   <!ENTITY libva-buildsize     "7.0 MB">
    14   <!ENTITY libva-time          "less than 0.1 SBU">
    15 
    16   <!ENTITY libva-intel-driver-download-http "&libva-http;/libva-intel-driver/libva-intel-driver-&libva-intel-driver-version;.tar.bz2">
     11  <!ENTITY libva-md5sum        "2ce6901495b64f4cc26dd0fb53eb5b14">
     12  <!ENTITY libva-size          "452 KB">
     13  <!ENTITY libva-buildsize     "7.1 MB">
     14  <!ENTITY libva-time          "0.2 SBU">
     15
     16  <!ENTITY libva-intel-driver-download-http "&libva-http;/libva/libva/intel-vaapi-&libva-intel-driver-version;.tar.bz2">
    1717  <!ENTITY libva-intel-driver-download-ftp  " ">
    18   <!ENTITY libva-intel-driver-md5sum        "5b266e605905a3676b63b8bc93a2ffc8">
    19   <!ENTITY libva-intel-driver-size          "1.5 MB">
    20   <!ENTITY libva-intel-driver-buildsize     "44 MB">
     18  <!ENTITY libva-intel-driver-md5sum        "fd70a5f739b5d8a8dbf612843ebedf39">
     19  <!ENTITY libva-intel-driver-size          "1.9 MB">
     20  <!ENTITY libva-intel-driver-buildsize     "52 MB">
    2121  <!ENTITY libva-intel-driver-time          "0.3 SBU">
    2222]>
     
    4242       provides access to hardware accelerated video processing, using hardware
    4343       to accelerate video processing in order to offload the central
    44        processing unit (CPU) to decode and encode compressed digital video. VA
     44       processing unit (CPU) to decode and encode compressed digital video. The VA
    4545       API video decode/encode interface is platform and window system
    4646       independent targeted at Direct Rendering Infrastructure (DRI) in the X
     
    5252
    5353    &lfs80_checked;
     54    &gcc7_checked;
    5455
    5556    <bridgehead renderas="sect4">Package Information</bridgehead>
     
    163164
    164165  <sect3 role="installation">
    165     <title>Installation of libva-intel-driver</title>
    166 
    167     <para>
    168       The <application>libva-intel-driver</application> is designed
     166    <title>Installation of intel-vaapi-driver</title>
     167
     168    <para>
     169      The <application>intel-vaapi-driver</application> is designed
    169170      specifically for video cards based on an Intel GPU.
    170       Unpack the libva-intel tarball using the normal procedures
     171      Unpack the intel-vaapi tarball using the normal procedures
    171172      and install the driver by running the following commands:
    172173    </para>
    173174
    174 <screen><userinput>autoreconf -fi           &amp;&amp;
    175 ./configure $XORG_CONFIG &amp;&amp;
     175<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    176176make</userinput></screen>
    177177
     
    185185
    186186<screen role="root"><userinput>make install</userinput></screen>
    187 
    188   </sect3>
    189 
    190   <sect3 role="commands">
    191     <title>Command Explanations</title>
    192 
    193     <para>
    194       <command>autoreconf -fi</command>: This command regenerates
    195       the configure script to prevent a mandatory test for
    196       wayland-scanner when configuring.  It can be omitted if
    197       <xref linkend="wayland"/> has been built.
    198     </para>
    199187
    200188  </sect3>
     
    214202        </seg>
    215203        <seg>
    216           libva-drm.so, libva-egl.so, libva-glx.so, libva.so,
    217           libva-tpi.so, libva-wayland.so, and libva-x11.so
    218         </seg>
    219         <seg>
    220           dummy_drv_video.so and i965_drv_video.so
     204          libva-drm.so,
     205          libva-egl.so,
     206          libva-glx.so,
     207          libva.so,
     208          libva-tpi.so,
     209          libva-wayland.so, and
     210          libva-x11.so
     211        </seg>
     212        <seg>
     213          dummy_drv_video.so and
     214          i965_drv_video.so
    221215        </seg>
    222216        <seg>
Note: See TracChangeset for help on using the changeset viewer.