summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-25 11:54:36 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-25 11:54:36 +0100
commit998747d0ca860c0f664aefd71b5d89f70fd9eb77 (patch)
tree7a366424ca0d8d19c5768dc9402c7923aac71442 /README
parent4dbc6c2a2412ae1a5262e724ca53e3c5213f501f (diff)
downloadspice-gtk-998747d0ca860c0f664aefd71b5d89f70fd9eb77.tar.gz
spice-gtk-998747d0ca860c0f664aefd71b5d89f70fd9eb77.tar.xz
spice-gtk-998747d0ca860c0f664aefd71b5d89f70fd9eb77.zip
build: update README
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 8 insertions, 12 deletions
diff --git a/README b/README
index 52d0cf6..384c297 100644
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
-spice & gtk
-===========
+spice-gtk
+=========
-Porting spice client to gtk ...
+A Gtk client and libraries for SPICE remote desktop servers.
+Please report bugs at: spice-devel@lists.freedesktop.org
What you can find here
----------------------
@@ -11,12 +12,9 @@ libspice-client-glib
provides glib objects for spice protocol decoding and surface rendering.
* SpiceSession (see spice-session.h).
* SpiceChannel (see spice-channel.h).
+ * SpiceAudio (see spice-audio.h).
* Various Spice<Type>Channel (see channel-<type>.h).
-libspice-client-pulse
- provides glib object for sound support via pulseaudio.
- * SpicePulse (see spice-pulse.h)
-
libspice-client-gtk
provides gtk widget to show spice display and accept user input.
* SpiceDisplay (see spice-widget.h)
@@ -29,18 +27,16 @@ snappy
Command line tool, connects to spice server and writes out a
screen shot.
+SpiceClientGtk python module.
+
+SpiceClientGlib and SpiceClientGtk GObject-introspection modules.
current state
-------------
spicy app starts becoming usable.
-Library API is far from being stable. Likewise the ABI of course.
-If you play with the libs make sure you rebuild everything after
-updating the library for the time being.
-
Some features are missing:
- - No sound recording support.
- No client migration support.
- No mm time handling.
- Most channel implementations are incomplete.