source: archive/gnome/telepathy-glib.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY telepathy-glib-download-http
8 "http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-&telepathy-glib-version;.tar.gz">
9 <!ENTITY telepathy-glib-download-ftp " ">
10 <!ENTITY telepathy-glib-md5sum "bfc8a1b94c7a268f15d4d92b83460987">
11 <!ENTITY telepathy-glib-size "3.7 MB">
12 <!ENTITY telepathy-glib-buildsize "240 MB">
13 <!ENTITY telepathy-glib-time "1.2 SBU">
14]>
15
16<sect1 id="telepathy-glib" xreflabel="telepathy-glib-&telepathy-glib-version;">
17 <?dbhtml filename="telepathy-glib.html"?>
18
19
20 <title>telepathy-glib-&telepathy-glib-version;</title>
21
22 <indexterm zone="telepathy-glib">
23 <primary sortas="a-telepathy-glib">telepathy-glib</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Telepathy GLib</title>
28
29 <para>
30 The <application>Telepathy GLib</application> contains a library used by
31 <application>GLib</application> based <application>Telepathy</application>
32 components. Telepathy is a <application>D-Bus</application> framework for
33 unifying real time communication, including instant messaging, voice calls
34 and video calls. It abstracts differences between protocols to provide a
35 unified interface for applications.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&telepathy-glib-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&telepathy-glib-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &telepathy-glib-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &telepathy-glib-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &telepathy-glib-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &telepathy-glib-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="dbus-glib"/> and
79 <xref linkend="libxslt"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/> and
85 <xref linkend="vala"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="gtk-doc"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/telepathy-glib"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Telepathy GLlib</title>
100
101 <para>
102 Install <application>Telepathy GLib</application> by running the
103 following commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr \
107 --enable-vala-bindings \
108 --disable-static &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 To test the results, issue: <command>make check</command>.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para>
127 <option>--enable-vala-bindings</option>: This switch enables
128 building of the Vala bindings. Remove if you don't have
129 <xref linkend="vala"/> installed.
130 </para>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/static-libraries.xml"/>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/gtk-doc-rebuild.xml"/>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Library</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 None
151 </seg>
152 <seg>
153 libtelepathy-glib.so
154 </seg>
155 <seg>
156 /usr/include/telepathy-1.0 and
157 /usr/share/gtk-doc/html/telepathy-glib
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="libtelepathy-glib">
168 <term><filename class="libraryfile">libtelepathy-glib.so</filename></term>
169 <listitem>
170 <para>
171 contains the <application>Telepathy GLib</application> API functions.
172 </para>
173 <indexterm zone="telepathy-glib libtelepathy-glib">
174 <primary sortas="c-libtelepathy-glib">libtelepathy-glib.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.