Changeset 0f09c2b8


Ignore:
Timestamp:
10/05/2018 07:12:41 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d2a47be4
Parents:
e84b992c
Message:

Update to mesa-18.2.2
Update to wayland-protocols-1.16
Update to libdrm-2.4.85

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20582 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland-protocols.xml

    re84b992c r0f09c2b8  
    77  <!ENTITY wayland-protocols-download-http "https://wayland.freedesktop.org/releases/wayland-protocols-&wayland-protocols-version;.tar.xz">
    88  <!ENTITY wayland-protocols-download-ftp  " ">
    9   <!ENTITY wayland-protocols-md5sum        "d75ec11e8443946b4795e4be1cf22db8">
    10   <!ENTITY wayland-protocols-size          "100 KB">
    11   <!ENTITY wayland-protocols-buildsize     "1.1 MB (with tests)">
     9  <!ENTITY wayland-protocols-md5sum        "e0b523ff162e30bab46be1d65d527683">
     10  <!ENTITY wayland-protocols-size          "104 KB">
     11  <!ENTITY wayland-protocols-buildsize     "1.6 MB (with tests)">
    1212  <!ENTITY wayland-protocols-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    9292    </para>
    9393
    94 <!-- Spaces are significant in <screen> sections -->
    9594<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9695make</userinput></screen>
  • introduction/welcome/changelog.xml

    re84b992c r0f09c2b8  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to libdrm-2.4.95. Fixes
     50          <ulink url="&blfs-ticket-root;11211">#11211</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to wayland-protocols-1.16. Fixes
     54          <ulink url="&blfs-ticket-root;11138">#11138</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[renodr] - Update to Mesa-18.2.2. Fixes
     58          <ulink url="&blfs-ticket-root;11175">#11175</ulink>.</para>
     59        </listitem>
     60        <listitem>
    4961          <para>[renodr] - Update to harfbuzz-1.9.0. Fixes
    5062          <ulink url="&blfs-ticket-root;11133">#11133</ulink>.</para>
  • packages.ent

    re84b992c r0f09c2b8  
    134134<!ENTITY libcroco-version             "0.6.12">
    135135<!ENTITY libdaemon-version            "0.14">
    136 <!ENTITY libdrm-version               "2.4.94">
     136<!ENTITY libdrm-version               "2.4.95">
    137137<!ENTITY libepoxy-minor               "1.5">
    138138<!ENTITY libepoxy-version             "&libepoxy-minor;.2">
     
    191191<!ENTITY telepathy-glib-version       "0.24.1">
    192192<!ENTITY wayland-version              "1.16.0">
    193 <!ENTITY wayland-protocols-version    "1.15">
     193<!ENTITY wayland-protocols-version    "1.16">
    194194<!ENTITY wv-version                   "1.2.9">
    195195<!ENTITY xapian-version               "1.4.7">
     
    545545<!ENTITY xkeyboard-config-version     "2.24">
    546546<!ENTITY mesa-major-minor             "18.2">
    547 <!ENTITY mesa-version                 "&mesa-major-minor;.0">
     547<!ENTITY mesa-version                 "&mesa-major-minor;.2">
    548548<!ENTITY xcb-util-version             "0.4.0">
    549549<!ENTITY xcb-util-image-version       "0.4.0">
  • x/installing/mesa.xml

    re84b992c r0f09c2b8  
    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        "88e1a7f31f259cec69bb76b3cb10c956">
     9  <!ENTITY mesa-md5sum        "5931dd76a7533c7c5e702a4e5c00d3bb">
    1010  <!ENTITY mesa-size          "11 MB">
    11   <!ENTITY mesa-buildsize     "352 MB (with demos and docs, add 42 MB for tests)">
    12   <!ENTITY mesa-time          "2.3 SBU (with parallelism=4, demos, and docs; add 1.0 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "422 MB (with demos and docs, add 69 MB for tests)">
     12  <!ENTITY mesa-time          "2.4 SBU (with parallelism=4, demos, and docs; add 0.6 SBU for tests)">
    1313]>
    1414
     
    104104    <bridgehead renderas="sect4">Recommended</bridgehead>
    105105    <para role="recommended">
    106       <!-- <xref linkend="elfutils"/> (required for the radeonsi driver), -->
    107106     
    108107      <phrase revision="systemd"><xref linkend="libva"/> (to build drivers for
     
    182181            --prefix=$XORG_PREFIX              \
    183182            --sysconfdir=/etc                  \
    184             --enable-texture-float             \
    185183            --enable-osmesa                    \
    186184            --enable-xa                        \
     
    245243      for some of the package components.
    246244    </para>
    247 
    248     <para>
    249       <parameter>--enable-texture-float</parameter>: This switch enables
     245<!--
     246    <para>
     247      <parameter>- -enable-texture-float</parameter>: This switch enables
    250248      floating-point textures and render buffers. Please consult
    251249      <filename>docs/patents.txt</filename> to see if there are
    252250      any legal issues if you use this feature.
    253251    </para>
     252    Removed in 18.2.0
     253-->
    254254
    255255    <para>
     
    314314     which has been removed at r17757. Keeping as a comment in case we
    315315     reintroduce that driver. AVX libs are restored in version 18.0.1 -->
    316           libswrAVX.so,
    317           libswrAVX2.so,
     316<!--          libswrAVX.so,
     317          libswrAVX2.so, -->
    318318          libwayland-egl.so (if built with <application>Wayland</application>)
     319          <!-- Does not appear to be present even with Wayland installed in 18.2.2.
     320          Further verification on a GNOME and Plasma system required. -->
    319321          libxatracker.so,
    320322          libXvMCnouveau.so,
  • x/lib/libdrm.xml

    re84b992c r0f09c2b8  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "e9803233838007047f39eb385c70d9e0">
    10   <!ENTITY libdrm-size          "812 KB">
    11   <!ENTITY libdrm-buildsize     "11 MB">
    12   <!ENTITY libdrm-time          "less than 0.1 SBU (add 0.8 SBU for tests)">
     9  <!ENTITY libdrm-md5sum        "41b9ed196a27f5dc7fb88412b704e9fd">
     10  <!ENTITY libdrm-size          "804 KB">
     11  <!ENTITY libdrm-buildsize     "13 MB">
     12  <!ENTITY libdrm-time          "0.9 SBU (with tests)">
    1313]>
    1414
     
    111111
    112112    <para>
    113       To check the results, issue <command>ninja test</command>. Tests may hang
    114       for unknown reasons. <!-- If nouveau threaded test hangs, you can disable it
     113      To check the results, issue <command>ninja test</command>. <!-- Tests may hang
     114      for unknown reasons. --><!-- If nouveau threaded test hangs, you can disable it
    115115      with
    116116      <command>sed -i 's/^TESTS/#&amp;/' tests/nouveau/Makefile.in</command>. -->
Note: See TracChangeset for help on using the changeset viewer.