Re: [Spice-devel] Announcement - spice is part of Gentoo

2011-01-05 Thread Liang Guo
Hi, On Wed, Jan 5, 2011 at 10:33 PM, Hans de Goede wrote: > Hi, > > On 01/05/2011 02:40 PM, Tiziano Müller wrote: >> >> Hi everyone >> >> Since I'm also a Gentoo dev, I added spice to Gentoo a couple of months >> ago. There is a package site for it you could use to link on the >> Download page: h

Re: [Spice-devel] Announcement - spice is part of Gentoo

2011-01-05 Thread Hans de Goede
Hi, On 01/05/2011 02:40 PM, Tiziano Müller wrote: Hi everyone Since I'm also a Gentoo dev, I added spice to Gentoo a couple of months ago. There is a package site for it you could use to link on the Download page: http://packages.gentoo.org/package/app-emulation/spice Thanks for the packages

Re: [Spice-devel] Announcement - spice is part of Gentoo

2011-01-05 Thread Alon Levy
On Wed, Jan 05, 2011 at 02:40:35PM +0100, Tiziano Müller wrote: > Hi everyone > > Since I'm also a Gentoo dev, I added spice to Gentoo a couple of months > ago. There is a package site for it you could use to link on the > Download page: http://packages.gentoo.org/package/app-emulation/spice > Co

Re: [Spice-devel] [PATCH] common, canvas_get_jpeg_alpha: let top_down be any value

2011-01-05 Thread Hans de Goede
Ack. On 01/05/2011 02:33 PM, Alon Levy wrote: Allow top_down flag to have any value, only ASSERT it is positive when needs to be positive and zero otherwise. Allows older server bug of sending 4 instead of 1 in top down flag to not affect newer clients (previous patch fixes server). --- common

[Spice-devel] Announcement - spice is part of Gentoo

2011-01-05 Thread Tiziano Müller
Hi everyone Since I'm also a Gentoo dev, I added spice to Gentoo a couple of months ago. There is a package site for it you could use to link on the Download page: http://packages.gentoo.org/package/app-emulation/spice I guess a Wiki page is required to show how to install it. Cheers, Tiziano -

Re: [Spice-devel] [RFC] patch to remove CEGUI dependency

2011-01-05 Thread Darren Xiong
since four months goes away, is there any further steps on this? Is it possible tailor the existed spice client c++ code and exposed these as JNI to java code, the surface and mouse drawing by java(provided by android api)?. We tried to compile tinyx and ALSA on my phone, but there is no shm and n

[Spice-devel] [PATCH] common, canvas_get_jpeg_alpha: let top_down be any value

2011-01-05 Thread Alon Levy
Allow top_down flag to have any value, only ASSERT it is positive when needs to be positive and zero otherwise. Allows older server bug of sending 4 instead of 1 in top down flag to not affect newer clients (previous patch fixes server). --- common/canvas_base.c |2 +- 1 files changed, 1 inser

[Spice-devel] Announce - Ubuntu Packages

2011-01-05 Thread Tiziano Müller
Hi everyone There are a couple of Ubuntu PPA's containing broken or outdated versions of spice client packages. Therefore I created a new PPA: https://launchpad.net/~dev-zero/+archive/spice I splitted the spice packages (and it's dependencies) into the following binary packages: * libcelt051 *

Re: [Spice-devel] [RFC 0/1] fix build with CEGUI on Fedora 15 (rawhide)

2011-01-05 Thread Hans de Goede
Hi, Thanks for working on this, I'm no autoconf wiz, but still: ack. Regards, Hans On 01/05/2011 02:22 PM, Alon Levy wrote: RFC because the implementation is somewhat lame and I didn't test this on F14 (or anything except rawhide). So call for tester/autoconf wiz to take a look :) Alon Lev

[Spice-devel] [RFC 1/1] client: CEGUI: search for CEGUI-0.6 to work in F15 (rawhide)

2011-01-05 Thread Alon Levy
--- client/x11/Makefile.am |2 ++ configure.ac | 19 ++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am index 42b8b0a..7504833 100644 --- a/client/x11/Makefile.am +++ b/client/x11/Makefile.am @@ -25,6

[Spice-devel] [RFC 0/1] fix build with CEGUI on Fedora 15 (rawhide)

2011-01-05 Thread Alon Levy
RFC because the implementation is somewhat lame and I didn't test this on F14 (or anything except rawhide). So call for tester/autoconf wiz to take a look :) Alon Levy (1): client: CEGUI: search for CEGUI-0.6 to work in F15 (rawhide) client/x11/Makefile.am |2 ++ configure.ac |

Re: [Spice-devel] [PATCH 1/1] Fixes compilation error of Spice Client (Linux/X11) with OpenGL enabled modified: client/x11/red_window.cpp

2011-01-05 Thread Hans de Goede
Hi, On 01/04/2011 04:13 PM, Marc-André Lureau wrote: On Wed, Dec 22, 2010 at 2:08 PM, Thomas Tyminski wrote: diff --git a/client/x11/red_window.cpp b/client/x11/red_window.cpp index d7b19f9..d53a92f 100644 --- a/client/x11/red_window.cpp +++ b/client/x11/red_window.cpp @@ -2075,13 +2075,13 @@