Changeset ab75b52


Ignore:
Timestamp:
04/09/2023 07:17:45 PM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
bc131697
Parents:
31b5fdf
Message:

Update to mesa-23.0.2.

Changed to an unversioned mesa-add_xdemos-1.patch sonce it never changes.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r31b5fdf rab75b52  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[bdubbs] - Update to mesa-23.0.2. Fixes
     46         <ulink url="&blfs-ticket-root;17906">#17906</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[bdubbs] - Update to libpcap-1.10.4. Fixes
    4650         <ulink url="&blfs-ticket-root;17905">#17905</ulink>.</para>
  • packages.ent

    r31b5fdf rab75b52  
    768768<!ENTITY xcb-util-cursor-version      "0.1.4">
    769769<!ENTITY mesa-major-minor             "23.0">
    770 <!ENTITY mesa-version                 "&mesa-major-minor;.1">
     770<!ENTITY mesa-version                 "&mesa-major-minor;.2">
    771771<!ENTITY xbitmaps-version             "1.1.3">
    772772<!ENTITY xcursor-themes-version       "1.0.7">
  • x/installing/mesa.xml

    r31b5fdf rab75b52  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "a95c1528b2a5cb4d6a1a0b77554de1a6">
     9  <!ENTITY mesa-md5sum        "ffea65f5dd7f1be1e4f941ad990a3ae7">
    1010  <!ENTITY mesa-size          "17 MB">
    11   <!ENTITY mesa-buildsize     "527 MB (with docs, add 205 MB for tests)">
    12   <!ENTITY mesa-time          "2.4 SBU (Using parallelism=4; with docs, add 0.7 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "440 MB (with docs, add 205 MB for tests)">
     12  <!ENTITY mesa-time          "2.2 SBU (Using parallelism=4; with docs, add 0.7 SBU for tests)">
    1313]>
    1414
     
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     78    <!-- 9 Apr 23.  Change to unversioned patch since it never changes. -->
    7879      <listitem>
    7980        <para>
    8081          Recommended patch:
    81           <ulink url="&patch-root;/mesa-&mesa-version;-add_xdemos-1.patch"/>
     82          <ulink url="&patch-root;/mesa-add_xdemos-1.patch"/>
    8283          (installs 2 demo programs for testing Mesa - not needed if you
    8384          install the <ulink url="https://archive.mesa3d.org/demos/">
     
    161162    </para>
    162163
    163 <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>
     164<!--<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>-->
     165<screen><userinput>patch -Np1 -i ../mesa-add_xdemos-1.patch</userinput></screen>
    164166
    165167   <!-- Note that freedreno, vc4, and virgl all need special support from
Note: See TracChangeset for help on using the changeset viewer.