The Telepathy GLib package is a library for GLib based Telepathy components. Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.18.1.tar.gz
Download MD5 sum: 461732739e3fbf8467991bbe661fb29a
Download size: 3.4 MB
Estimated disk space required: 160 MB
Estimated build time: 2.0 SBU
D-Bus GLib Bindings-0.98, libxslt-1.1.26 and Python-2.7.3
gobject-introspection-1.32.1 and Vala-0.16.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/telepathy-glib
Install Telepathy GLib by running the following commands:
./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--enable-vala-bindings \
--disable-static &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--libexecdir=/usr/lib/telepathy: This
parameter prevents creating of /usr/libexec directory.
--enable-vala-bindings: This option
enables building of the Vala bindings. Remove if you don't have
Vala-0.16.0 installed.
--disable-static: This switch prevents
installation of static versions of the libraries.
--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-05-16 16:39:28 +0000