Changeset d1afdf5 for x/installing


Ignore:
Timestamp:
03/03/2020 01:51:58 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7b2ff439
Parents:
1b9f28f
Message:

Update to libinput-1.15.2.
Update to libevdev-1.9.0.
Update to xkbcomp-1.4.3 (Xorg App).
Update to mesa-20.0.0.
Update to wayland-protocols-1.20.
Update to libxcb-1.14.
Update to xcb-proto-1.14.
Update to Mako-1.1.2 (Python Module).

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

Location:
x/installing
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libevdev.xml

    r1b9f28f rd1afdf5  
    55  %general-entities;
    66
    7   <!ENTITY libevdev-version "1.8.0">
     7  <!ENTITY libevdev-version "1.9.0">
    88
    99  <!ENTITY libevdev-download-http "https://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz">
    1010  <!ENTITY libevdev-download-ftp  " ">
    11   <!ENTITY libevdev-md5sum        "879631080be18526737e33b63d848039">
    12   <!ENTITY libevdev-size          "432 KB">
    13   <!ENTITY libevdev-buildsize     "8.3 MB (with tests)">
     11  <!ENTITY libevdev-md5sum        "13c3f0911f9326d4b9fa103365f84421">
     12  <!ENTITY libevdev-size          "436 KB">
     13  <!ENTITY libevdev-buildsize     "8.4 MB (with tests)">
    1414  <!ENTITY libevdev-time          "0.2 SBU (with tests)">
    1515]>
  • x/installing/libinput.xml

    r1b9f28f rd1afdf5  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.15.1">
     7  <!ENTITY libinput-version "1.15.2">
    88
    99  <!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    1010  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "93850756b6c07aafb49d5226e88fdc81">
     11  <!ENTITY libinput-md5sum        "eb6bd2907ad33d53954d70dfb881a643">
    1212  <!ENTITY libinput-size          "568 KB">
    1313  <!ENTITY libinput-buildsize     "12 MB">
  • x/installing/libxcb.xml

    r1b9f28f rd1afdf5  
    55  %general-entities;
    66
    7   <!ENTITY libxcb-download-http "https://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
     7  <!ENTITY libxcb-download-http "https://xorg.freedesktop.org/archive/individual/lib/libxcb-&libxcb-version;.tar.xz">
    88  <!ENTITY libxcb-download-ftp  " ">
    9   <!ENTITY libxcb-md5sum        "f33cdfc67346f7217a9326c0d8679975">
    10   <!ENTITY libxcb-size          "496 KB">
    11   <!ENTITY libxcb-buildsize     "43 MB (with tests, add 62 MB for doxygen docs)">
     9  <!ENTITY libxcb-md5sum        "f90b6e4541e9518b4c373b734f475ae7">
     10  <!ENTITY libxcb-size          "432 KB">
     11  <!ENTITY libxcb-buildsize     "27 MB (with tests, add 62 MB for doxygen docs)">
    1212  <!ENTITY libxcb-time          "0.2 SBU (with tests, add 1.4 SBU for doxygen docs)">
    1313]>
     
    5959    </itemizedlist>
    6060
    61 <!--
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing="compact">
    64       <listitem>
    65         <para>
    66           Required patch (for Python 3): <ulink
    67           url="&patch-root;/libxcb-&libxcb-version;-python3-1.patch"/>
    68         </para>
    69       </listitem>
    70     </itemizedlist>
    71 -->
    7261    <bridgehead renderas="sect3">libxcb Dependencies</bridgehead>
    7362
     
    9786    <title>Installation of libxcb</title>
    9887
    99 <!--
    100     <para>
    101       If building with Python 3, issue the following command:
    102     </para>
    103 
    104 <screen><userinput>patch -Np1 -i ../libxcb-&libxcb-version;-python3-1.patch</userinput></screen>
    105 -->
    10688    <para>Install <application>libxcb</application> by running the following
    10789    commands:</para>
     
    11395            --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
    11496make</userinput></screen>
    115 
    116     <para>
    117       If you wish to run the tests, adapt the test suite to Check-0.13.0+
    118       using the following commands:
    119     </para>
    120 
    121 <screen><userinput>sed -i "s/TFun tf/const TTest *tt/" tests/check_all.c tests/check_suites.h &amp;&amp;
    122 sed -i "s/tcase_add_test(tc, tf);/tcase_add_test(tc, tt);/" tests/check_all.c</userinput></screen>
    12397
    12498    <para>To test the results, issue: <command>make check</command>.</para>
     
    136110    sed removes a dependency on the libpthread-stubs package which is useless on
    137111    Linux.</para>
    138 
    139 <!-- enabled by default in libxcb-1.13
    140     <para><parameter>-\-enable-xinput</parameter>: This switch enables XCB Xinput
    141     extension.</para>
    142 -->
    143112
    144113    <para><parameter>--without-doxygen</parameter>: Do not use doxygen to
  • x/installing/mesa.xml

    r1b9f28f rd1afdf5  
    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        "09e7700d9af511384d131fb77b5802cb">
    10   <!ENTITY mesa-size          "11 MB">
    11   <!ENTITY mesa-buildsize     "398 MB (with demos and docs), add 204 MB for tests">
    12   <!ENTITY mesa-time          "2.4 SBU (with parallelism=4, demos, and docs), add 0.3 SBU for tests">
     9  <!ENTITY mesa-md5sum        "681229d992bbd6250a5be4f308708795">
     10  <!ENTITY mesa-size          "12 MB">
     11  <!ENTITY mesa-buildsize     "411 MB (with demos and docs), add 258 MB for tests">
     12  <!ENTITY mesa-time          "2.4 SBU (with parallelism=4, demos, and docs), add 0.4 SBU for tests">
    1313]>
    1414
     
    8080    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8181    <itemizedlist spacing="compact">
    82       <listitem>
    83         <para>
    84           Required patch:
    85           <ulink
    86             url="&patch-root;/mesa-&mesa-version;-fix_svga_vmwgfx_segfaults-1.patch"/>
    87         </para>
    88       </listitem>
    8982      <listitem>
    9083        <para>
     
    161154  <sect2 role="installation">
    162155    <title>Installation of Mesa</title>
    163 
    164     <para>
    165       First, fix a problem when using Xorg with any device that uses the SVGA
    166       driver:
    167     </para>
    168 
    169 <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-fix_svga_vmwgfx_segfaults-1.patch</userinput></screen>
    170156
    171157    <para>
  • x/installing/x7app.xml

    r1b9f28f rd1afdf5  
    6868  <!ENTITY xinput-md5sum                   "ac6b7432726008b2f50eba82b0e2dbe4">
    6969
    70   <!ENTITY xkbcomp-version                 "1.4.2">
    71   <!ENTITY xkbcomp-md5sum                  "12610df19df2af3797f2c130ee2bce97">
     70  <!ENTITY xkbcomp-version                 "1.4.3">
     71  <!ENTITY xkbcomp-md5sum                  "6e4751d99373f85d459ab4dff28893f5">
    7272
    7373  <!ENTITY xkbevd-version                  "1.1.4">
  • x/installing/xcb-proto.xml

    r1b9f28f rd1afdf5  
    55  %general-entities;
    66
    7   <!ENTITY xcb-proto-download-http "https://xcb.freedesktop.org/dist/xcb-proto-&xcb-proto-version;.tar.bz2">
     7  <!ENTITY xcb-proto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-&xcb-proto-version;.tar.xz">
    88  <!ENTITY xcb-proto-download-ftp  " ">
    9   <!ENTITY xcb-proto-md5sum        "abe9aa4886138150bbc04ae4f29b90e3">
    10   <!ENTITY xcb-proto-size          "148 KB">
    11   <!ENTITY xcb-proto-buildsize     "2.2 MB">
     9  <!ENTITY xcb-proto-md5sum        "4a053ca2456007a343024a0452dbf13b">
     10  <!ENTITY xcb-proto-size          "144 KB">
     11  <!ENTITY xcb-proto-buildsize     "1,2 MB">
    1212  <!ENTITY xcb-proto-time          "less than 0.1 SBU">
    1313]>
     
    5858    </itemizedlist>
    5959
    60 <!--
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>
    65           Required patch (for Python 3): <ulink
    66           url="&patch-root;/xcb-proto-&xcb-proto-version;-python3-1.patch"/>
    67         </para>
    68       </listitem>
    69       <listitem>
    70         <para>
    71           Recommended patch:
    72           <ulink url="&patch-root;/xcb-proto-&xcb-proto-version;-schema-1.patch"/>
    73         </para>
    74       </listitem>
    75     </itemizedlist>
    76 -->
    7760
    7861    <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
    79     <!-- the first package in the chapter, util-macros, already requires these
    80          to be defined.
    81     <bridgehead renderas="sect4">Required</bridgehead>
    82     <para role="required">
    83       <xref linkend="xorg-env"/> (should be set for the following instructions
    84       to work)
    85     </para>
    86     -->
    8762
    8863    <bridgehead renderas="sect4">Optional</bridgehead>
     
    9974    <title>Installation of xcb-proto</title>
    10075
    101 <!--
    102     <para>First, fix a file that allows the checks to run properly:</para>
    103 
    104 <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-schema-1.patch</userinput></screen>
    105 
    106     <para>
    107       If building with Python 3, issue the following command:
    108     </para>
    109 
    110 <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-python3-1.patch</userinput></screen>
    111 -->
    11276    <para>Install <application>xcb-proto</application> by running the following
    11377    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.