Re: [Spice-devel] Spice compile error

2011-06-27 Thread Alon Levy
On Mon, Jun 27, 2011 at 11:27:04AM +0800, Liang Guo wrote: Dear All, When I compile spice 0.8.1 on Debian sid with g++ 4.6, I get following error: g++ -DHAVE_CONFIG_H -I. -I../.. -DSW_CANVAS_CACHE -DSW_CANVAS_NO_CHUNKS -DUSE_GLZ -D__STDC_LIMIT_MACROS -I. -I.. -I../../common

Re: [Spice-devel] Spice compile error

2011-06-27 Thread Christophe Fergeau
On Mon, Jun 27, 2011 at 11:27:04AM +0800, Liang Guo wrote: Dear All, When I compile spice 0.8.1 on Debian sid with g++ 4.6, I get following error: g++ -DHAVE_CONFIG_H -I. -I../.. -DSW_CANVAS_CACHE -DSW_CANVAS_NO_CHUNKS -DUSE_GLZ -D__STDC_LIMIT_MACROS -I. -I.. -I../../common

Re: [Spice-devel] Thoughts about improving streaming video

2011-06-27 Thread Christophe Fergeau
Hey, Fwiw, http://blogs.adobe.com/penguinswf/2010/01/solving_different_problems.html and http://www.splitted-desktop.com/static/en/pdf/actu/Linux_with_Gnash.pdf might be interesting readings. Christophe On Mon, Jun 27, 2011 at 08:32:52AM +0300, Yaniv Kaul wrote: Licensing and patent concerns

Re: [Spice-devel] Thoughts about improving streaming video

2011-06-27 Thread Yaniv Kaul
On 06/27/2011 11:50 AM, Christophe Fergeau wrote: Hey, Fwiw, http://blogs.adobe.com/penguinswf/2010/01/solving_different_problems.html This is a bit outdated - as they have realized some of the video could be fully accelerated. Above: The Flash Player has to do a little bit more. In addition

Re: [Spice-devel] Spice compile error

2011-06-27 Thread Liang Guo
No. Is the pc file correct? what does pkg-config --libs freetype2 give? freetype .pc file is in /usr/lib/x86_64-linux-gnu/pkgconfig/freetype2.pc pkg-config --libs freetype2 gives following result: $ pkg-config --libs freetype2 -lfreetype -- Liang Guo http://bluestone.cublog.cn

Re: [Spice-devel] Spice compile error

2011-06-27 Thread Liang Guo
liang@guoliangc:/usr/lib/pkgconfig$ ls -al /usr/lib/x86_64-linux-gnu/libfreetype.la -rw-r--r-- 1 root root 892  6月 23 05:58 /usr/lib/x86_64-linux-gnu/libfreetype.la But spice cannot find it. have any one meet such ploblem ? The error you are seeing generally means there is a .la file

Re: [Spice-devel] Spice compile error

2011-06-27 Thread Liang Guo
2011/6/27 shohyanglim shohyang...@gmail.com: Hi,Liang GUO: 问题出在 ld 想从/usr/lib/找 libfreetyp.la但它却 在 /usr/lib/x86_64-linux-gnu/,你查下为何configure是没有找对路径即可。 (你的机器的默认的LD_LIBRARY_PATH是什么?ld默认找LD_LIBRARY_PATH下面的 库,你可以改变量,或者作连接都行) On Mon, 2011-06-27 at 11:27 +0800, Liang Guo wrote:

Re: [Spice-devel] Spice compile error

2011-06-27 Thread Christophe Fergeau
On Mon, Jun 27, 2011 at 05:47:09PM +0800, Liang Guo wrote: liang@guoliangc:/usr/lib/pkgconfig$ ls -al /usr/lib/x86_64-linux-gnu/libfreetype.la -rw-r--r-- 1 root root 892  6月 23 05:58 /usr/lib/x86_64-linux-gnu/libfreetype.la But spice cannot find it. have any one meet such ploblem

Re: [Spice-devel] Spice compile error

2011-06-27 Thread Liang Guo
The libfreetype.la in my system is /usr/lib/x86_64-linux-gnu/libfreetype.la, not /usr/lib/libfreetype.la Why spice is searching for  /usr/lib/freetype.la, spice is trying to use /usr/lib/freetype.la because one of the library spice uses has a .la file which lists /usr/lib/freetype.la as a

[Spice-devel] QXL driver for Ubuntu

