Changeset 49df687a for x/installing


Ignore:
Timestamp:
03/07/2018 08:41:02 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
fbfd743
Parents:
3bcea12
Message:

Updates:
xorgproto-2018.4 (new bundled package, remove the previous page)
libdrm-2.4.91
fontconfig-2.13.0
libxcb-1.13
xcb-proto-1.13

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

Location:
x/installing
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    r3bcea12 r49df687a  
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg7.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-macros.xml"/>
    55   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7proto.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorgproto.xml"/>
    5656  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXau.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXdmcp.xml"/>
  • x/installing/libXau.xml

    r3bcea12 r49df687a  
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="xorg7-proto"/></para>
     63    <para role="required"><xref linkend="xorgproto"/></para>
    6464
    6565    <para condition="html" role="usernotes">User Notes:
  • x/installing/libXdmcp.xml

    r3bcea12 r49df687a  
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="xorg7-proto"/></para>
     63    <para role="required"><xref linkend="xorgproto"/></para>
    6464
    6565    <bridgehead renderas="sect4">Optional</bridgehead>
  • x/installing/libxcb.xml

    r3bcea12 r49df687a  
    77  <!ENTITY libxcb-download-http "https://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
    88  <!ENTITY libxcb-download-ftp  " ">
    9   <!ENTITY libxcb-md5sum        "28e552bd78bc1050b6b26ca1db0e5bb6">
    10   <!ENTITY libxcb-size          "600 KB">
    11   <!ENTITY libxcb-buildsize     "28 MB (with tests, add 62 MB for doxygen docs)">
     9  <!ENTITY libxcb-md5sum        "c2b6cf928afa16b0047c974e7aaa783f">
     10  <!ENTITY libxcb-size          "498 KB">
     11  <!ENTITY libxcb-buildsize     "41 MB (with tests, add 62 MB for doxygen docs)">
    1212  <!ENTITY libxcb-time          "0.3 SBU (with tests, add 1.4 SBU for doxygen docs)">
    1313]>
     
    5959    </itemizedlist>
    6060
     61<!--
    6162    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6263    <itemizedlist spacing="compact">
     
    6869      </listitem>
    6970    </itemizedlist>
    70 
     71-->
    7172    <bridgehead renderas="sect3">libxcb Dependencies</bridgehead>
    7273
     
    9697    <title>Installation of libxcb</title>
    9798
     99<!--
    98100    <para>
    99101      If building with Python 3, issue the following command:
     
    101103
    102104<screen><userinput>patch -Np1 -i ../libxcb-&libxcb-version;-python3-1.patch</userinput></screen>
    103 
     105-->
    104106    <para>Install <application>libxcb</application> by running the following
    105107    commands:</para>
     
    108110
    109111./configure $XORG_CONFIG      \
    110             --enable-xinput   \
    111112            --without-doxygen \
    112113            --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
     
    128129    Linux.</para>
    129130
    130     <para><parameter>--enable-xinput</parameter>: This switch enables XCB Xinput
     131<!-- enabled by default in libxcb-1.13
     132    <para><parameter>-\-enable-xinput</parameter>: This switch enables XCB Xinput
    131133    extension.</para>
     134-->
    132135
    133136    <para><parameter>--without-doxygen</parameter>: Do not use doxygen to
     
    155158          libxcb-randr.so, libxcb-record.so, libxcb-render.so, libxcb-res.so,
    156159          libxcb-screensaver.so, libxcb-shape.so, libxcb-shm.so, libxcb-sync.so,
    157           libxcb-xevie.so, libxcb-xf86dri.so, libxcb-xfixes.so,
     160          libxcb-xf86dri.so, libxcb-xfixes.so,
    158161          libxcb-xinerama.so, libxcb-xinput.so, libxcb-xkb.so,
    159           libxcb-xprint.so, libxcb-xtest.so, libxcb-xvmc.so, and libxcb-xv.so
     162          libxcb-xtest.so, libxcb-xvmc.so, and libxcb-xv.so
    160163        </seg>
    161164        <seg>
  • x/installing/xcb-proto.xml

    r3bcea12 r49df687a  
    77  <!ENTITY xcb-proto-download-http "https://xcb.freedesktop.org/dist/xcb-proto-&xcb-proto-version;.tar.bz2">
    88  <!ENTITY xcb-proto-download-ftp  " ">
    9   <!ENTITY xcb-proto-md5sum        "14e60919f859560f28426a685a555962">
    10   <!ENTITY xcb-proto-size          "152 KB">
    11   <!ENTITY xcb-proto-buildsize     "1.2 MB">
     9  <!ENTITY xcb-proto-md5sum        "abe9aa4886138150bbc04ae4f29b90e3">
     10  <!ENTITY xcb-proto-size          "148 KB">
     11  <!ENTITY xcb-proto-buildsize     "2.2 MB">
    1212  <!ENTITY xcb-proto-time          "less than 0.1 SBU">
    1313]>
     
    5858    </itemizedlist>
    5959
     60<!--
    6061    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6162    <itemizedlist spacing="compact">
     
    7374      </listitem>
    7475    </itemizedlist>
     76-->
    7577
    7678    <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
     
    9698    <title>Installation of xcb-proto</title>
    9799
     100<!--
    98101    <para>First, fix a file that allows the checks to run properly:</para>
    99102
     
    105108
    106109<screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-python3-1.patch</userinput></screen>
    107 
     110-->
    108111    <para>Install <application>xcb-proto</application> by running the following
    109112    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.