glfs/general/genlib/telepathy-glib.xml
Bruce Dubbs 5380ca3c3b Update to gmime-3.2.6.
Tag most of General Libraries and dependencies



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22709 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-17 02:46:23 +00:00

192 lines
5.6 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
"https://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-&telepathy-glib-version;.tar.gz">
<!ENTITY telepathy-glib-download-ftp " ">
<!ENTITY telepathy-glib-md5sum "cbeb0a24acc26e7f095be281c324da69">
<!ENTITY telepathy-glib-size "3.8 MB">
<!ENTITY telepathy-glib-buildsize "222 MB">
<!ENTITY telepathy-glib-time "1.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> contains a library used by
<application>GLib</application> based <application>Telepathy</application>
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>
&lfs91_checked;
<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"/> and
<xref linkend="libxslt"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>, and
<xref linkend="vala"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</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 \
--enable-vala-bindings \
--disable-static &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make -k check</command>.
Four tests are known to fail: <emphasis>test-account</emphasis>,
<emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, and
<emphasis>test-contact-list-client</emphasis>.
</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>--enable-vala-bindings</parameter>: This switch
enables building of the Vala bindings. Remove if you don't
have <xref linkend="vala"/> installed.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<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 Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libtelepathy-glib.so
</seg>
<seg>
/usr/include/telepathy-1.0 and
/usr/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</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</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>