source: gnome/platform/telepathy-glib.xml@ 15ee416

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 15ee416 was eba70158, checked in by Douglas R. Reno <renodr@…>, 8 years ago

(systemd/gnome merge staging) Update to AccountsService-0.6.42
(systemd/gnome merge staging) Update to geocode-glib-3.20.1
(systemd/gnome merge staging) Update to gnome-desktop-3.20.2
(systemd/gnome merge staging) Update to gnome-online-accounts-3.20.1
(systemd/gnome merge staging) Update to VTE-0.44.2
(systemd/gnome merge staging) Update to yelp-xsl-3.20.1
(systemd/gnome merge) Copied distributor information in gnome-desktop to trunk
(systemd/gnome merge) Copied AccountsService, geocode-glib, gnome-online-accounts, gnome-menus, telepathy-glib, and gnome-video-effects to trunk
(systemd/gnome merge) Greenlighted gnome-video-effects, yelp-xsl, and totem-pl-parser
Added libxml2 as a required dependency for gnome-desktop
Fixed the URL for gtk# in GMime
Tags

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

  • Property mode set to 100644
File size: 5.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 "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 "cbeb0a24acc26e7f095be281c324da69">
11 <!ENTITY telepathy-glib-size "3.8 MB">
12 <!ENTITY telepathy-glib-buildsize "222 MB">
13 <!ENTITY telepathy-glib-time "1.2 SBU">
14]>
15
16<sect1 id="telepathy-glib" xreflabel="telepathy-glib-&telepathy-glib-version;" revision="systemd">
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 &lfs79_checked;&gcc6_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 <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="dbus-glib"/> and
83 <xref linkend="libxslt"/>
84 </para>
85
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/>, and
90 <xref linkend="vala"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="gtk-doc"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/telepathy-glib"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Telepathy Glib</title>
105
106 <para>
107 Install <application>Telepathy GLib</application> by running the
108 following commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr \
112 --enable-vala-bindings \
113 --disable-static &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make -k check</command>.
118 Four tests are known to fail: <emphasis>test-account</emphasis>,
119 <emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, and
120 <emphasis>test-contact-list-client</emphasis>.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <parameter>--enable-vala-bindings</parameter>: This switch
136 enables building of the Vala bindings. Remove if you don't
137 have <xref linkend="vala"/> installed.
138 </para>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/static-libraries.xml"/>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/gtk-doc-rebuild.xml"/>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 None
159 </seg>
160 <seg>
161 libtelepathy-glib.so
162 </seg>
163 <seg>
164 /usr/include/telepathy-1.0 and
165 /usr/share/gtk-doc/html/telepathy-glib
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="libtelepathy-glib">
176 <term><filename class="libraryfile">libtelepathy-glib.so</filename></term>
177 <listitem>
178 <para>
179 contains the <application>Telepathy GLib</application> API functions.
180 </para>
181 <indexterm zone="telepathy-glib libtelepathy-glib">
182 <primary sortas="c-libtelepathy-glib">libtelepathy-glib.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.