Author: dj Date: 2009-09-26 22:09:50 -0600 (Sat, 26 Sep 2009) New Revision: 8042
Added: trunk/BOOK/general/genlib/libxcb.xml trunk/BOOK/general/genlib/xcb-proto.xml trunk/BOOK/general/genutils/xcb-util.xml Removed: trunk/BOOK/x/installing/libxcb.xml trunk/BOOK/x/installing/xcb-proto.xml trunk/BOOK/x/installing/xcb-util.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/general/genutils/genutils.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/x/installing/installing.xml Log: Moved items not part of the official xorg distribution to their respective sections. Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2009-09-27 03:43:03 UTC (rev 8041) +++ trunk/BOOK/general/genlib/genlib.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -69,6 +69,8 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iso-codes.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmime.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libidn.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-proto.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxcb.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libdrm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dbus-bindings.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libpthread-stubs.xml"/> Copied: trunk/BOOK/general/genlib/libxcb.xml (from rev 8040, trunk/BOOK/x/installing/libxcb.xml) =================================================================== --- trunk/BOOK/general/genlib/libxcb.xml (rev 0) +++ trunk/BOOK/general/genlib/libxcb.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -0,0 +1,171 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY libxcb-download-http "http://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2"> + <!ENTITY libxcb-download-ftp " "> + <!-- <!ENTITY libxcb-download-ftp "ftp://ftp.x.org/pub/current/src/extras/libxcb-&libxcb-version;.tar.bz2"> --> + <!ENTITY libxcb-md5sum "b00fd506c717dea01f595e8da31f6914"> + <!ENTITY libxcb-size "304 KB"> + <!ENTITY libxcb-buildsize "19.8 MB"> + <!ENTITY libxcb-time "0.3 SBU"> +]> + +<sect1 id="libxcb" xreflabel="libxcb-&libxcb-version;"> + <?dbhtml filename="libxcb.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>libxcb-&libxcb-version;</title> + + <indexterm zone="libxcb"> + <primary sortas="a-libxcb">libxcb</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to libxcb</title> + + <para>The <application>libxcb</application> package provides an interface + to the X Window System protocol, which replaces the current Xlib interface. + Xlib can also use XCB as a transport layer, allowing software to make + requests and receive responses with both.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&libxcb-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&libxcb-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &libxcb-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &libxcb-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &libxcb-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &libxcb-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">libxcb Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="libXau"/>, + <xref linkend="libXdmcp"/>, + <xref linkend="libpthread-stubs"/>, + <xref linkend="libxslt"/>, and + <xref linkend="xcb-proto"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="doxygen"/> (to generate API + documentation) and <ulink url="http://check.sourceforge.net/">Check</ulink> + (to run tests)</para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/libxcb"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of libxcb</title> + + <para>Install <application>libxcb</application> by running the following + commands:</para> + +<screen><userinput>./configure $XORG_CONFIG --docdir='${datadir}'/doc/libxcb-&libxcb-version; && +make</userinput></screen> + + <para>To test the results, issue: <command>make check</command>.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><parameter>--docdir='${datadir}'/doc/libxcb-&libxcb-version;</parameter>: + This parameter ensures the <application>libxcb</application> documentation + is installed to a versioned directory.</para> + + <para><parameter>--without-doxygen</parameter>: This switch can be used + to disable the API documentation if <xref linkend="doxygen"/> is + installed.</para> + + </sect2> + + <sect2 role="configuration"> + <title>Configuring libxcb</title> + + <sect3 id="libxcb-config"> + <title>Configuration Information</title> + + <para>The <application>libxcb</application> developers have decided + to be strict in asserting locking bugs in X11 applications. This is + different than the behavior of <application>libX11</application> when + used on its own, and it will cause some applications to crash when + they previously did not. When an application has these types of bugs, + it will crash with the following assertion:</para> + +<screen><literal>xcb_xlib_lock: Assertion `!c->xlib.lock' failed.</literal></screen> + + <para>An environment variable, <envar>LIBXCB_ALLOW_SLOPPY_LOCK</envar>, + can be set which will allow the locking bugs to not crash the + application. It is a workaround that is known to be needed in a few + cases. If it is found that these bugs affect an application in use, add + the following to your system or personal profile:</para> + +<screen><literal>export LIBXCB_ALLOW_SLOPPY_LOCK=1</literal></screen> + + </sect3> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>None</seg> + <seg>libxcb.{so,a} and libxcb-*.{so,a}</seg> + <seg><envar>$XORG_PREFIX</envar>/include/xcb and + <envar>$XORG_PREFIX</envar>/share/doc/libxcb-&libxcb-version;</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libxcb-lib"> + <term><filename class='libraryfile'>libxcb.{so,a}</filename></term> + <listitem> + <para>is an interface to the X Window System protocol.</para> + <indexterm zone="libxcb libxcb-lib"> + <primary sortas="c-libxcb">libxcb.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Copied: trunk/BOOK/general/genlib/xcb-proto.xml (from rev 8040, trunk/BOOK/x/installing/xcb-proto.xml) =================================================================== --- trunk/BOOK/general/genlib/xcb-proto.xml (rev 0) +++ trunk/BOOK/general/genlib/xcb-proto.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY xcb-proto-download-http "http://xcb.freedesktop.org/dist/xcb-proto-&xcb-proto-version;.tar.bz2"> + <!ENTITY xcb-proto-download-ftp " "> + <!-- <!ENTITY xcb-proto-download-ftp "ftp://ftp.x.org/pub/current/src/extras/xcb-proto-&xcb-proto-version;.tar.bz2"> --> + <!ENTITY xcb-proto-md5sum "7d0481790104a10ff9174895ae954533"> + <!ENTITY xcb-proto-size "92 KB"> + <!ENTITY xcb-proto-buildsize "1.1 MB"> + <!ENTITY xcb-proto-time "less than 0.1 SBU"> +]> + +<sect1 id="xcb-proto" xreflabel="xcb-proto-&xcb-proto-version;"> + <?dbhtml filename="xcb-proto.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>xcb-proto-&xcb-proto-version;</title> + + <indexterm zone="xcb-proto"> + <primary sortas="a-xcb-proto">xcb-proto</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to xcb-proto</title> + + <para>The <application>xcb-proto</application> package provides the + XML-XCB protocol descriptions that <application>libxcb</application> + uses to generate the majority of its code and API.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&xcb-proto-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&xcb-proto-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &xcb-proto-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &xcb-proto-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &xcb-proto-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &xcb-proto-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="python"/></para> + + <bridgehead renderas="sect4">Optional (required to run the + tests)</bridgehead> + <para role="optional"><xref linkend="libxml2"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/xcb-proto"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of xcb-proto</title> + + <para>Install <application>xcb-proto</application> by running the following + commands:</para> + +<screen><userinput>./configure $XORG_CONFIG</userinput></screen> + + <para>To test the results, issue: <command>make check</command>.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install && +install -dv -m755 ${XORG_PREFIX}/share/doc/xcb-proto-&xcb-proto-version; && +install -v -m644 doc/* ${XORG_PREFIX}/share/doc/xcb-proto-&xcb-proto-version;</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg>None</seg> + <seg>None</seg> + <seg><envar>$XORG_PREFIX</envar>/share/xcb</seg> + </seglistitem> + </segmentedlist> + + </sect2> + +</sect1> Modified: trunk/BOOK/general/genutils/genutils.xml =================================================================== --- trunk/BOOK/general/genutils/genutils.xml 2009-09-27 03:43:03 UTC (rev 8041) +++ trunk/BOOK/general/genutils/genutils.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -35,6 +35,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pilot-link.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unixodbc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="graphviz.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-util.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xterm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rman.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="recode.xml"/> Copied: trunk/BOOK/general/genutils/xcb-util.xml (from rev 8038, trunk/BOOK/x/installing/xcb-util.xml) =================================================================== --- trunk/BOOK/general/genutils/xcb-util.xml (rev 0) +++ trunk/BOOK/general/genutils/xcb-util.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY xcb-util-download-http "http://xcb.freedesktop.org/dist/xcb-util-&xcb-util-version;.tar.bz2"> + <!ENTITY xcb-util-download-ftp " "> + <!ENTITY xcb-util-md5sum "13649baa059dcea7779d2b9ff3843888"> + <!ENTITY xcb-util-size "264 KB"> + <!ENTITY xcb-util-buildsize "4.2 MB"> + <!ENTITY xcb-util-time "less than 0.1 SBU"> +]> + +<sect1 id="xcb-util" xreflabel="xcb-util-&xcb-util-version;"> + <?dbhtml filename="xcb-util.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>xcb-util-&xcb-util-version;</title> + + <indexterm zone="xcb-util"> + <primary sortas="a-xcb-util">xcb-util</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to xcb-util</title> + + <para>The <application>xcb-util</application> package provides additional + extensions to the <application>XCB</application> library, many that were + previously found in <application>Xlib</application>, but are not part of + core X protocol.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&xcb-util-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&xcb-util-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &xcb-util-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &xcb-util-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &xcb-util-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &xcb-util-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">xcb-util Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="libxcb"/> and + <xref linkend="gperf"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/xcb-util"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of xcb-util</title> + + <para>Install <application>xcb-util</application> by running the following + commands:</para> + +<screen><userinput>./configure $XORG_CONFIG && +make</userinput></screen> + + <para>To test the results, issue: <command>make check</command>.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>None</seg> + <seg>libxcb-atom.{a,so}, libxcb-aux.{a,so}, libxcb-event.{a,so}, + libxcb-icccm.{a,so}, libxcb-image.{a,so}, libxcb-keysyms.{a,so}, + libxcb-property.{a,so}, libxcb-render-util.{a,so}, and + libxcb-reply.{a,so}</seg> + <seg>None</seg> + </seglistitem> + </segmentedlist> +<!-- + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="xcb-util-libs"> + <term><filename class='libraryfile'>libxcb-*.{so,a}</filename></term> + <listitem> + <para>.</para> + <indexterm zone="xcb-util xcb-util-libs"> + <primary sortas="c-xcb-util">libxcb-*.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> +--> + </sect2> + +</sect1> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-09-27 03:43:03 UTC (rev 8041) +++ trunk/BOOK/general.ent 2009-09-27 04:09:50 UTC (rev 8042) @@ -139,6 +139,9 @@ <!ENTITY iso-codes-version "3.5"> <!ENTITY gmime-version "2.2.10"> <!ENTITY libidn-version "0.6.14"> +<!ENTITY xcb-proto-version "1.5"> +<!ENTITY libxcb-version "1.4"> +<!ENTITY libdrm-version "2.4.12"> <!ENTITY dbus-glib-version "0.82"> <!ENTITY dbus-python-version "0.83.0"> <!ENTITY dbus-qt3-version "0.62"> @@ -204,7 +207,9 @@ <!ENTITY unixodbc-version "2.2.12"> <!ENTITY graphviz-version "2.12"> <!ENTITY recode-version "3.6"> +<!ENTITY xcb-util-version "0.3.5"> <!ENTITY xterm-version "231"> +<!ENTITY rman-version "3.2"> <!ENTITY icon-naming-utils-version "0.8.7"> <!ENTITY rxvt-unicode-version "9.06"> <!ENTITY pinentry-version "0.7.6"> @@ -450,16 +455,10 @@ <!ENTITY libXau-version "1.0.4"> <!ENTITY libXdmcp-version "1.0.2"> <!ENTITY luit-version "1.0.3"> -<!ENTITY xcb-proto-version "1.5"> -<!ENTITY libxcb-version "1.4"> -<!ENTITY xcb-util-version "0.3.5"> <!ENTITY xcursor-themes-version "1.0.1"> <!ENTITY xkeyboard-config-version "1.4"> <!ENTITY xbitmaps-version "1.0.1"> <!ENTITY xorg-server-version "1.6.3"> -<!ENTITY libdrm-version "2.4.12"> -<!ENTITY mesalib-version "7.5"> -<!ENTITY rman-version "3.2"> <!-- Obsolete <!ENTITY xorg-version "6.9.0"> @@ -482,6 +481,7 @@ <!ENTITY libxklavier-version "4.0"> <!ENTITY freeglut-version "2.4.0"> <!ENTITY goffice-version "0.6.1"> +<!ENTITY mesalib-version "7.5"> <!-- The xulrunner version also appears in the firefox mozconfig as a literal --> <!ENTITY xulrunner-version "1.9.1.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-09-27 03:43:03 UTC (rev 8041) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -53,6 +53,10 @@ <listitem> <para>[dj] - Corrected permissions of nss headers.</para> </listitem> + <listitem> + <para>[dj] - Moved items not part of the official xorg distribution + to the correct sections of the book.</para> + </listitem> </itemizedlist> </listitem> Modified: trunk/BOOK/x/installing/installing.xml =================================================================== --- trunk/BOOK/x/installing/installing.xml 2009-09-27 03:43:03 UTC (rev 8041) +++ trunk/BOOK/x/installing/installing.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -31,9 +31,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7util.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libXau.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libXdmcp.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-proto.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxcb.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-util.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7lib.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xbitmaps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7app.xml"/> Deleted: trunk/BOOK/x/installing/libxcb.xml =================================================================== --- trunk/BOOK/x/installing/libxcb.xml 2009-09-27 03:43:03 UTC (rev 8041) +++ trunk/BOOK/x/installing/libxcb.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -1,171 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../../general.ent"> - %general-entities; - - <!ENTITY libxcb-download-http "http://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2"> - <!ENTITY libxcb-download-ftp " "> - <!-- <!ENTITY libxcb-download-ftp "ftp://ftp.x.org/pub/current/src/extras/libxcb-&libxcb-version;.tar.bz2"> --> - <!ENTITY libxcb-md5sum "b00fd506c717dea01f595e8da31f6914"> - <!ENTITY libxcb-size "304 KB"> - <!ENTITY libxcb-buildsize "19.8 MB"> - <!ENTITY libxcb-time "0.3 SBU"> -]> - -<sect1 id="libxcb" xreflabel="libxcb-&libxcb-version;"> - <?dbhtml filename="libxcb.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>libxcb-&libxcb-version;</title> - - <indexterm zone="libxcb"> - <primary sortas="a-libxcb">libxcb</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to libxcb</title> - - <para>The <application>libxcb</application> package provides an interface - to the X Window System protocol, which replaces the current Xlib interface. - Xlib can also use XCB as a transport layer, allowing software to make - requests and receive responses with both.</para> - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Download (HTTP): <ulink url="&libxcb-download-http;"/></para> - </listitem> - <listitem> - <para>Download (FTP): <ulink url="&libxcb-download-ftp;"/></para> - </listitem> - <listitem> - <para>Download MD5 sum: &libxcb-md5sum;</para> - </listitem> - <listitem> - <para>Download size: &libxcb-size;</para> - </listitem> - <listitem> - <para>Estimated disk space required: &libxcb-buildsize;</para> - </listitem> - <listitem> - <para>Estimated build time: &libxcb-time;</para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">libxcb Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="libXau"/>, - <xref linkend="libXdmcp"/>, - <xref linkend="libpthread-stubs"/>, - <xref linkend="libxslt"/>, and - <xref linkend="xcb-proto"/></para> - - <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="doxygen"/> (to generate API - documentation) and <ulink url="http://check.sourceforge.net/">Check</ulink> - (to run tests)</para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/libxcb"/></para> - - </sect2> - - <sect2 role="installation"> - <title>Installation of libxcb</title> - - <para>Install <application>libxcb</application> by running the following - commands:</para> - -<screen><userinput>./configure $XORG_CONFIG --docdir='${datadir}'/doc/libxcb-&libxcb-version; && -make</userinput></screen> - - <para>To test the results, issue: <command>make check</command>.</para> - - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> - -<screen role="root"><userinput>make install</userinput></screen> - - </sect2> - - <sect2 role="commands"> - <title>Command Explanations</title> - - <para><parameter>--docdir='${datadir}'/doc/libxcb-&libxcb-version;</parameter>: - This parameter ensures the <application>libxcb</application> documentation - is installed to a versioned directory.</para> - - <para><parameter>--without-doxygen</parameter>: This switch can be used - to disable the API documentation if <xref linkend="doxygen"/> is - installed.</para> - - </sect2> - - <sect2 role="configuration"> - <title>Configuring libxcb</title> - - <sect3 id="libxcb-config"> - <title>Configuration Information</title> - - <para>The <application>libxcb</application> developers have decided - to be strict in asserting locking bugs in X11 applications. This is - different than the behavior of <application>libX11</application> when - used on its own, and it will cause some applications to crash when - they previously did not. When an application has these types of bugs, - it will crash with the following assertion:</para> - -<screen><literal>xcb_xlib_lock: Assertion `!c->xlib.lock' failed.</literal></screen> - - <para>An environment variable, <envar>LIBXCB_ALLOW_SLOPPY_LOCK</envar>, - can be set which will allow the locking bugs to not crash the - application. It is a workaround that is known to be needed in a few - cases. If it is found that these bugs affect an application in use, add - the following to your system or personal profile:</para> - -<screen><literal>export LIBXCB_ALLOW_SLOPPY_LOCK=1</literal></screen> - - </sect3> - - </sect2> - - <sect2 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directories</segtitle> - - <seglistitem> - <seg>None</seg> - <seg>libxcb.{so,a} and libxcb-*.{so,a}</seg> - <seg><envar>$XORG_PREFIX</envar>/include/xcb and - <envar>$XORG_PREFIX</envar>/share/doc/libxcb-&libxcb-version;</seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="libxcb-lib"> - <term><filename class='libraryfile'>libxcb.{so,a}</filename></term> - <listitem> - <para>is an interface to the X Window System protocol.</para> - <indexterm zone="libxcb libxcb-lib"> - <primary sortas="c-libxcb">libxcb.{so,a}</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Deleted: trunk/BOOK/x/installing/xcb-proto.xml =================================================================== --- trunk/BOOK/x/installing/xcb-proto.xml 2009-09-27 03:43:03 UTC (rev 8041) +++ trunk/BOOK/x/installing/xcb-proto.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -1,108 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../../general.ent"> - %general-entities; - - <!ENTITY xcb-proto-download-http "http://xcb.freedesktop.org/dist/xcb-proto-&xcb-proto-version;.tar.bz2"> - <!ENTITY xcb-proto-download-ftp " "> - <!-- <!ENTITY xcb-proto-download-ftp "ftp://ftp.x.org/pub/current/src/extras/xcb-proto-&xcb-proto-version;.tar.bz2"> --> - <!ENTITY xcb-proto-md5sum "7d0481790104a10ff9174895ae954533"> - <!ENTITY xcb-proto-size "92 KB"> - <!ENTITY xcb-proto-buildsize "1.1 MB"> - <!ENTITY xcb-proto-time "less than 0.1 SBU"> -]> - -<sect1 id="xcb-proto" xreflabel="xcb-proto-&xcb-proto-version;"> - <?dbhtml filename="xcb-proto.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>xcb-proto-&xcb-proto-version;</title> - - <indexterm zone="xcb-proto"> - <primary sortas="a-xcb-proto">xcb-proto</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to xcb-proto</title> - - <para>The <application>xcb-proto</application> package provides the - XML-XCB protocol descriptions that <application>libxcb</application> - uses to generate the majority of its code and API.</para> - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Download (HTTP): <ulink url="&xcb-proto-download-http;"/></para> - </listitem> - <listitem> - <para>Download (FTP): <ulink url="&xcb-proto-download-ftp;"/></para> - </listitem> - <listitem> - <para>Download MD5 sum: &xcb-proto-md5sum;</para> - </listitem> - <listitem> - <para>Download size: &xcb-proto-size;</para> - </listitem> - <listitem> - <para>Estimated disk space required: &xcb-proto-buildsize;</para> - </listitem> - <listitem> - <para>Estimated build time: &xcb-proto-time;</para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="python"/></para> - - <bridgehead renderas="sect4">Optional (required to run the - tests)</bridgehead> - <para role="optional"><xref linkend="libxml2"/></para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/xcb-proto"/></para> - - </sect2> - - <sect2 role="installation"> - <title>Installation of xcb-proto</title> - - <para>Install <application>xcb-proto</application> by running the following - commands:</para> - -<screen><userinput>./configure $XORG_CONFIG</userinput></screen> - - <para>To test the results, issue: <command>make check</command>.</para> - - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> - -<screen role="root"><userinput>make install && -install -dv -m755 ${XORG_PREFIX}/share/doc/xcb-proto-&xcb-proto-version; && -install -v -m644 doc/* ${XORG_PREFIX}/share/doc/xcb-proto-&xcb-proto-version;</userinput></screen> - - </sect2> - - <sect2 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directory</segtitle> - - <seglistitem> - <seg>None</seg> - <seg>None</seg> - <seg><envar>$XORG_PREFIX</envar>/share/xcb</seg> - </seglistitem> - </segmentedlist> - - </sect2> - -</sect1> Deleted: trunk/BOOK/x/installing/xcb-util.xml =================================================================== --- trunk/BOOK/x/installing/xcb-util.xml 2009-09-27 03:43:03 UTC (rev 8041) +++ trunk/BOOK/x/installing/xcb-util.xml 2009-09-27 04:09:50 UTC (rev 8042) @@ -1,124 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../../general.ent"> - %general-entities; - - <!ENTITY xcb-util-download-http "http://xcb.freedesktop.org/dist/xcb-util-&xcb-util-version;.tar.bz2"> - <!ENTITY xcb-util-download-ftp " "> - <!ENTITY xcb-util-md5sum "13649baa059dcea7779d2b9ff3843888"> - <!ENTITY xcb-util-size "264 KB"> - <!ENTITY xcb-util-buildsize "4.2 MB"> - <!ENTITY xcb-util-time "less than 0.1 SBU"> -]> - -<sect1 id="xcb-util" xreflabel="xcb-util-&xcb-util-version;"> - <?dbhtml filename="xcb-util.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>xcb-util-&xcb-util-version;</title> - - <indexterm zone="xcb-util"> - <primary sortas="a-xcb-util">xcb-util</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to xcb-util</title> - - <para>The <application>xcb-util</application> package provides additional - extensions to the <application>XCB</application> library, many that were - previously found in <application>Xlib</application>, but are not part of - core X protocol.</para> - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Download (HTTP): <ulink url="&xcb-util-download-http;"/></para> - </listitem> - <listitem> - <para>Download (FTP): <ulink url="&xcb-util-download-ftp;"/></para> - </listitem> - <listitem> - <para>Download MD5 sum: &xcb-util-md5sum;</para> - </listitem> - <listitem> - <para>Download size: &xcb-util-size;</para> - </listitem> - <listitem> - <para>Estimated disk space required: &xcb-util-buildsize;</para> - </listitem> - <listitem> - <para>Estimated build time: &xcb-util-time;</para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">xcb-util Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="libxcb"/> and - <xref linkend="gperf"/></para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/xcb-util"/></para> - - </sect2> - - <sect2 role="installation"> - <title>Installation of xcb-util</title> - - <para>Install <application>xcb-util</application> by running the following - commands:</para> - -<screen><userinput>./configure $XORG_CONFIG && -make</userinput></screen> - - <para>To test the results, issue: <command>make check</command>.</para> - - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> - -<screen role="root"><userinput>make install</userinput></screen> - - </sect2> - - <sect2 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directories</segtitle> - - <seglistitem> - <seg>None</seg> - <seg>libxcb-atom.{a,so}, libxcb-aux.{a,so}, libxcb-event.{a,so}, - libxcb-icccm.{a,so}, libxcb-image.{a,so}, libxcb-keysyms.{a,so}, - libxcb-property.{a,so}, libxcb-render-util.{a,so}, and - libxcb-reply.{a,so}</seg> - <seg>None</seg> - </seglistitem> - </segmentedlist> -<!-- - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="xcb-util-libs"> - <term><filename class='libraryfile'>libxcb-*.{so,a}</filename></term> - <listitem> - <para>.</para> - <indexterm zone="xcb-util xcb-util-libs"> - <primary sortas="c-xcb-util">libxcb-*.{so,a}</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> ---> - </sect2> - -</sect1> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
