[Spice-commits] 2 commits - README src/spice-uri.c
Pavel Grunt
pgrunt at kemper.freedesktop.org
Tue May 31 10:02:26 UTC 2016
README | 14 ++++++--------
src/spice-uri.c | 2 +-
2 files changed, 7 insertions(+), 9 deletions(-)
New commits:
commit 94dafd6edf3fbe799fcbe22de0d3156286dfbd60
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Fri May 27 11:28:11 2016 +0200
Update README
Remove gtk2 related stuff.
Recommend dnf for installing dependencies.
diff --git a/README b/README
index e80e168..43ee08a 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ libspice-client-glib-2.0
* SpiceAudio (see spice-audio.h).
* Various Spice<Type>Channel (see channel-<type>.h).
-libspice-client-gtk-{2.0,3.0}
+libspice-client-gtk-3.0
provides gtk widget to show spice display and accept user input.
* SpiceDisplay (see spice-widget.h)
@@ -31,24 +31,22 @@ spicy-stats
Command line tool, connects to spice server and writes out a
summary of connection details, amount of bytes transferred...
-SpiceClientGtk python module (only built with Gtk+ 2.0)
-
SpiceClientGlib and SpiceClientGtk GObject-introspection modules.
Build dependencies:
------------------
-. On Fedora: (gtk2-devel if building with --with-gtk=2.0)
+. On Fedora use:
+
+dnf builddep spice-gtk
+
+. or install:
gtk3-devel spice-protocol intltool
openssl-devel pulseaudio-libs-devel pixman-devel
gobject-introspection-devel libjpeg-turbo-devel zlib-devel
cyrus-sasl-devel gtk-doc
-. To build python bindings for virt-manager, you need gtk2, and:
-
-pygtk2-devel python
-
. The GStreamer backend needs:
gstreamer1-devel gstreamer1-plugins-base-devel gstreamer1-plugins-good gstreamer1-plugins-bad-free
commit aac9845123d24f714488b8627bd4debaaa995077
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Mon May 30 17:46:44 2016 +0200
spice-uri: Mark parameter as unused
Acked-by: Victor Toso <victortoso at redhat.com>
diff --git a/src/spice-uri.c b/src/spice-uri.c
index e1317bd..8cf870d 100644
--- a/src/spice-uri.c
+++ b/src/spice-uri.c
@@ -340,7 +340,7 @@ static void spice_uri_finalize(GObject* obj)
G_OBJECT_CLASS (spice_uri_parent_class)->finalize (obj);
}
-static void spice_uri_init (SpiceURI *self)
+static void spice_uri_init (SpiceURI *self G_GNUC_UNUSED)
{
}
More information about the Spice-commits
mailing list