Changeset 93f626c4


Ignore:
Timestamp:
12/24/2013 03:46:28 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0ed04d7d
Parents:
4a60a42
Message:

Update to libxcb-1.10. Remove uneeded line from xcb-proto-1.10.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4a60a42 r93f626c4  
    521521<!ENTITY libpthread-stubs-version     "0.3">
    522522<!ENTITY xcb-proto-version            "1.10">
    523 <!ENTITY libxcb-version               "1.9.3">
     523<!ENTITY libxcb-version               "1.10">
    524524<!ENTITY xbitmaps-version             "1.1.1">
    525525<!ENTITY xcursor-themes-version       "1.0.4">
  • introduction/welcome/changelog.xml

    r4a60a42 r93f626c4  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to libxcb-1.10. Fixes
     51          <ulink url="&blfs-ticket-root;4478">#4478</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[fernando] - Update to xcb-proto-1.10. Fixes
    5155          <ulink url="&blfs-ticket-root;4477">#4477</ulink>.</para>
  • x/installing/libxcb.xml

    r4a60a42 r93f626c4  
    77  <!ENTITY libxcb-download-http "http://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
    88  <!ENTITY libxcb-download-ftp  " ">
    9   <!ENTITY libxcb-md5sum        "1ca999ca94f760d917ef2d8466a88742">
    10   <!ENTITY libxcb-size          "391 KB">
    11   <!ENTITY libxcb-buildsize     "45 MB">
    12   <!ENTITY libxcb-time          "0.3 SBU">
     9  <!ENTITY libxcb-md5sum        "074c335cc4453467eeb234e3dadda700">
     10  <!ENTITY libxcb-size          "468 KB">
     11  <!ENTITY libxcb-buildsize     "42 MB (124 MB with doxygen
     12                                 generated documentation)">
     13  <!ENTITY libxcb-time          "0.3 SBU(additional 0.1 to generate
     14                                 API documentation)">
    1315]>
    1416
     
    6466    <para role="required">
    6567      <xref linkend="libXau"/>,
    66       <xref linkend="libXdmcp"/>,
    67       <xref linkend="libxslt"/>, and
     68      <xref linkend="libXdmcp"/> and
    6869      <xref linkend="xcb-proto"/>
    6970    </para>
     
    7172    <bridgehead renderas="sect4">Optional</bridgehead>
    7273    <para role="optional">
    73       <xref linkend="doxygen"/> (to generate API documentation) and
    74       <xref linkend="check"/> (to run tests)
     74      <xref linkend="doxygen"/> (to generate API documentation)
     75      <xref linkend="check"/> (to run tests) and
     76      <xref linkend="libxslt"/>
    7577    </para>
    7678
     
    110112    extension.</para>
    111113
    112     <para><parameter>--enable-xkb</parameter>: This switch enables XCB XKB
     114<!--    <para><parameter>-enable-xkb</parameter>: This switch enables XCB XKB
    113115    extension.</para>
    114 
     116-->
    115117    <para><option>--without-doxygen</option>: This switch can be used
    116118    to disable the API documentation if <xref linkend="doxygen"/> is
  • x/installing/xcb-proto.xml

    r4a60a42 r93f626c4  
    7979    <title>Installation of xcb-proto</title>
    8080
    81     <para>If you are compiling against <xref linkend="python3"/>, use the
     81<!--    <para>If you are compiling against <xref linkend="python3"/>, use the
    8282    following commands:</para>
    8383
    84 <!-- <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-py_compile_python3-1.patch &amp;&amp;
     84    <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-py_compile_python3-1.patch &amp;&amp;
    8585sed -i -e 's/\t/    /' xcbgen/xtypes.py</userinput></screen>
    8686-->
Note: See TracChangeset for help on using the changeset viewer.