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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.