source: archive/farsight2.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.1 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 farsight2-download-http "http://farsight.freedesktop.org/releases/farsight2/farsight2-&farsight2-version;.tar.gz">
8 <!ENTITY farsight2-download-ftp " ">
9 <!ENTITY farsight2-md5sum "7756d910687dd2abd455fd68e83f125c">
10 <!ENTITY farsight2-size "1.1 MB">
11 <!ENTITY farsight2-buildsize "40 MB">
12 <!ENTITY farsight2-time "0.4 SBU">
13]>
14
15<sect1 id="farsight2" xreflabel="Farsight2-&farsight2-version;">
16 <?dbhtml filename="farsight2.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Farsight2-&farsight2-version;</title>
23
24 <indexterm zone="farsight2">
25 <primary sortas="a-Farsight2">Farsight2</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Farsight2</title>
30
31 <para>The <application>Farsight2</application> package is a collection of
32 GStreamer modules and libraries for videoconferencing.</para>
33
34 &lfs70_built;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&farsight2-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&farsight2-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &farsight2-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &farsight2-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &farsight2-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &farsight2-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Farsight2 Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="gst-plugins-base"/>,
62 <xref linkend="libnice"/>, and
63 <xref linkend="python2"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><ulink
67 url="http://gstreamer.freedesktop.org/modules/gst-python.html">GStreamer
68 Python Bindings</ulink>,
69 <xref linkend="gtk-doc"/>,
70 <xref linkend="gupnp"/>,
71 <xref linkend="pygobject2"/>, and
72 <ulink url="http://www.valgrind.org/">Valgrind</ulink></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/farsight2"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Farsight2</title>
81
82 <para>Install <application>Farsight2</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr \
86 --disable-python &amp;&amp;
87make</userinput></screen>
88
89 <para>To test the results, issue: <command>make check</command>.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><parameter>--disable-python</parameter>: This parameter disables the
101 <application>Python</application> bindings from being built. Omit it if
102 you have installed the optional python module dependencies.</para>
103
104 <para><option>--enable-static=no</option>: This switch prevents the static
105 libraries being installed.</para>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/gtk-doc-rebuild.xml"/>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>None</seg>
122 <seg>libfsfunnel.{so,a},libfsmsnconference.{so,a},
123 libfsrawconference.{so,a},libfsrtcpfilter.{so,a},libfsrtpconference.{so,a},
124 libfsvideoanyrate.{so,a},libgstfarsight-0.10.{so,a},
125 libmulticast-transmitter.{so,a},libnice-transmitter.{so,a},
126 librawudp-transmitter.{so,a}, and libshm-transmitter.{so,a}</seg>
127 <seg>/usr/{include/gstreamer-0.10/gst/farsight,lib/farsight2-0.0,
128 share/{farsight2/0.0/fsrtpconference,gtk-doc/html/{farsight2-libs-0.10,
129 farsight2-plugins-0.10}}}</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="libgstfarsight-0.10">
139 <term><filename class='libraryfile'>libgstfarsight-0.10.{so,a}</filename></term>
140 <listitem>
141 <para>contains the <application>farsight2</application> API
142 functions.</para>
143 <indexterm zone="farsight2 libgstfarsight-0.10">
144 <primary sortas="c-libgstfarsight-0.10">libgstfarsight-0.10.{so,a}</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.