source: general/genlib/telepathy-glib.xml@ cbcf148

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since cbcf148 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.6 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 "https://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-&telepathy-glib-version;.tar.gz">
9 <!ENTITY telepathy-glib-download-ftp " ">
10 <!ENTITY telepathy-glib-md5sum "a3a75657e9389381b44fee1680f770a7">
11 <!ENTITY telepathy-glib-size "3.7 MB">
12 <!ENTITY telepathy-glib-buildsize "256 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 &lfs112_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<!--
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84-->
85
86 <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="dbus-glib"/> and
91 <xref linkend="libxslt"/>
92 </para>
93
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="gobject-introspection"/>, and
98 <xref linkend="vala"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="gtk-doc"/>
104 </para>
105
106 <para condition="html" role="usernotes">User Notes:
107 <ulink url="&blfs-wiki;/telepathy-glib"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Telepathy Glib</title>
113
114<!--
115 <para>
116 First, apply a patch to fix several bugs discovered after
117 release:
118 </para>
119
120<screen><userinput remap="pre">patch -Np1 -i ../telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch</userinput></screen>
121-->
122
123 <para>
124 If you intend to run the tests, one of them defaults to invoking
125 <filename>/usr/bin/python</filename> and fails if it is absent, causing
126 the second batch of tests to not run - unlike the other tests which can be
127 overridden from the environment. Fix it with the following command:
128 </para>
129 <!-- Still needed with 0.24.2 -->
130
131<screen><userinput>sed -i 's%/usr/bin/python%&amp;3%' tests/all-errors-documented.py</userinput></screen>
132
133 <para>
134 Install <application>Telepathy GLib</application> by running the
135 following commands:
136 </para>
137
138<screen><userinput>PYTHON=/usr/bin/python3 ./configure --prefix=/usr \
139 --enable-vala-bindings \
140 --disable-static &amp;&amp;
141make</userinput></screen>
142
143 <para>
144 To test the results, issue: <command>make check</command>.
145 <!--Four tests are known to fail: <emphasis>test-account</emphasis>,
146 <emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, and
147 <emphasis>test-contact-list-client</emphasis>.-->
148 </para>
149
150 <para>
151 Now, as the <systemitem class="username">root</systemitem> user:
152 </para>
153
154<screen role="root"><userinput>make install</userinput></screen>
155
156 </sect2>
157
158 <sect2 role="commands">
159 <title>Command Explanations</title>
160
161 <para>
162 <parameter>--enable-vala-bindings</parameter>: This switch
163 enables building of the Vala bindings. Remove if you don't
164 have <xref linkend="vala"/> installed.
165 </para>
166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="../../xincludes/static-libraries.xml"/>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="../../xincludes/gtk-doc-rebuild.xml"/>
172
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Programs</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>
185 None
186 </seg>
187 <seg>
188 libtelepathy-glib.so
189 </seg>
190 <seg>
191 /usr/include/telepathy-1.0 and
192 /usr/share/gtk-doc/html/telepathy-glib
193 </seg>
194 </seglistitem>
195 </segmentedlist>
196
197 <variablelist>
198 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
201
202 <varlistentry id="libtelepathy-glib">
203 <term><filename class="libraryfile">libtelepathy-glib.so</filename></term>
204 <listitem>
205 <para>
206 contains the <application>Telepathy GLib</application> API functions
207 </para>
208 <indexterm zone="telepathy-glib libtelepathy-glib">
209 <primary sortas="c-libtelepathy-glib">libtelepathy-glib.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
216 </sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.