summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-18 17:03:26 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-18 17:03:26 +0000
commitf1e714a108bf4882cda9493366a5f66e05b4c720 (patch)
tree973df4cb4fbed8d8ca9ea89e9b270efbd567d15f /README
parentd2f8affa0bd8827da33fff4aff1766e29d5ee4e7 (diff)
downloadtelepathy-farstream-f1e714a108bf4882cda9493366a5f66e05b4c720.tar.gz
Fill in README and turn off non-GNU-make warnings (fd.o #14020)
20080218170326-53eee-fd33c6a2e7c1c8fbf2e465a87da927fad28ddce8.gz
Diffstat (limited to 'README')
-rw-r--r--README74
1 files changed, 74 insertions, 0 deletions
diff --git a/README b/README
index e69de29..b7e469f 100644
--- a/README
+++ b/README
@@ -0,0 +1,74 @@
+=======================
+telepathy-stream-engine
+=======================
+
+Stream Engine is 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.
+
+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.
+
+Requirements
+============
+
+telepathy-stream-engine requires:
+ telepathy-glib <http://telepathy.freedesktop.org/releases/telepathy-glib/>
+ Farsight <http://farsight.freedesktop.org/releases/farsight/>
+ GStreamer base plugins <http://gstreamer.freedesktop.org/>
+ GLib, GObject <http://ftp.gnome.org/pub/GNOME/sources/glib/>
+ libdbus <http://dbus.freedesktop.org/releases/dbus/>
+ The D-Bus GLib bindings <http://dbus.freedesktop.org/releases/dbus-glib/>
+
+At build time, it also requires:
+ GNU make <http://www.gnu.org/software/make/>
+ pkg-config <http://ftp.gnome.org/pub/GNOME/sources/pkg-config/>
+ libxslt, xsltproc <http://xmlsoft.org/XSLT/>
+ Python <http://www.python.org/>
+
+See configure.ac for full details, including versions required.
+
+Building from Darcs also requires the GNU build system (Autoconf, Automake,
+libtool).
+
+Bugs, feature requests and to-do list
+=====================================
+
+Report all bugs, feature requests and "to-do" items here:
+ <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=stream-engine>
+
+Versioning policy
+=================
+
+We use an "odd/even" versioning scheme where the minor version (the y in
+x.y.z) determines stability - stable branches have y even, development
+branches have y odd.
+
+Unreleased builds straight from Darcs identify themselves as version
+"x.y.z.1". These are compiled with -Werror, so they might stop working
+if your gcc version issues more warnings than ours. If this is a problem
+for you, use a release tarball.
+
+Contact info
+============
+
+This package is maintained by the Telepathy project:
+ <http://telepathy.freedesktop.org/>
+ <mailto:telepathy@lists.freedesktop.org>
+ <irc://irc.freenode.net/telepathy>
+
+Telepathy development is supported by Collabora Ltd.
+ <http://www.collabora.co.uk/>.
+
+Hacking
+=======
+
+The current version of telepathy-stream-engine is always available from:
+ <http://darcs.collabora.co.uk/darcs/telepathy/stream-engine/>
+
+Proposed patches awaiting review can usually be found in Merge Monkey:
+ <http://monkey.collabora.co.uk/>
+
+Please follow <http://telepathy.freedesktop.org/wiki/Style>.