diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2024-11-08 12:29:17 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2024-11-08 12:29:17 -0600 |
commit | f7a7fc453514ad9763bdc96b1568e22613c06c56 (patch) | |
tree | c0e8eae298dc1d252f8b33323e39949184c10d6c | |
parent | 289441f76703e56b9c8188b9317b3df25f0ef5dc (diff) |
Update to intel-media-driver-24.3.4
-rw-r--r-- | introduction/welcome/changelog.xml | 10 | ||||
-rw-r--r-- | multimedia/libdriv/intel-media.xml | 8 | ||||
-rw-r--r-- | packages.ent | 2 |
3 files changed, 15 insertions, 5 deletions
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 6f18cbe848..e1cf091e7f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -39,6 +39,16 @@ </listitem> --> <listitem> + <para>November 8th, 2024</para> + <itemizedlist> + <listitem> + <para>[renodr] - Update to intel-media-driver-24.3.4. Partially fixes + <ulink url="&blfs-ticket-root;20573">#20573</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>November 7th, 2024</para> <itemizedlist> <listitem> diff --git a/multimedia/libdriv/intel-media.xml b/multimedia/libdriv/intel-media.xml index cdb1229b4a..aa7ad3c68b 100644 --- a/multimedia/libdriv/intel-media.xml +++ b/multimedia/libdriv/intel-media.xml @@ -8,9 +8,9 @@ <!ENTITY intel-media-download-http "https://github.com/intel/media-driver/archive/intel-media-&intel-media-version;.tar.gz"> <!ENTITY intel-media-download-ftp " "> - <!ENTITY intel-media-md5sum "c602d9a3ebebb2ad8a5239dc5951c65b"> - <!ENTITY intel-media-size "25 MB"> - <!ENTITY intel-media-buildsize "2.1 GB (360 MB installed with a single GPU model)"> + <!ENTITY intel-media-md5sum "23b9c4b759bcc26956b39fe906f53dc1"> + <!ENTITY intel-media-size "26 MB"> + <!ENTITY intel-media-buildsize "2.1 GB (211 MB installed with a single GPU model)"> <!ENTITY intel-media-time "3.8 SBU (with parallelism=4 and a single GPU model)"> ]> @@ -139,7 +139,7 @@ complete the build --> <para> If you know the model of your Intel GPU, you can pass the - <option>-D{GEN{8,9,11,12},MTL,ARL}=OFF</option> option to the + <option>-D{GEN{8,9,11,12},MTL,ARL,LNL,BMG}=OFF</option> option to the <command>cmake</command> command but leaving the option for your GPU out. Note that the <quote>GEN</quote> number here is the generation of the GPU, not the CPU. For example, with an Intel diff --git a/packages.ent b/packages.ent index 371bee3786..46de9a557b 100644 --- a/packages.ent +++ b/packages.ent @@ -1115,7 +1115,7 @@ <!ENTITY gst10-libav-version "1.24.9"> <!-- Even minors only --> <!-- ENTITY gstreamer-vaapi-version "1.24.6"> Even minors only --> <!ENTITY id3lib-version "3.8.3"> -<!ENTITY intel-media-version "24.2.5"> +<!ENTITY intel-media-version "24.3.4"> <!ENTITY liba52-version "0.8.0"> <!ENTITY libao-version "1.2.0"> <!ENTITY libaom-version "3.9.1"> |