hi guys, someone know about the the capability of graphics accelerate in spice
client (aka spicec) ? i print the help of spicec, but the option
--enable-opengl is not recommend, why & the effects of this option is much more
better for performance ?
Thanks,
- Jojo
在 2013-3-9,上午1:24,Flo 写道:
Signed-off-by: Jeremy White
---
spice-html5.spec.in |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/spice-html5.spec.in b/spice-html5.spec.in
index 467875a..236ae26 100644
--- a/spice-html5.spec.in
+++ b/spice-html5.spec.in
@@ -1,6 +1,6 @@
Name: spice-html5
Signed-off-by: Jeremy White
---
spice-html5.spec.in |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice-html5.spec.in b/spice-html5.spec.in
index 1ce1725..467875a 100644
--- a/spice-html5.spec.in
+++ b/spice-html5.spec.in
@@ -31,7 +31,7 @@ file for Apache, but should work
Signed-off-by: Jeremy White
---
spice-html5.spec.in |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/spice-html5.spec.in b/spice-html5.spec.in
index 928d88b..1ce1725 100644
--- a/spice-html5.spec.in
+++ b/spice-html5.spec.in
@@ -5,7 +5,7 @@ Summary:Pure Javascri
Signed-off-by: Jeremy White
---
Makefile|2 --
apache.conf | 10 --
apache.conf.sample | 10 ++
spice-html5.spec.in |4 ++--
4 files changed, 12 insertions(+), 14 deletions(-)
delete mode 100644 apache.conf
create mode 100644 apache.conf.sample
Signed-off-by: Jeremy White
---
spice-html5.spec.in | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/spice-html5.spec.in b/spice-html5.spec.in
index 35c386a..6c10817 100644
--- a/spice-html5.spec.in
+++ b/spice-html5.spec.in
@@ -5,12 +5,12 @@ Summary:Pure
Signed-off-by: Jeremy White
---
spice-html5.spec.in |8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/spice-html5.spec.in b/spice-html5.spec.in
index 5351f38..35c386a 100644
--- a/spice-html5.spec.in
+++ b/spice-html5.spec.in
@@ -3,7 +3,7 @@ Version:VERSION
R
Signed-off-by: Jeremy White
---
apache.conf |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/apache.conf b/apache.conf
index dda4cb0..f3bd2fe 100644
--- a/apache.conf
+++ b/apache.conf
@@ -3,9 +3,8 @@
#
Alias /spice /usr/share/spice-html5
-AllowOverride None
-
These patches resulted in spice-html5 being approved for inclusion in Fedora.
Jeremy White (7):
Make our sample Apache configuration work on a RHEL server as well.
Fix our SPEC file to indicate LGPLv3 license, not GPLv3
Revise the .spec file to use %{name}, and remove a few unneded
state
Hi,
On 03/10/2013 08:39 PM, Yonit Halperin wrote:
On 03/10/2013 06:50 AM, Alon Levy wrote:
On Tue, Feb 26, 2013 at 01:03:51PM -0500, Yonit Halperin wrote:
mjpeg_encoder can receive periodic reports about the playback status on
the client side. Then, mjpeg_encoder analyses the report and can
in
On Mon, Mar 11, 2013 at 01:56:04PM +0100, Marc-André Lureau wrote:
> On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau
> wrote:
>
> > +AC_ARG_ENABLE([xpi],
> > + [AS_HELP_STRING([--enable-xpi],
> > + [Enable compilation of an xpi package])],
> > + [], [enable_xpi=no])
> > +i
On Mon, Mar 11, 2013 at 9:52 AM, Christophe Fergeau wrote:
> Hey,
>
> On Fri, Mar 08, 2013 at 10:19:05AM +0100, Gianluca Cecchi wrote:
>> some days ago I installed f18 on raspberry pi using
>> fedora-arm-installer and loading rpfr-f18-rc1.img
>> All went fine with the os but then when searching on
On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau
wrote:
> +AC_ARG_ENABLE([xpi],
> + [AS_HELP_STRING([--enable-xpi],
> + [Enable compilation of an xpi package])],
> + [], [enable_xpi=no])
> +if test x"$enable_xpi" != xno; then
> PKG_CHECK_MODULES(XUL, libxul-embedding >= 10
- Mensaje original -
> On Mon, Mar 11, 2013 at 01:24:34PM +0100, Marc-André Lureau wrote:
> > On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau
> > wrote:
> > > AC_ARG_ENABLE 3rd argument is what to do when the argument is
> > > specified and the 4th arg is what to do when the argumen
On Mon, Mar 11, 2013 at 01:24:34PM +0100, Marc-André Lureau wrote:
> On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau
> wrote:
> > AC_ARG_ENABLE 3rd argument is what to do when the argument is
> > specified and the 4th arg is what to do when the argument is
> > not specified. Using [enable_gen
On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau
wrote:
> AC_ARG_ENABLE 3rd argument is what to do when the argument is
> specified and the 4th arg is what to do when the argument is
> not specified. Using [enable_generator=true] as the 3rd argument
> is wrong as this would enable the generato
On Mon, Mar 11, 2013 at 12:24:03PM +0100, Marc-André Lureau wrote:
> How do you apply this? if fails on both current master, and after the
> previous 10 patches.
As indicated in the cover letter:
"thiss series also replaces patches 8/9 and 9/9 of the previous series as
the configure.ac changes fro
Hi
Patch looks good, thanks for the fix!
applied
--
Marc-André Lureau
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel
How do you apply this? if fails on both current master, and after the
previous 10 patches.
--
Marc-André Lureau
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel
Now that we switched to using the headers from npapi-sdk to build
the spice-xpi plugin, the only reason we are depending on xulrunner
is to build an xpi package for the plugin for easier installation
in firefox. However, this .xpi is not installed by default nor
packaged by distributions, so it's n
The xpidl binary is no longer available in xulrunner 10, so we no longer
need the Makefile magic using xpidl now that we require it. We'll always
directly use header.py/typelib.py instead.
---
SpiceXPI/src/plugin/Makefile.am | 8
configure.ac| 11 ---
2 files
Even RHEL5 has at least xulrunner 10 these days, so no need to keep that
compat code around.
---
SpiceXPI/src/plugin/np_entry.cpp | 7 ---
SpiceXPI/src/plugin/npplat.h | 6 +-
SpiceXPI/src/plugin/plugin.cpp | 7 ---
configure.ac | 43 +--
AC_ARG_ENABLE 3rd argument is what to do when the argument is
specified and the 4th arg is what to do when the argument is
not specified. Using [enable_generator=true] as the 3rd argument
is wrong as this would enable the generator when using
--disable-generator.
---
configure.ac | 4 ++--
1 file
Nothing sets $red_target anymore
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index f02c695..4bde0f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,5 @@ AC_MSG_NOTICE([
XUL IDL files:${XUL_IDLDIR}
Build
Hey,
My spice-xpi patch series was initially dropping the dependency
on xulrunner totally, however I realized it's not much harder to make
this support optional and only require xulrunner in order to assemble
a .xpi package from the built plugin. As I'm not sure yet what is the
best way to distrib
Hi,
On Sat, Mar 09, 2013 at 10:19:01AM +0100, Gianluca Cecchi wrote:
> Hello,
> I have a winxp sp3 VM that runs inside an oVirt 3.2 all-in-one install
> in Fedora18
> I had spice-guest-tools-0.3 installed.
> I stopped spice agent and then ran the 0.52 executable.
> But now the VM doesn't start any
Hey,
On Fri, Mar 08, 2013 at 10:19:05AM +0100, Gianluca Cecchi wrote:
> some days ago I installed f18 on raspberry pi using
> fedora-arm-installer and loading rpfr-f18-rc1.img
> All went fine with the os but then when searching on installed system
> and via yum I didn't find any spice-xpi package
$ remote-viewer spice://192.168.0.233:111 # 111 is not a valid spice port
(remote-viewer:29381): GSpice-WARNING **: incomplete link header (-104/16)
Segmentation fault (core dumped)
$ gdb /usr/bin/remote-viewer core
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/li
28 matches
Mail list logo