Re: [Spice-devel] Prepare for release 0.16.0 ?

2015-05-25 Thread poma
On 26.05.2015 08:29, poma wrote: > > Prepare for release 0.15.0 - 2013-10-14 > ... > 0001-clipboard-target_to_type-fix-inner-loop-variable-nam.patch > 0002-Add-a-virtio_write_clipboard-function.patch > 0003-Add-a-warning-for-unhandled-case.patch > 0004-Add-VD_AGENT_CAP_MAX_CLIPBOARD-support.patch

[Spice-devel] Prepare for release 0.16.0 ?

2015-05-25 Thread poma
Prepare for release 0.15.0 - 2013-10-14 ... 0001-clipboard-target_to_type-fix-inner-loop-variable-nam.patch 0002-Add-a-virtio_write_clipboard-function.patch 0003-Add-a-warning-for-unhandled-case.patch 0004-Add-VD_AGENT_CAP_MAX_CLIPBOARD-support.patch 0005-randr-Make-resolution-changing-more-robust

[Spice-devel] type name ‘VDAgentAudioVolumeSync’

2015-05-25 Thread poma
http://cgit.freedesktop.org/spice/linux/vd_agent/commit/?id=9b0eb8b 0028-vdagent-volume-synchronization-from-client.patch src/vdagent.c: In function ‘daemon_read_complete’: src/vdagent.c:114:9: error: unknown type name ‘VDAgentAudioVolumeSync’ VDAgentAudioVolumeSync *avs = (VDAgentAudioV

Re: [Spice-devel] [PATCH 0/11] Add GStreamer and VP8 support

2015-05-25 Thread Fabio Fantoni
Il 21/05/2015 10:34, Fabio Fantoni ha scritto: > Il 13/05/2015 22:20, Francois Gouget ha scritto: >> This is a followup on Jeremy White's concept patch to use GStreamer: >> http://www.spinics.net/lists/spice-devel/msg10030.html >> >> There is still a lot of work ahead but this patches series has al

[Spice-devel] [spice-jhbuild PATCH v2 05/12] moduleset: use libusb from system

2015-05-25 Thread Victor Toso
All necessary patches from Hans branch is upstream. --- modulesets/spice.xml | 5 - 1 file changed, 5 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index ffb2d38..af8ab52 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -68,10 +68,6 @@ - -

[Spice-devel] [spice-jhbuild PATCH v2 12/12] README: Fix url, include info and more

2015-05-25 Thread Victor Toso
--- README | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README b/README index 1d724d2..a431fe0 100644 --- a/README +++ b/README @@ -8,22 +8,34 @@ cd jhbuild ./autogen.sh --prefix= make install +More about jhbuild in the official guide: +https://de

[Spice-devel] [spice-jhbuild PATCH v2 00/12] updating spice-jhbuild

2015-05-25 Thread Victor Toso
spice-jhbuild v2 - Addressing Christophe's suggestions: The build is a bit lighter now; spice-gtk and qemu (default modules to build) builds 20 packages instead of ~40 from before; - jhbuild build virt-viewer stil building around ~40 packages as it depends on libvirt-glib; - Specific changes

[Spice-devel] [spice-jhbuild PATCH v2 01/12] moduleset: include gnome-apps-3.18 moduleset

2015-05-25 Thread Victor Toso
By including gnome-apps-3.18 we have the following modules: - gnome-boxes - libvirt-glib - vinagre - gtk-vnc - libosinfo --- modulesets/spice.xml | 35 ++- 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml ind

[Spice-devel] [spice-jhbuild PATCH v2 03/12] moduleset: usbredir was moved to spice repository

2015-05-25 Thread Victor Toso
--- modulesets/spice.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 5e44ce1..be45d6a 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -63,8 +63,8 @@ - - + + @@ -90,7

[Spice-devel] [spice-jhbuild PATCH v2 04/12] moduleset: virtinst is part of virt-manager

2015-05-25 Thread Victor Toso
--- modulesets/spice.xml | 8 1 file changed, 8 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index be45d6a..ffb2d38 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -138,17 +138,9 @@ - - - - - -

[Spice-devel] [spice-jhbuild PATCH v2 10/12] moduleset: update dependencies

2015-05-25 Thread Victor Toso
--- modulesets/spice.xml | 8 1 file changed, 8 insertions(+) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 8cc4a6d..c6a7a65 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -71,6 +71,7 @@ + @@ -170,6 +171,9

[Spice-devel] [spice-jhbuild PATCH v2 08/12] moduleset: include libgovirt

2015-05-25 Thread Victor Toso
--- modulesets/spice.xml | 10 ++ 1 file changed, 10 insertions(+) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 04c1db1..1943af1 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -168,4 +168,14 @@ + + + + + + + +

[Spice-devel] [spice-jhbuild PATCH v2 09/12] modulesets: update configure options

2015-05-25 Thread Victor Toso
spice-server: with lz4, removed client option; spice-gtk: with webdav smartcard and usbredir, removed polikit due: http://lists.freedesktop.org/archives/spice-devel/2014-December/018350.html virt-viewer: with spice-gtk --- modulesets/spice.xml | 20 +--- 1 file changed, 17 insert

[Spice-devel] [spice-jhbuild PATCH v2 11/12] moduleset: update pyparsing 1.5.5 -> 2.0.3

2015-05-25 Thread Victor Toso
--- modulesets/spice.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index c6a7a65..66751d3 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -94,9 +94,9 @@ +module="pyparsing/pyparsing/pypa

[Spice-devel] [spice-jhbuild PATCH v2 02/12] moduleset: use celt051 from system packages

2015-05-25 Thread Victor Toso
- spice-gtk no longer depends on celt --- modulesets/spice.xml | 10 -- 1 file changed, 10 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 772e1e6..5e44ce1 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -25,19 +25,10 @@ - -http://do

[Spice-devel] [spice-jhbuild PATCH v2 06/12] moduleset: improve qemu configure options

2015-05-25 Thread Victor Toso
--- modulesets/spice.xml | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index af8ab52..f85377c 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -48,7 +48,21 @@ checkout). The configure script r

[Spice-devel] [spice-jhbuild PATCH v2 07/12] moduleset: include Phodav module

2015-05-25 Thread Victor Toso
This module is necessary to have webdav option enable on spice-gtk --- modulesets/spice.xml | 12 1 file changed, 12 insertions(+) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index f85377c..04c1db1 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -98,11 +9

Re: [Spice-devel] [PATCH qemu 08/11] Add the ability to specify Spice video codecs.

2015-05-25 Thread Fabio Fantoni
Il 13/05/2015 22:30, Jeremy White ha scritto: > Signed-off-by: Jeremy White > --- > qemu-options.hx | 8 > ui/spice-core.c | 17 + > 2 files changed, 25 insertions(+) > > diff --git a/qemu-options.hx b/qemu-options.hx > index ec356f6..acd78a7 100644 > --- a/qemu-options.

Re: [Spice-devel] [PATCH 11/13] jhbuildrc: using system icons and files not needed

2015-05-25 Thread Victor Toso
Hey, sorry for the late reply on this one, I was testing it again On Tue, May 12, 2015 at 04:34:42PM +0200, Christophe Fergeau wrote: > On Thu, Apr 30, 2015 at 06:59:12PM +0200, Victor Toso wrote: > > --- > > jhbuildrc | 9 - > > 1 file changed, 9 deletions(-) > > > > diff --git a/jhbuil