2011-06-27 Thread Andrea Celestino
Hi, I have installed Ubuntu 10.10 32 bit on qemu image and I would like to use -vga qxl option to start spice server from the command line. I think I should check if qxl driver are installed in my ubuntu 10.10, how can I check if they are already installed? Thanks and sorry for my rusty english

Re: [Spice-devel] Thoughts about improving streaming video

2011-06-27 Thread John A. Sullivan III
On Mon, 2011-06-27 at 08:32 +0300, Yaniv Kaul wrote: Licensing and patent concerns of x264 aside (see http://mailman.videolan.org/pipermail/x264-devel/2010-July/007508.html), the more I think about it, the more it makes sense to me to have H.264 offload feature in QXL: This sounds great

Re: [Spice-devel] QXL driver for Ubuntu

2011-06-27 Thread Alon Levy
On Mon, Jun 27, 2011 at 07:54:40PM +0200, Andrea Celestino wrote: Hi, I have installed Ubuntu 10.10 32 bit on qemu image and I would like to use -vga qxl option to start spice server from the command line. I think I should check if qxl driver are installed in my ubuntu 10.10, how can I check

[Spice-devel] libcacard... Please go away...

2011-06-27 Thread Cliff Sharp
I tried your suggestion ... But I am not using MacPorts any longer. I am using gtk-osx. Hi Cliff, I've hit the same problem, it seems like its the problem with introspection in MacPorts. Adding --enable-introspection=no seemed to have solved this issue. I'm hitting another with vala though:

[Spice-devel] No package 'libcacard' found

2011-06-27 Thread Cliff Sharp
I can't seem to get past this... Does anybody have any ideas??? Thanks Attempting to build spice-gtk using gtk-osx files: ./autogen.sh --with-audio=gstreamer --without-python --with-coroutine=gthread --with-gtk=2.0 --enable-smartcard=no --enable-vala=no --with-sasl=no

Re: [Spice-devel] Thoughts about improving streaming video

2011-06-27 Thread David Jaša
Dne 27.6.2011 20:45, John A. Sullivan III napsal(a): On Mon, 2011-06-27 at 08:32 +0300, Yaniv Kaul wrote: Licensing and patent concerns of x264 aside (see http://mailman.videolan.org/pipermail/x264-devel/2010-July/007508.html), the more I think about it, the more it makes sense to me to have

Re: [Spice-devel] QXL driver for Ubuntu

2011-06-27 Thread David Jaša
Dne 27.6.2011 19:54, Andrea Celestino napsal(a): Hi, I have installed Ubuntu 10.10 32 bit on qemu image and I would like to use -vga qxl option to start spice server from the command line. I think I should check if qxl driver are installed in my ubuntu 10.10, how can I check if they are already

Re: [Spice-devel] No package 'libcacard' found

2011-06-27 Thread Marc-André Lureau
Hi Cliff, - Original Message - I can't seem to get past this... Does anybody have any ideas??? checking for SMARTCARD... no configure: error: Package requirements (libcacard = 0.1.2) were not met: No package 'libcacard' found There was a small typo in configure.ac that I

Re: [Spice-devel] Thoughts about improving streaming video

2011-06-27 Thread John A. Sullivan III
On Tue, 2011-06-28 at 00:14 +0200, David Jaša wrote: Dne 27.6.2011 20:45, John A. Sullivan III napsal(a): On Mon, 2011-06-27 at 08:32 +0300, Yaniv Kaul wrote: Licensing and patent concerns of x264 aside (see http://mailman.videolan.org/pipermail/x264-devel/2010-July/007508.html), the more

[Spice-devel] Is Nagle disabled?

2011-06-27 Thread John A. Sullivan III
Hello, all. I put on my network engineer hat today and started doing packet traces of SPICE to see what we could do from a systems perspective to reduce the perceived latency. SPICE does not appear to be fragmenting - in fact the do not fragment bit is set so I assume we are doing MTU discovery

[Spice-devel] [PATCH] plugin: try to run only /usr/libexec/spice-xpi-client

2011-06-27 Thread Marc-André Lureau
Although not really important, the previous code was racy (stat + exec). I propose running /usr/libexec/spice-xpi-client without parameters, which could be a shell script with the required arguments to call spicec or other spice clients (and could be easily tweaked to run various clients

Re: [Spice-devel] Is Nagle disabled?

2011-06-27 Thread Yaniv Kaul
On 06/28/2011 01:42 AM, John A. Sullivan III wrote: Hello, all. I put on my network engineer hat today and started doing packet traces of SPICE to see what we could do from a systems perspective to reduce the perceived latency. SPICE does not appear to be fragmenting - in fact the do not