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

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ca2860a was c7b1dcc, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to URI-5.07 (Perl Module)
Update to samba-4.13.4
Update to glibmm-2.66.0
Update to pangomm-2.46.0
Update to telepathy-glib-0.24.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24159 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.8 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 "7be2e1fc78f932a215f177994fe37d67">
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 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>telepathy-glib-&telepathy-glib-version;</title>
25
26 <indexterm zone="telepathy-glib">
27 <primary sortas="a-telepathy-glib">telepathy-glib</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Telepathy GLib</title>
32
33 <para>
34 The <application>Telepathy GLib</application> contains a library used by
35 <application>GLib</application> based <application>Telepathy</application>
36 components. Telepathy is a <application>D-Bus</application> framework for
37 unifying real time communication, including instant messaging, voice calls
38 and video calls. It abstracts differences between protocols to provide a
39 unified interface for applications.
40 </para>
41
42 &lfs10_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&telepathy-glib-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&telepathy-glib-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &telepathy-glib-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &telepathy-glib-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &telepathy-glib-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &telepathy-glib-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78<!--
79 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
80 <itemizedlist spacing="compact">
81 <listitem>
82 <para>
83 Required patch:
84 <ulink url="&patch-root;/telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch"/>
85 </para>
86 </listitem>
87 </itemizedlist>
88-->
89
90 <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead>
91
92 <bridgehead renderas="sect4">Required</bridgehead>
93 <para role="required">
94 <xref linkend="dbus-glib"/>,
95 <xref linkend="gtk-doc"/> (required for autoreconf) and
96 <xref linkend="libxslt"/>
97 </para>
98
99
100 <bridgehead renderas="sect4">Recommended</bridgehead>
101 <para role="recommended">
102 <xref linkend="gobject-introspection"/>, and
103 <xref linkend="vala"/>
104 </para>
105
106<!--<bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="gtk-doc"/>
109 </para>-->
110
111 <para condition="html" role="usernotes">User Notes:
112 <ulink url="&blfs-wiki;/telepathy-glib"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of Telepathy Glib</title>
118
119<!--
120 <para>
121 First, apply a patch to fix several bugs discovered after
122 release:
123 </para>
124
125<screen><userinput remap="pre">patch -Np1 -i ../telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch</userinput></screen>
126-->
127
128 <para>
129 If you intend to run the tests, one of them defaults to invoking
130 <filename>/usr/bin/python</filename> and fails if it is absent, causing
131 the second batch of tests to not run - unlike the other tests which can be
132 overridden from the environment. Fix it with the following command:
133 </para>
134 <!-- Still needed with 0.24.2 -->
135
136<screen><userinput>sed -i 's%/usr/bin/python%&amp;3%' tests/all-errors-documented.py</userinput></screen>
137
138 <para>
139 Install <application>Telepathy GLib</application> by running the
140 following commands:
141 </para>
142
143<screen><userinput>PYTHON=/usr/bin/python3 ./configure --prefix=/usr \
144 --enable-vala-bindings \
145 --disable-static &amp;&amp;
146make</userinput></screen>
147
148 <para>
149 To test the results, issue: <command>make check</command>.
150 <!--Four tests are known to fail: <emphasis>test-account</emphasis>,
151 <emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, and
152 <emphasis>test-contact-list-client</emphasis>.-->
153 </para>
154
155 <para>
156 Now, as the <systemitem class="username">root</systemitem> user:
157 </para>
158
159<screen role="root"><userinput>make install</userinput></screen>
160
161 </sect2>
162
163 <sect2 role="commands">
164 <title>Command Explanations</title>
165
166 <para>
167 <parameter>--enable-vala-bindings</parameter>: This switch
168 enables building of the Vala bindings. Remove if you don't
169 have <xref linkend="vala"/> installed.
170 </para>
171
172 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
173 href="../../xincludes/static-libraries.xml"/>
174
175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
176 href="../../xincludes/gtk-doc-rebuild.xml"/>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Programs</segtitle>
185 <segtitle>Installed Libraries</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>
190 None
191 </seg>
192 <seg>
193 libtelepathy-glib.so
194 </seg>
195 <seg>
196 /usr/include/telepathy-1.0 and
197 /usr/share/gtk-doc/html/telepathy-glib
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="libtelepathy-glib">
208 <term><filename class="libraryfile">libtelepathy-glib.so</filename></term>
209 <listitem>
210 <para>
211 contains the <application>Telepathy GLib</application> API functions.
212 </para>
213 <indexterm zone="telepathy-glib libtelepathy-glib">
214 <primary sortas="c-libtelepathy-glib">libtelepathy-glib.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.