source: general/genlib/telepathy-glib.xml@ 5ff8c3a

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 5ff8c3a was 00eb94a, checked in by Bruce Dubbs <bdubbs@…>, 21 months ago

Tags and add a dependency to sysprof

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