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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c341539 was c341539, checked in by Krejzi <krejzi@…>, 12 years ago

gtk-vnc 0.5.0, libatasmart 0.18, udisks2 1.94.0, upower 0.9.15, colord 0.1.19, telepathy-glib 0.18.0, telepathy-logger 0.4.0, telepathy-mission-control 5.12.0, mx 1.4.5. Added farstream 0.1.2 and telepathy-farstream 0.4.0

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

  • Property mode set to 100644
File size: 5.3 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 "5b80faf033f91b0413907b4c380024f1">
11 <!ENTITY telepathy-glib-size "3.4 MB">
12 <!ENTITY telepathy-glib-buildsize "160 MB">
13 <!ENTITY telepathy-glib-time "2.0 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>The <application>telepathy-glib</application> package is a library for
34 GLib-based Telepathy components. Telepathy is a
35 <application>D-Bus</application> framework for unifying real time
36 communication, including instant messaging, voice calls and video calls. It
37 abstracts differences between protocols to provide a unified interface for
38 applications.</para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&telepathy-glib-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&telepathy-glib-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &telepathy-glib-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &telepathy-glib-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &telepathy-glib-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &telepathy-glib-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">telepathy-glib Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required">
68 <xref linkend="dbus-glib"/>,
69 <xref linkend="libxslt"/> and
70 <xref linkend="python2"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="gobject-introspection"/> and
76 <xref linkend="vala"/>
77 (Required if building GNOME)
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="gtk-doc"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/telepathy-glib"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of telepathy-glib</title>
92
93 <para>Install <application>telepathy-glib</application> by running the following
94 commands:</para>
95
96<screen><userinput>./configure --prefix=/usr \
97 --libexecdir=/usr/lib/telepathy \
98 --enable-vala-bindings \
99 --disable-static &amp;&amp;
100make</userinput></screen>
101
102 <para>To test the results, issue: <command>make check</command>.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para><parameter>--libexecdir=/usr/lib/telepathy</parameter>:
114 This parameter prevents creating of
115 <filename class="directory">/usr/libexec</filename>
116 directory.</para>
117
118 <para><option>--enable-vala-bindings</option>: This option builds the
119 Vala bindings. Remove if you don't have <xref linkend="vala"/>
120 installed.</para>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gtk-doc-rebuild.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Library</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 libtelepathy-glib.so
140 </seg>
141 <seg>
142 /usr/include/telepathy-1.0/telepathy-glib,
143 /usr/lib/telepathy and
144 /usr/share/gtk-doc/html/telepathy-glib
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="libtelepathy-glib">
155 <term><filename class='libraryfile'>libtelepathy-glib.so</filename></term>
156 <listitem>
157 <para>contains the <application>telepathy-glib</application> API
158 functions.</para>
159 <indexterm zone="telepathy-glib libtelepathy-glib">
160 <primary sortas="c-libtelepathy-glib">libtelepathy-glib.so</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.