Changeset 5378451


Ignore:
Timestamp:
04/09/2023 02:35:55 AM (13 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
6f62ab4
Parents:
211a019
Message:

Update to libva-2.18.0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r211a019 r5378451  
    4040    -->
    4141   <listitem>
     42     <para>April 8th, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[renodr] - Update to libva-2.18.0. Fixes
     46         <ulink url="&blfs-ticket-root;17879">#17879</ulink>.</para>
     47       </listitem>
     48     </itemizedlist>
     49   </listitem>
     50
     51   <listitem>
    4252     <para>April 7th, 2023</para>
    4353     <itemizedlist>
  • x/installing/libva.xml

    r211a019 r5378451  
    55  %general-entities;
    66
    7   <!ENTITY libva-version                "2.17.0">
     7  <!ENTITY libva-version                "2.18.0">
    88
    99  <!ENTITY libva-download-http "https://github.com/intel/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2">
    1010  <!ENTITY libva-download-ftp  " ">
    11   <!ENTITY libva-md5sum        "727e7c76102b926c8411b8468fd194f5">
    12   <!ENTITY libva-size          "495 KB">
    13   <!ENTITY libva-buildsize     "9.5 MB">
     11  <!ENTITY libva-md5sum        "b597a43395daebf65f23872b67bcd794">
     12  <!ENTITY libva-size          "496 KB">
     13  <!ENTITY libva-buildsize     "5.4 MB">
    1414  <!ENTITY libva-time          "less than 0.1 SBU">
    1515]>
     
    9595           drivers -->
    9696      <para role='nodep'>
    97         The VA API driver suitable for the hardware:
     97        The VA API driver suitable for the hardware in your system:
    9898        <xref linkend='intel-vaapi-driver'/> (for Intel GPUs provided with
    9999        Haswell CPUs or earlier),
     
    105105        <ulink url='https://nouveau.freedesktop.org/VideoAcceleration.html'>
    106106supported
    107         NVIDIA GPUs</ulink>; there is a circular dependency, read Mesa page
    108         for how to break it)
     107        NVIDIA GPUs</ulink>; there is a circular dependency, read the Mesa page
     108        for information on how to break it)
    109109      </para>
    110110
     
    138138      </para>
    139139
    140 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    141 make</userinput></screen>
     140<screen><userinput>mkdir build &amp;&amp;
     141cd    build &amp;&amp;
     142
     143meson setup --prefix=$XORG_PREFIX --buildtype=release &amp;&amp;
     144ninja</userinput></screen>
    142145
    143146      <para>
     
    149152      </para>
    150153
    151 <screen role="root"><userinput>make install</userinput></screen>
     154<screen role="root"><userinput>ninja install</userinput></screen>
    152155
    153156    </sect3>
Note: See TracChangeset for help on using the changeset viewer.