mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Farsight2-0.0.12.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8500 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
97d40fb8a9
commit
ed9f7f020d
@ -756,6 +756,7 @@ $Date$
|
||||
<!ENTITY gst-plugins-base-version "0.10.25">
|
||||
<!ENTITY gst-plugins-good-version "0.10.17">
|
||||
<!ENTITY gst-plugins-ugly-version "0.10.10">
|
||||
<!ENTITY farsight2-version "0.0.12">
|
||||
<!ENTITY libmusicbrainz-version "2.1.5">
|
||||
<!ENTITY libmpeg2-version "0.5.1">
|
||||
<!ENTITY libtheora-version "1.1.1">
|
||||
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 14th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, Farsight2-0.0.12.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, libnice-0.0.8.</para>
|
||||
</listitem>
|
||||
|
147
multimedia/libdriv/farsight2.xml
Normal file
147
multimedia/libdriv/farsight2.xml
Normal file
@ -0,0 +1,147 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY farsight2-download-http "http://farsight.freedesktop.org/releases/farsight2/farsight2-&farsight2-version;.tar.gz">
|
||||
<!ENTITY farsight2-download-ftp " ">
|
||||
<!ENTITY farsight2-md5sum "cd4cb116947dd8ce2c837ba398e27c4e">
|
||||
<!ENTITY farsight2-size "980 KB">
|
||||
<!ENTITY farsight2-buildsize "23 MB">
|
||||
<!ENTITY farsight2-time "0.5 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="farsight2" xreflabel="Farsight2-&farsight2-version;">
|
||||
<?dbhtml filename="farsight2.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Farsight2-&farsight2-version;</title>
|
||||
|
||||
<indexterm zone="farsight2">
|
||||
<primary sortas="a-Farsight2">Farsight2</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Farsight2</title>
|
||||
|
||||
<para>The <application>Farsight2</application> package is a collection of
|
||||
GStreamer modules and libraries for videoconferencing.</para>
|
||||
|
||||
&lfs65_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&farsight2-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&farsight2-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &farsight2-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &farsight2-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &farsight2-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &farsight2-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Farsight2 Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gst-plugins-base"/>,
|
||||
<xref linkend="libnice"/>, and
|
||||
<xref linkend="python"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><ulink
|
||||
url="http://gstreamer.freedesktop.org/modules/gst-python.html">GStreamer
|
||||
Python Bindings</ulink>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="pygobject"/>, and
|
||||
<ulink url="http://www.valgrind.org/">Valgrind</ulink></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/farsight2"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Farsight2</title>
|
||||
|
||||
<para>Install <application>Farsight2</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-python &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--disable-python</parameter>: This parameter disables the
|
||||
<application>Python</application> bindings from being built.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgstfarsight-0.10.{so,a}, libmulticast-transmitter.{so,a},
|
||||
libnice-transmitter.{so,a}, librawudp-transmitter.{so,a},
|
||||
libfsfunnel.{so,a}, libfsrtcpfilter.{so,a}, libfsrtpconference.{so,a},
|
||||
and libfsvideoanyrate.{so,a}</seg>
|
||||
<seg>/usr/{include/gstreamer-0.10/gst/farsight,lib/farsight2-0.0,
|
||||
share/gtk-doc/html/{farsight2-libs-0.10,farsight2-plugins-0.10}}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libgstfarsight-0.10">
|
||||
<term><filename class='libraryfile'>libgstfarsight-0.10.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains the <application>farsight2</application> API
|
||||
functions.</para>
|
||||
<indexterm zone="farsight2 libgstfarsight-0.10">
|
||||
<primary sortas="c-libgstfarsight-0.10">libgstfarsight-0.10.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -58,6 +58,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gst-plugins-base.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gst-plugins-good.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gst-plugins-ugly.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="farsight2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libmusicbrainz.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libmpeg2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opal.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user