The Farsight2 package is a collection of GStreamer modules and libraries for videoconferencing.
This package is known to build using an LFS 6.5 platform but has not been tested.
Download (HTTP): http://farsight.freedesktop.org/releases/farsight2/farsight2-0.0.12.tar.gz
Download MD5 sum: cd4cb116947dd8ce2c837ba398e27c4e
Download size: 980 KB
Estimated disk space required: 23 MB
Estimated build time: 0.5 SBU
GStreamer Base Plug-ins-0.10.25, libnice-0.0.8, and Python-2.7.2
GStreamer Python Bindings, GTK-Doc-1.18, PyGObject-3.0.3, 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.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2010-08-14 09:43:53 +0000