Changeset 51f2ba1


Ignore:
Timestamp:
01/01/2020 03:15:14 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
741f35be
Parents:
503aae47
Message:

libva-2.6.0
Also change the xml, without changing the rendering, for the sake of alfs

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r503aae47 r51f2ba1  
    4545      <para>January 1st, 2020</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to libva-2.6.0. Fixes
     49          <ulink url="&blfs-ticket-root;12961">#12961</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[ken] - Add option for --disable-elf-hack to thunderbird,
  • packages.ent

    r503aae47 r51f2ba1  
    676676<!ENTITY xinit-version                "1.4.1">
    677677
    678 <!ENTITY libva-version                "2.5.0">
     678<!ENTITY libva-version                "2.6.0">
    679679<!ENTITY libva-intel-driver-version   "2.4.0"> <!-- intel-vaapi-driver -->
    680680<!ENTITY libvdpau-version             "1.3">
  • x/installing/libva.xml

    r503aae47 r51f2ba1  
    77  <!ENTITY libva-download-http "https://github.com/intel/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2">
    88  <!ENTITY libva-download-ftp  " ">
    9   <!ENTITY libva-md5sum        "3688212fb7a87947070f3729e91ff7cf">
    10   <!ENTITY libva-size          "452 KB">
    11   <!ENTITY libva-buildsize     "7.3 MB">
     9  <!ENTITY libva-md5sum        "3dc6d0b213f088509c66e177ef36063d">
     10  <!ENTITY libva-size          "455 KB">
     11  <!ENTITY libva-buildsize     "9.1 MB">
    1212  <!ENTITY libva-time          "less than 0.1 SBU">
    1313
     
    118118        </para>
    119119      </listitem>
     120      <listitem>
     121        <para>
     122          Required patch:
     123          <ulink url="&patch-root;/libva-&libva-version;-issue_355_fix-1.patch"/>
     124        </para>
     125      </listitem>
    120126    </itemizedlist>
    121127
     
    152158    </para></caution>
    153159
     160    <para>
     161      First, fix an issue which appeared just after the release:
     162    </para>
     163
     164<screen><userinput>patch -Np1 -i ../libva-&libva-version;-issue_355_fix-1.patch</userinput></screen>
    154165
    155166    <para>
     
    171182<screen role="root"><userinput>make install</userinput></screen>
    172183
    173   </sect3>
    174 
    175   <sect3 role="installation">
    176     <title>Installation of intel-vaapi-driver</title>
     184  <bridgehead renderas="sect3">Installation of intel-vaapi-driver</bridgehead>
    177185
    178186    <para>
    179187      The <application>intel-vaapi-driver</application> is designed
    180188      specifically for video cards based on an Intel GPU.
    181       Unpack the intel-vaapi tarball using the normal procedures
    182       and install the driver by running the following commands:
     189      Unpack the intel-vaapi tarball:
     190    </para>
     191
     192<screen><userinput>tar -xvf ../intel-vaapi-driver-&libva-intel-driver-version;.tar.bz2 &amp;&amp;
     193cd intel-vaapi-driver-&libva-intel-driver-version;</userinput></screen>
     194
     195    <para>
     196      Install the driver by running the following commands:
    183197    </para>
    184198
Note: See TracChangeset for help on using the changeset viewer.