The telepathy-farsight package contains a Telepathy client that uses Farsight and GStreamer to handle media streaming channels. It's used as a background process by other Telepathy clients, rather than presenting any user interface of its own.
Download (HTTP): http://telepathy.freedesktop.org/releases/telepathy-farsight/telepathy-farsight-0.0.4.tar.gz
Download MD5 sum: 2862c3c07d150485b22b2614391c36e2
Download size: 558 KB
Estimated disk space required: 6 MB
Estimated build time: 0.1 SBU
Farsight2-0.0.12 and telepathy-glib-0.9.2
GStreamer Python Bindings, GTK-Doc-1.18, and PyGTK-2.17.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/telepathy-farsight
Install telepathy-farsight by running the following commands:
./configure --prefix=/usr \ --disable-python && make
This package does not come with a test suite.
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:51:16 +0000