Ignore:
Timestamp:
10/28/2017 11:28:23 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
1cd0875
Parents:
0791bf00
Message:

Update to intel-vaapi-driver and libva 2.0.0,
but gstreamer-vaapi-1.12.3 is broken until the next
gstreamer release.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libva.xml

    r0791bf00 r5833ccd  
    77  <!ENTITY libva-download-http "https://github.com/01org/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2">
    88  <!ENTITY libva-download-ftp  " ">
    9   <!ENTITY libva-md5sum        "0d498a6ad65d21a8a15f990cb4ea5dff">
    10   <!ENTITY libva-size          "444 KB">
    11   <!ENTITY libva-buildsize     "8.2 MB">
     9  <!ENTITY libva-md5sum        "b863f99b7ae41960a0e2e7a4cc959b46">
     10  <!ENTITY libva-size          "420 KB">
     11  <!ENTITY libva-buildsize     "7.9 MB">
    1212  <!ENTITY libva-time          "0.1 SBU">
    1313
     
    1515  <!ENTITY libva-intel-driver-download-http "https://github.com/01org/intel-vaapi-driver/releases/download/&libva-intel-driver-version;/intel-vaapi-driver-&libva-intel-driver-version;.tar.bz2">
    1616  <!ENTITY libva-intel-driver-download-ftp  " ">
    17   <!ENTITY libva-intel-driver-md5sum        "f2476b4db83954b360281dddb2d1430e">
     17  <!ENTITY libva-intel-driver-md5sum        "1288657b572b563b24ca27c60a10a032">
    1818  <!ENTITY libva-intel-driver-size          "2.1 MB">
    19   <!ENTITY libva-intel-driver-buildsize     "63 MB">
     19  <!ENTITY libva-intel-driver-buildsize     "68 MB">
    2020  <!ENTITY libva-intel-driver-time          "0.3 SBU">
    2121]>
     
    146146    <title>Installation of libva</title>
    147147
     148    <caution><para>If you are reinstalling this package, you will need
     149    to remove the older versions of the libraries.  These are in the
     150    form of libva*.so.1 and any symbolic links pointing to them.  In
     151    addition, any packages that use these files need to be rebuilt.
     152    </para></caution>
     153
     154
    148155    <para>
    149156      Install <application>libva</application> by running the following
     
    197204      <segtitle>Installed Programs</segtitle>
    198205      <segtitle>Installed Libraries</segtitle>
    199       <segtitle>Installed Drivers</segtitle>
     206      <segtitle>Installed Driver</segtitle>
    200207      <segtitle>Installed Directory</segtitle>
    201208
     
    206213        <seg>
    207214          libva-drm.so,
    208           libva-egl.so,
    209215          libva-glx.so,
    210216          libva.so,
    211           libva-tpi.so,
    212217          libva-wayland.so, and
    213218          libva-x11.so
    214219        </seg>
    215220        <seg>
    216           dummy_drv_video.so and
    217221          i965_drv_video.so
    218222        </seg>
Note: See TracChangeset for help on using the changeset viewer.