On Tue, Jun 28, 2011 at 01:20:52AM +0800, Liang Guo wrote:
> I found the root of this problem, spicec is linked with -lCEGUIBase,
> and /usr/lib/libCEGUIBASE.la have
>
> dependency_libs=' /usr/lib/libfreetype.la -lz -lpcre -lfreeimage -lGLU -lGL'
>
> but libfreetype.la is in /usr/lib/x86_64-linux
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 fragme
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 depending
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 s
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),
>
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 int
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 i
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 H.2
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
--prefix=/Users/gtkosx/gtk/
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:
ma
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 chec
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
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 :)
>> 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/freetyp
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 an
2011/6/27 shohyanglim :
> 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:
>> `/usr/lib/libfreetype.la
>
>
m
>> 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 ther
>
> 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
__
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
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 o
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 -I../../
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 -I../../
22 matches
Mail list logo