source: general/genlib/telepathy-farstream.xml@ 99d8124d

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 99d8124d was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10209 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-farstream-download-http
8 "http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-&telepathy-farstream-version;.tar.gz">
9 <!ENTITY telepathy-farstream-download-ftp " ">
10 <!ENTITY telepathy-farstream-md5sum "52d110f8a9f27bce0a6c2c07e18aee56">
11 <!ENTITY telepathy-farstream-size "644 KB">
12 <!ENTITY telepathy-farstream-buildsize "7.0 MB">
13 <!ENTITY telepathy-farstream-time "0.1 SBU">
14]>
15
16<sect1 id="telepathy-farstream" xreflabel="telepathy-farstream-&telepathy-farstream-version;">
17 <?dbhtml filename="telepathy-farstream.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>telepathy-farstream-&telepathy-farstream-version;</title>
25
26 <indexterm zone="telepathy-farstream">
27 <primary sortas="a-telepathy-farstream">telepathy-farstream</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Telepathy Farstream</title>
32
33 <para>
34 The <application>Telepathy Farstream</application> is a
35 <application>Telepathy</application> client library that
36 uses <application>Farstream</application> to handle Call
37 channels.
38 </para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&telepathy-farstream-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&telepathy-farstream-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &telepathy-farstream-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &telepathy-farstream-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &telepathy-farstream-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &telepathy-farstream-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Telepathy Farstream Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="farstream"/> and
81 <xref linkend="telepathy-glib"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <ulink url="http://gstreamer.freedesktop.org/src/gst-python/">
87 GStreamer Python Bindings</ulink>,
88 <xref linkend="gtk-doc"/> and
89 <xref linkend="pygobject3"/>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/telepathy-farstream"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Telepathy Farstream</title>
99
100 <para>
101 Install <application>Telepathy Farstream</application> by running the
102 following commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr \
106 --disable-python \
107 --disable-static &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <option>--disable-python</option>: This parameter disables
126 building of the <application>Python</application> bindings.
127 Remove if you have optional <application>Python</application>
128 bindings installed.
129 </para>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/static-libraries.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/gtk-doc-rebuild.xml"/>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 libtelepathy-farstream.so and tpfarstream.so (Python Module)
149 </seg>
150 <seg>
151 /usr/include/telepathy-1.0/telepathy-farstream and
152 /usr/share/gtk-doc/html/telepathy-farstream
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="libtelepathy-farstream">
163 <term><filename class="libraryfile">libtelepathy-farstream.so</filename></term>
164 <listitem>
165 <para>
166 contains the <application>Telepathy Farstream</application> API functions.
167 </para>
168 <indexterm zone="telepathy-farstream libtelepathy-farstream">
169 <primary sortas="c-libtelepathy-farstream">libtelepathy-farstream.so</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.