Changeset 60cda8c for x


Ignore:
Timestamp:
06/05/2023 08:14:29 PM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
d3daa9fe
Parents:
bb0a661 (diff), 7d52b116 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/intel-media-driver.xml

    rbb0a661 r60cda8c  
    55  %general-entities;
    66
    7   <!ENTITY intel-media-driver-version                "23.2.1">
     7  <!ENTITY intel-media-driver-version                "23.2.3">
    88
    99  <!ENTITY intel-media-driver-download-http "https://github.com/intel/media-driver/archive/refs/tags/intel-media-&intel-media-driver-version;.tar.gz">
    1010  <!ENTITY intel-media-driver-download-ftp  " ">
    11   <!ENTITY intel-media-driver-md5sum        "09fff8bcd2d41bd60b08d31cc89defb4">
    12   <!ENTITY intel-media-driver-size          "28 MB">
     11  <!ENTITY intel-media-driver-md5sum        "0fe79c9b7a44302b628c5af082860978">
     12  <!ENTITY intel-media-driver-size          "27 MB">
    1313  <!ENTITY intel-media-driver-buildsize     "2.3 GB (390 MB installed)">
    1414  <!ENTITY intel-media-driver-time          "10 SBU (with parallelism=4)">
     
    6969          <para>
    7070            Estimated build time: &intel-media-driver-time;
     71          </para>
     72        </listitem>
     73      </itemizedlist>
     74
     75      <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76      <itemizedlist spacing="compact">
     77        <listitem>
     78          <para>
     79            Required patch:
     80            <ulink url="&patch-root;/intel-media-driver-&intel-media-driver-version;-upstream_fixes-1.patch"/>
    7181          </para>
    7282        </listitem>
     
    121131
    122132      <para>
     133        First, fix a few build failures with GCC-13:
     134      </para>
     135
     136 <screen><userinput remap="pre">patch -Np1 -i ../intel-media-driver-&intel-media-driver-version;-upstream_fixes-1.patch</userinput></screen>
     137
     138      <para>
    123139        Install <application>intel-media-driver</application> by running the
    124140        following commands:
Note: See TracChangeset for help on using the changeset viewer.