[Spice-devel] [PATCH] hmp: info spice: take out webdav

2015-03-03 Thread Gerd Hoffmann
Obvious suggestion for the next spice-protocol release: Add some way to #ifdef new stuff. Signed-off-by: Gerd Hoffmann --- hmp.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hmp.c b/hmp.c index eacfb1b..71c28bc 100644 --- a/hmp.c +++ b/hmp.c @@ -561,7 +561,12 @@ void hmp_info_spice(M

Re: [Spice-devel] [PATCH spice-gtk 2/5] Use libphodav-2 (breaks webdav server temporarily)

2015-03-03 Thread Marc-André Lureau
libsoup 2.49.1 was released today. I updated this patch to check libsoup 2.49. Ack? On Mon, Feb 23, 2015 at 2:52 PM, Marc-André Lureau wrote: > On Mon, Feb 23, 2015 at 1:38 PM, Christophe Fergeau > wrote: >> even libsoup git is not 2.50, are you 100% sure this is the version >> number which wi

Re: [Spice-devel] [PATCH spice-gtk 2/5] Use libphodav-2 (breaks webdav server temporarily)

2015-03-03 Thread Christophe Fergeau
On Sat, Feb 21, 2015 at 01:40:13AM +0100, Marc-André Lureau wrote: > This change breaks webdav server, since libphodav-2 no longer > set up a TCP service running in a thread. It's up to the client > to decide how best to accept and handle new connections. > > This commits remove all the hacks rela

Re: [Spice-devel] [PATCH spice-gtk 2/5] Use libphodav-2 (breaks webdav server temporarily)

2015-03-03 Thread Christophe Fergeau
On Tue, Mar 03, 2015 at 02:15:35PM +0100, Marc-André Lureau wrote: > libsoup 2.49.1 was released today. I updated this patch to check libsoup 2.49. Better to check for the full 2.49.1 instead of just 2.49 ? > Ack? See the comment I just sent against the initial patch, ACK apart from that. Chris

Re: [Spice-devel] [PATCH spice-gtk 2/5] Use libphodav-2 (breaks webdav server temporarily)

2015-03-03 Thread Marc-André Lureau
ok, changed - Original Message - > On Sat, Feb 21, 2015 at 01:40:13AM +0100, Marc-André Lureau wrote: > > This change breaks webdav server, since libphodav-2 no longer > > set up a TCP service running in a thread. It's up to the client > > to decide how best to accept and handle new connec

Re: [Spice-devel] [Spice-commits] 5 commits - configure.ac gtk/channel-webdav.c gtk/giopipe.c gtk/giopipe.h gtk/Makefile.am gtk/spice-session.c spice-common tests/Makefile.am tests/pipe.c

2015-03-03 Thread Marc-André Lureau
On Tue, Mar 3, 2015 at 2:54 PM, Marc-André Lureau wrote: > spice-common |2 that was not supposed to change (damn commit -a) I'll revert it. -- Marc-André Lureau ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.

[Spice-devel] [PATCH spice-gtk] RFC: Prepare v0.28 release

2015-03-03 Thread Marc-André Lureau
Hi, I'd like to release spice-gtk v0.28. Here is updated NEWS file for comments. --- NEWS | 18 ++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index abc1477..122689a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +v0.28 += + +- webdav improvements: + - no longer

Re: [Spice-devel] [PATCH spice-gtk] RFC: Prepare v0.28 release

2015-03-03 Thread Fabio Fantoni
Il 03/03/2015 15:14, Marc-André Lureau ha scritto: > Hi, > > I'd like to release spice-gtk v0.28. Here is updated NEWS file for > comments. > > --- > NEWS | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/NEWS b/NEWS > index abc1477..122689a 100644 > --- a/NEWS > +++ b/N

Re: [Spice-devel] [PATCH spice-gtk] RFC: Prepare v0.28 release

2015-03-03 Thread Marc-André Lureau
Hi - Original Message - > Il 03/03/2015 15:14, Marc-André Lureau ha scritto: > > Hi, > > > > I'd like to release spice-gtk v0.28. Here is updated NEWS file for > > comments. > > > > --- > > NEWS | 18 ++ > > 1 file changed, 18 insertions(+) > > > > diff --git a/NEWS b/NEWS

Re: [Spice-devel] [PATCH spice-gtk] RFC: Prepare v0.28 release

2015-03-03 Thread Fabio Fantoni
Il 03/03/2015 15:54, Marc-André Lureau ha scritto: > Hi > > - Original Message - >> Il 03/03/2015 15:14, Marc-André Lureau ha scritto: >>> Hi, >>> >>> I'd like to release spice-gtk v0.28. Here is updated NEWS file for >>> comments. >>> >>> --- >>> NEWS | 18 ++ >>> 1 file c

Re: [Spice-devel] [PATCH] hmp: info spice: take out webdav

2015-03-03 Thread Cole Robinson
On 03/03/2015 03:31 AM, Gerd Hoffmann wrote: > Obvious suggestion for the next spice-protocol > release: Add some way to #ifdef new stuff. > > Signed-off-by: Gerd Hoffmann > --- > hmp.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/hmp.c b/hmp.c > index eacfb1b..71c28bc 100644 >

[Spice-devel] RFC - concept patch to use Gstreamer

2015-03-03 Thread Jeremy White
Hi folks, I've been fighting gstreamer for a while now, and I thought I'd take a break from my battle to share this concept patch. I'm hoping to get feedback on the basic direction and approach, so I can change course if I'm way off base. The concept is to enable the use of gstreamer, and then w