source: multimedia/libdriv/farstream.xml@ 8aeb474

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 8aeb474 was 137f3d8, checked in by Krejzi <krejzi@…>, 12 years ago

Fix farstream compilation with newer gobject introspection, check telepathy farstream.

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

  • Property mode set to 100644
File size: 5.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 farstream-download-http
8 "http://freedesktop.org/software/farstream/releases/farstream/farstream-&farstream-version;.tar.gz">
9 <!ENTITY farstream-download-ftp " ">
10 <!ENTITY farstream-md5sum "5d6e561b3688d0d0c8906fec4f356df3">
11 <!ENTITY farstream-size "1.3 MB">
12 <!ENTITY farstream-buildsize "30 MB">
13 <!ENTITY farstream-time "0.2 SBU">
14]>
15
16<sect1 id="farstream" xreflabel="Farstream-&farstream-version;">
17 <?dbhtml filename="farstream.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Farstream-&farstream-version;</title>
25
26 <indexterm zone="farstream">
27 <primary sortas="a-farstream">farstream</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Farstream</title>
32
33 <para>
34 The <application>Farstream</application> package contains a
35 collection of GStreamer modules and libraries used for
36 videoconferencing.
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&farstream-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&farstream-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &farstream-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &farstream-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &farstream-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &farstream-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/farstream-&farstream-version;-gir_fixes-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Farstream Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="gst-plugins-base"/> and
90 <xref linkend="libnice"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="gobject-introspection"/>
96 </para>
97
98 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
99 <para role="recommended">
100 <xref linkend="gst-plugins-bad"/> and
101 <xref linkend="gst-plugins-good"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
106 <ulink url="http://gstreamer.freedesktop.org/modules/gst-python.html">
107 GStreamer Python Bindings</ulink>,
108 <xref linkend="gtk-doc"/>,
109 <ulink url="http://gupnp.org/">gupnp-igd</ulink>,
110 <xref linkend="pygobject2"/> and
111 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url="&blfs-wiki;/farstream"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Farstream</title>
121
122 <para>
123 Install <application>Farstream</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>patch -Np1 -i ../farstream-&farstream-version;-gir_fixes-1.patch &amp;&amp;
128./configure --prefix=/usr \
129 --disable-python \
130 --disable-static &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <option>--disable-python</option>: This switch disables Python
149 bindings. Remove if you have Gst-Python and PyGObject2 installed.
150 </para>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../../xincludes/static-libraries.xml"/>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/gtk-doc-rebuild.xml"/>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Library</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 libfarstream-0.1.so
170 </seg>
171 <seg>
172 /usr/include/farstream-0.1,
173 /usr/lib/farstream-0.1,
174 /usr/share/farstream,
175 /usr/share/gtk-doc/html/farstream-libs-0.10 and
176 /usr/share/gtk-doc/html/farstream-plugins-0.1
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="libfarstream-0.1">
187 <term><filename class="libraryfile">libfarstream-0.1.so</filename></term>
188 <listitem>
189 <para>
190 contains the <application>Farstream</application> API functions.
191 </para>
192 <indexterm zone="farstream libfarstream-0.1">
193 <primary sortas="c-libfarstream-0.1">libfarstream-0.1.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.