Changeset 5833ccd


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0791bf00 r5833ccd  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to intel-vaapi-driver and libva 2.0.0.
     50          Fixes
     51          <ulink url="&blfs-ticket-root;9922">#9922</ulink>, but
     52          gstreamer-vaapi-1.12.3 is broken until the next
     53          gstreamer release.</para>
     54        </listitem>
     55        <listitem>
    4956          <para>[dj] - Update to gnome-logs-3.26.0.</para>
    5057        </listitem>
  • multimedia/libdriv/gstreamer10-vaapi.xml

    r0791bf00 r5833ccd  
    3636      MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
    3737    </para>
     38
     39    <warning><para>This page is a placeholder for now.  The package
     40    does not build with <xref linkend="libva"/>.  The page will be
     41    updated with the next release of the gstreamer packages.
     42    </para></warning>
     43
    3844
    3945    &lfs81_checked;
  • packages.ent

    r0791bf00 r5833ccd  
    816816
    817817<!-- Chapter 46 -->
    818 <!ENTITY libva-version                "1.8.3">
    819 <!ENTITY libva-intel-driver-version   "1.8.3"> <!-- intel-vaapi-driver -->
     818<!ENTITY libva-version                "2.0.0">
     819<!ENTITY libva-intel-driver-version   "2.0.0"> <!-- intel-vaapi-driver -->
    820820<!ENTITY libvdpau-version             "1.1.1">
    821821<!ENTITY libvdpau-va-gl-version       "0.4.0">
  • 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.