The Farsight2 package is a collection of GStreamer modules and libraries for videoconferencing.
This package is known to build using an LFS 7.0 platform but has not been tested.
Download (HTTP): http://farsight.freedesktop.org/releases/farsight2/farsight2-0.0.26.tar.gz
Download MD5 sum: 7756d910687dd2abd455fd68e83f125c
Download size: 1.1 MB
Estimated disk space required: 40 MB
Estimated build time: 0.4 SBU
gst-plugins-base-0.10.36, libnice-0.1.2, and Python-2.7.3
GStreamer Python Bindings, GTK-Doc-1.18, gupnp-0.18.3, PyGObject-2.28.6, and Valgrind
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/farsight2
Install Farsight2 by running the following commands:
./configure --prefix=/usr \
--disable-python &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-python: This
parameter disables the Python
bindings from being built. Omit it if you have installed the
optional python module dependencies.
--enable-static=no: This switch
prevents the static libraries being installed.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-03-16 01:21:54 +0000