glfs/general/genlib/telepathy-glib.xml
Ken Moffat 984d3d90d8 Update to telepathy-glib-0.16.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9224 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-01-26 01:41:42 +00:00

156 lines
5.1 KiB
XML

<?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 telepathy-glib-download-http "http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-&telepathy-glib-version;.tar.gz">
<!ENTITY telepathy-glib-download-ftp " ">
<!ENTITY telepathy-glib-md5sum "071ed1b34ace45109188df73933609e4">
<!ENTITY telepathy-glib-size "3.0 MB">
<!ENTITY telepathy-glib-buildsize "202 MB">
<!ENTITY telepathy-glib-time "2.2 SBU">
]>
<sect1 id="telepathy-glib" xreflabel="telepathy-glib-&telepathy-glib-version;">
<?dbhtml filename="telepathy-glib.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>telepathy-glib-&telepathy-glib-version;</title>
<indexterm zone="telepathy-glib">
<primary sortas="a-telepathy-glib">telepathy-glib</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to telepathy-glib</title>
<para>The <application>telepathy-glib</application> package is a library for
GLib-based Telepathy components. Telepathy is a
<application>D-Bus</application> framework for unifying real time
communication, including instant messaging, voice calls and video calls. It
abstracts differences between protocols to provide a unified interface for
applications.</para>
&lfs70_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&telepathy-glib-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&telepathy-glib-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &telepathy-glib-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &telepathy-glib-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &telepathy-glib-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &telepathy-glib-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">telepathy-glib Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="dbus-glib"/>,
<xref linkend="libxslt"/>, and
<xref linkend="python"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gobject-introspection"/>,
<xref linkend="gtk-doc"/>, and
<!-- FIXME:ken -->
vala-0.14.0</para>
<!--
<xref linkend="vala"/></para>
-->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/telepathy-glib"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of telepathy-glib</title>
<para>Install <application>telepathy-glib</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy-glib &amp;&amp;
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>--libexecdir=/usr/lib/telepathy-mission-glib</parameter>:
This parameter prevents files being installed in
<filename class="directory">/usr/libexec</filename>.</para>
<para><option>--enable-vala-bindings</option>: This option builds the
EXPERIMENTAL Vala bindings.</para>
<para><option>--enable-static=no</option>: This switch prevents the static
libraries being installed.</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libtelepathy-glib.{so,a}</seg>
<seg>/usr/{include/telepathy-1.0/telepathy-glib/_gen,lib/telepathy-glib,share/gtk-doc/html/telepathy-glib}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libtelepathy-glib">
<term><filename class='libraryfile'>libtelepathy-glib.{so,a}</filename></term>
<listitem>
<para>contains the <application>telepathy-glib</application> API
functions.</para>
<indexterm zone="telepathy-glib libtelepathy-glib">
<primary sortas="c-libtelepathy-glib">libtelepathy-glib.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>