Re: [Spice-devel] UPDATE: spice-gtk on MAC OSX

2013-10-27 Thread Mario
Hi Marc, Am 26.10.2013 16:53, schrieb Marc-André Lureau: Hi - Original Message - Marc, as I wrote im my last mail my SDL drawing backend was not as successful as expected. However I started to create a complete SDL client. This client uses the spice-glib but has no relation to gtk o

Re: [Spice-devel] Release timing / strategy?

2013-10-27 Thread Alon Levy
On 10/25/2013 07:01 PM, Jeremy White wrote: > I've just now submitted updated spice-html5 packages to bohdi, so > hopefully Fedora users will able to run an updated version shortly > and stop having the missing minus key :-/. > > But I don't have a strategy for release timing. The html5 client >

Re: [Spice-devel] [PATCH] Silence gcc false positive with -Wuninitialized

2013-10-27 Thread Alon Levy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/25/2013 11:19 AM, Christophe Fergeau wrote: > Ping ? > > On Fri, Oct 18, 2013 at 02:53:08PM +0200, Christophe Fergeau > wrote: >> Some versions of gcc warn about: red_channel.c: In function >> 'red_channel_client_wait_outgoing_item': red_channel

Re: [Spice-devel] [PATCH xf86-video-qxl 2/2] Xspice: add better doc strings for audio & vdagent

2013-10-27 Thread Uri Lublin
On 10/27/2013 12:02 PM, Alon Levy wrote: Signed-off-by: Alon Levy --- scripts/Xspice | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) Hi Alon, Both patches look good. Ack series. Thanks, Uri. ___ Spice-devel mailing l

[Spice-devel] [PATCH xf86-video-qxl 2/2] Xspice: add better doc strings for audio & vdagent

2013-10-27 Thread Alon Levy
Signed-off-by: Alon Levy --- scripts/Xspice | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/Xspice b/scripts/Xspice index b1528f9..b8a7b78 100755 --- a/scripts/Xspice +++ b/scripts/Xspice @@ -85,15 +85,15 @@ parser.add_argument('--streaming-video', c

[Spice-devel] [PATCH xf86-video-qxl 1/2] spiceqxl_util.[hc]: add copyright & license headers

2013-10-27 Thread Alon Levy
Signed-off-by: Alon Levy --- src/spiceqxl_util.c | 22 ++ src/spiceqxl_util.h | 22 ++ 2 files changed, 44 insertions(+) diff --git a/src/spiceqxl_util.c b/src/spiceqxl_util.c index 49cd5ab..975467d 100644 --- a/src/spiceqxl_util.c +++ b/src/spiceqxl_util.