• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,9471,618

examples/H03-May-2022-2,5762,031

m4/H03-May-2022-9,3348,364

telepathy-farstream/H03-May-2022-12,8539,501

tools/H03-May-2022-3,7712,924

AUTHORSH A D28-Feb-20110

COPYINGH A D28-Feb-201123.9 KiB464388

ChangeLogH A D25-Aug-2014395.3 KiB13,3277,845

INSTALLH A D25-Aug-201415.4 KiB371289

Makefile.amH A D17-Sep-2012732 2920

Makefile.inH A D03-May-202228.3 KiB916805

NEWSH A D25-Aug-20145.2 KiB168129

READMEH A D20-Feb-20122.3 KiB7152

aclocal.m4H A D25-Aug-201448.2 KiB1,3591,224

autogen.shH A D29-Feb-2012749 3525

config.guessH A D25-Aug-201443.8 KiB1,5361,331

config.h.inH A D25-Aug-20142 KiB8154

config.subH A D25-Aug-201434.8 KiB1,7911,651

configureH A D25-Aug-2014442.3 KiB15,21512,740

configure.acH A D25-Aug-20144.4 KiB138107

depcompH A D25-Aug-201423 KiB792502

gtk-doc.makeH A D25-Aug-20148.6 KiB277233

install-shH A D25-Aug-201413.7 KiB528351

ltmain.shH A D25-Aug-2014276.8 KiB9,6567,304

missingH A D25-Aug-20146.7 KiB216143

README

1=======================
2telepathy-farstream
3=======================
4
5Telepathy Farstream is a Telepathy client library that uses Farstream
6to handle Call channels.
7
8Telepathy is a D-Bus framework for unifying real time communication,
9including instant messaging, voice calls and video calls. It abstracts
10differences between protocols to provide a unified interface for
11applications.
12
13Requirements
14============
15
16telepathy-farstream requires:
17  telepathy-glib <http://telepathy.freedesktop.org/releases/telepathy-glib/>
18  Farstream <http://farsight.freedesktop.org/releases/farstream/>
19  GStreamer base plugins <http://gstreamer.freedesktop.org/>
20  GLib, GObject <http://ftp.gnome.org/pub/GNOME/sources/glib/>
21  libdbus <http://dbus.freedesktop.org/releases/dbus/>
22  The D-Bus GLib bindings <http://dbus.freedesktop.org/releases/dbus-glib/>
23
24At build time, it also requires:
25  GNU make <http://www.gnu.org/software/make/>
26  pkg-config <http://ftp.gnome.org/pub/GNOME/sources/pkg-config/>
27  libxslt, xsltproc <http://xmlsoft.org/XSLT/>
28  Python <http://www.python.org/>
29
30See configure.ac for full details, including versions required.
31
32Building from Darcs also requires the GNU build system (Autoconf, Automake,
33libtool).
34
35Bugs, feature requests and to-do list
36=====================================
37
38Report all bugs, feature requests and "to-do" items here:
39  <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-farstream>
40
41Versioning policy
42=================
43
44We use an "odd/even" versioning scheme where the minor version (the y in
45x.y.z) determines stability - stable branches have y even, development
46branches have y odd.
47
48Unreleased builds straight from Darcs identify themselves as version
49"x.y.z.1". These are compiled with -Werror, so they might stop working
50if your gcc version issues more warnings than ours. If this is a problem
51for you, use a release tarball.
52
53Contact info
54============
55
56This package is maintained by the Telepathy project:
57  <http://telepathy.freedesktop.org/>
58  <mailto:telepathy@lists.freedesktop.org>
59  <irc://irc.freenode.net/telepathy>
60
61Telepathy development is supported by Collabora Ltd.
62  <http://www.collabora.co.uk/>.
63
64Hacking
65=======
66
67The current version of telepathy-farstream is always available from:
68  <http://git.collabora.co.uk/?p=telepathy-farstream.git;a=summary>
69
70Please follow <http://telepathy.freedesktop.org/wiki/Style>.
71