Changeset 8a154834 for x


Ignore:
Timestamp:
02/03/2017 08:31:46 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
a2453cf6
Parents:
0fdb14c
Message:

Update to libinput-1.6.1.
Update to git-2.11.1.
Update to ristretto-0.8.2.
Update to mesa-13.0.4.
Update to mercurial-4.1.

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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    r0fdb14c r8a154834  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.6.0">
     7  <!ENTITY libinput-version "1.6.1">
    88
    99  <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    1010  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "ed9b435d411462d24d88a87728f6c9d6">
     11  <!ENTITY libinput-md5sum        "7e282344f8ed7ec5cf87ca9fc22674fb">
    1212  <!ENTITY libinput-size          "908 KB">
    13   <!ENTITY libinput-buildsize     "17 MB (add 8 MB for tests)">
    14   <!ENTITY libinput-time          "0.1 SBU (add 14 minutes for tests, not CPU dependent)">
     13  <!ENTITY libinput-buildsize     "25 MB (add 8 MB for tests)">
     14  <!ENTITY libinput-time          "0.3 SBU (add 14 minutes for tests, not CPU dependent)">
    1515]>
    1616
  • x/installing/mesa.xml

    r0fdb14c r8a154834  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/&mesa-version;/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesa-version;/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "24e3fa52c95139dfa9ff5085d0c2ead6">
     9  <!ENTITY mesa-md5sum        "d088a921e935218833a8071cb672a574">
    1010  <!ENTITY mesa-size          "8.7 MB">
    11   <!ENTITY mesa-buildsize     "240 MB (with demos and docs, add 48 MB for tests)">
    12   <!ENTITY mesa-time          "7.5 SBU (with demos and docs, add 0.6 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "297 MB (with demos and docs, add 50 MB for tests)">
     12  <!ENTITY mesa-time          "12.3 SBU (with demos and docs, add 0.6 SBU for tests)">
    1313]>
    1414
     
    105105      <xref linkend="libvdpau"/> (to build VDPAU drivers),
    106106     
    107       <xref linkend="llvm"/> (required for Gallium3D r300 and radeonsi
     107      <xref linkend="llvm"/> (required for Gallium3D, r300, and radeonsi
    108108      drivers and for the llvmpipe software rasterizer. See
    109109      <ulink url="http://www.mesa3d.org/systems.html"/> for more information.)
     
    184184
    185185<screen><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
     186
    186187./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
    187188            --prefix=$XORG_PREFIX           \
Note: See TracChangeset for help on using the changeset viewer.