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

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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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