[Spice-devel] [PATCH] build: fix parallel install

2012-06-08 Thread Tiziano Müller
This is a workaround for broken parallel install support in automake with LTLIBRARIES, see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7328 --- gtk/Makefile.am |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 0327d65..328c8d6 100

[Spice-devel] About Benchmark Report on SPICE

2012-06-08 Thread 蒋媛园
Hi I just read the document “ Benchmark Report on SPICE Remote Display Protocol 2010” . I want to know how can I build the testing environment and get the outputs? Is there any user manual? Thanks in advance. Best regards.___ Spice-devel mailing

[Spice-devel] About Benchmark Report on SPICE

2012-06-08 Thread 蒋媛园
Hi I just read the document “ Benchmark Report on SPICE Remote Display Protocol 2010” . I want to know how can I build the testing environment and get the outputs? Is there any user manual? Thanks in advance. Best regards. ___ Spice-devel mail

[Spice-devel] [PATCH spice-gtk 2/4] Deprecate spice_channel_set_capability()

2012-06-08 Thread Marc-André Lureau
This was initially public to eventually let a derived class implement more capabilities. Even though it is technically doable to derive and tweak exisiting channels, there is a lack of support in spice-gtk for doing that. --- gtk/spice-channel.c |2 +- gtk/spice-channel.h |5 + gtk/spi

[Spice-devel] [PATCH spice-gtk 3/4] Fix video playback with GStreamer backend

2012-06-08 Thread Marc-André Lureau
The playback audio delay is not correctly adjusted, we should take min_latency, set by gst_bin_do_latency_func (). --- gtk/spice-gstaudio.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk/spice-gstaudio.c b/gtk/spice-gstaudio.c index 080169b..6dd250e 100644 --- a/gtk

[Spice-devel] [PATCH spice-gtk 4/4] Fix incorrect format string

2012-06-08 Thread Marc-André Lureau
--- gtk/channel-playback.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/channel-playback.c b/gtk/channel-playback.c index 1485267..61501c8 100644 --- a/gtk/channel-playback.c +++ b/gtk/channel-playback.c @@ -509,7 +509,7 @@ void spice_playback_channel_set_delay(SpiceP

[Spice-devel] [PATCH spice-gtk 1/4] Learn to disable specific capability by their name

2012-06-08 Thread Marc-André Lureau
Allows to run spice-gtk with SPICE_FOO_CAP_BAR=0 disable channel FOO capability BAR. --- gtk/spice-channel-priv.h |8 ++-- gtk/spice-channel.c | 12 +++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/gtk/spice-channel-priv.h b/gtk/spice-channel-priv.h index

[Spice-devel] [PATCH win-agent] build-sys: statically build by default

2012-06-08 Thread Marc-André Lureau
Fix build by default when using mingw (when more compiler are supported we could do case by case) Since we are statically building, strip resulting binary (we could also use lto, whole-program but that doesn't seem to change much..) --- Makefile.am |6 -- 1 file changed, 4 insertions(+),

Re: [Spice-devel] [PATCH win-agent] build-sys: statically build by default

2012-06-08 Thread Marc-André Lureau
self-nack, vdservice is correctly statically linked, but no vdagent. Fixing it. - Mensaje original - > Fix build by default when using mingw (when more compiler are > supported we could do case by case) > > Since we are statically building, strip resulting binary (we > could also use lto,

[Spice-devel] [PATCH win-agent] build-sys: statically build agent

2012-06-08 Thread Marc-André Lureau
Fix build by default when using mingw (when more compiler are supported we could do case by case) Since we are statically building, strip resulting binary (we also use lto, whole-program but that doesn't seem to change much..) --- Makefile.am |9 ++--- configure.ac |1 + 2 files chan

[Spice-devel] keyboard and Mouse Fails....

2012-06-08 Thread Neal Prager
After further investigation we've found the root cause of this problem, which was last discussed in a February thread. To recap, the symptom was that keyboard and mouse input was sometimes not being processed by the X11 spice client when it was invoked with fullscreen=auto-config. The reason for