source: multimedia/libdriv/farstream.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 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 &lfs70_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">Farstream Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gst-plugins-base"/> and
80 <xref linkend="libnice"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gobject-introspection"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
89 <para role="recommended">
90 <xref linkend="gst-plugins-bad"/> and
91 <xref linkend="gst-plugins-good"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <ulink url="http://gstreamer.freedesktop.org/modules/gst-python.html">
97 GStreamer Python Bindings</ulink>,
98 <xref linkend="gtk-doc"/>,
99 <ulink url="http://gupnp.org/">gupnp-igd</ulink>,
100 <xref linkend="pygobject2"/> and
101 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/farstream"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Farstream</title>
111
112 <para>
113 Install <application>Farstream</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr --disable-python \
118 --disable-static &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <option>--disable-python</option>: This switch disables Python
137 bindings. Remove if you have Gst-Python and PyGObject2 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 Library</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 libfarstream-0.1.so
158 </seg>
159 <seg>
160 /usr/include/farstream-0.1, /usr/lib/farstream-0.1,
161 /usr/share/farstream,
162 /usr/share/gtk-doc/html/farstream-libs-0.10 and
163 /usr/share/gtk-doc/html/farstream-plugins-0.1
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="libfarstream-0.1">
174 <term><filename class="libraryfile">libfarstream-0.1.so</filename></term>
175 <listitem>
176 <para>
177 contains the Farstream API functions.
178 </para>
179 <indexterm zone="farstream libfarstream-0.1">
180 <primary sortas="c-libfarstream-0.1">libfarstream-0.1.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.