Ignore:
Timestamp:
06/17/2024 06:33:58 PM (3 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
87fd9f8
Parents:
32ae434
Message:

Update to intel-media-driver-24.1.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/intel-media.xml

    r32ae434 rcf2d4a2a  
    99  <!ENTITY intel-media-download-http "https://github.com/intel/media-driver/archive/intel-media-&intel-media-version;.tar.gz">
    1010  <!ENTITY intel-media-download-ftp  " ">
    11   <!ENTITY intel-media-md5sum        "5e2fffaf1c1972b8791c3cfd59cd6a9e">
     11  <!ENTITY intel-media-md5sum        "2b9607518f01f55e277fdf92ec1ef100">
    1212  <!ENTITY intel-media-size          "25 MB">
    13   <!ENTITY intel-media-buildsize     "2.1 GB (359 MB installed)">
    14   <!ENTITY intel-media-time          "6.3 SBU (with parallelism=4)">
     13  <!ENTITY intel-media-buildsize     "2.4 GB (366 MB installed)">
     14  <!ENTITY intel-media-time          "5.3 SBU (with parallelism=4)">
    1515
    1616]>
     
    7474      </itemizedlist>
    7575
    76 <!--
    7776      <bridgehead renderas="sect2">Additional Downloads</bridgehead>
    7877      <itemizedlist spacing="compact">
     
    8079          <para>
    8180            Required patch:
    82             <ulink url="&patch-root;/intel-media-&intel-media-version;-upstream_fixes-1.patch"/>
     81            <ulink url="&patch-root;/intel-media-&intel-media-version;-gcc14_fixes-1.patch"/>
    8382          </para>
    8483        </listitem>
    8584      </itemizedlist>
    86 -->
    8785
    8886      <note>
     
    142140        <para>
    143141          If you know the model of your Intel GPU, you can pass the
    144           <option>-D{GEN{8,9,11,12},MTL,ARL}=OFF</option> option to the
     142          <option>-D{GEN{8,9,11,12},ARL}=OFF</option> option to the
    145143          <command>cmake</command> command but leaving the option for your
    146144          GPU out.  Note that the <quote>GEN</quote> number here is the
    147145          generation of the GPU, not the CPU.  For example, with an Intel
    148146          Core i7-1065G7 CPU shipping a 11th-generation Intel GPU, the
    149           <option>-D{GEN{8,9,12},MTL,ARL}=OFF</option> option can be used
     147          <option>-D{GEN{8,9,12},ARL}=OFF</option> option can be used
    150148          so the code specific to the other generations of Intel GPUs won't
    151149          be built.
     
    170168      </note>
    171169
    172 <!--
    173       <para>
    174         First, fix a few build failures with GCC-13:
    175       </para>
    176 
    177  <screen><userinput remap="pre">patch -Np1 -i ../intel-media-&intel-media-version;-upstream_fixes-1.patch</userinput></screen>
    178 -->
     170      <para>
     171        First, fix a few build failures with GCC-14:
     172      </para>
     173
     174 <screen><userinput remap="pre">patch -Np1 -i ../intel-media-&intel-media-version;-gcc14_fixes-1.patch</userinput></screen>
    179175
    180176      <para>
Note: See TracChangeset for help on using the changeset viewer.