[Spice-devel] [PATCH spice-protocol 5/5] build-sys: Requires proper pkg-config for MingW

2019-10-11 Thread Frediano Ziglio
.pc files requires MingW version, not system one. Signed-off-by: Frediano Ziglio --- spice-protocol.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-protocol.spec.in b/spice-protocol.spec.in index 375291c..d295e44 100644 --- a/spice-protocol.spec.in +++ b/spice-p

[Spice-devel] [PATCH spice-protocol 3/5] build-sys: Allows spec file to build MingW packages

2019-10-11 Thread Frediano Ziglio
Add MingW support. This allows to build MingW packages easily with a $ rpmbuild -ta spice-protocol-.tar.bz2 It's possible to disable MingW build using $ rpmbuild --without mingw -ta spice-protocol-.tar.bz2 This is base on some work by Eduardo Lima adding MingW support to SPEC files.

[Spice-devel] [PATCH spice-protocol 4/5] build-sys: Update URL in SPEC file

2019-10-11 Thread Frediano Ziglio
Use https instead of http, web server automatically redirects to secure version. Remove slash at the end, not needed. Signed-off-by: Frediano Ziglio --- spice-protocol.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spice-protocol.spec.in b/spice-protocol.spec.in

[Spice-devel] [PATCH spice-protocol 2/5] build-sys: Provide spec file during build

2019-10-11 Thread Frediano Ziglio
Having the RPM spec file produced by the build is helpful in different situation. Different tools like mock or code scanners accept source RPMs as input. Providing this file allows easily build of the source RPM (and binaries) using a simple command like $ rpmbuild -ta spice-protocol-.tar.bz

[Spice-devel] [PATCH spice-protocol 0/5] SPEC integration

2019-10-11 Thread Frediano Ziglio
This series is part from a former series. There's an initial import commit to better understand the changes. It contains some work from Eduardo for MingW packaging. Final patches are really minor. Frediano Ziglio (5): build-sys: Import spec file from Fedora build-sys: Provide spec file during

[Spice-devel] [PATCH spice-protocol 1/5] build-sys: Import spec file from Fedora

2019-10-11 Thread Frediano Ziglio
Will be used by next commits. Signed-off-by: Frediano Ziglio --- spice-protocol.spec.in | 173 + 1 file changed, 173 insertions(+) create mode 100644 spice-protocol.spec.in diff --git a/spice-protocol.spec.in b/spice-protocol.spec.in new file mode 100644

Re: [Spice-devel] Question about bidirectional audio

2019-10-11 Thread Frediano Ziglio
> > Sorry for not being clear. > > > In this case, the client is Asterisk and the server is a SPICE server. > > They want to send audio from the client to the server. The documentation > says that I need to use > RED_RECORD_* messages. The server must start requesting the record from > the clie

Re: [Spice-devel] [spice/tests/migrate v1 2/4] tests: migrate: wait user launch client option

2019-10-11 Thread Uri Lublin
On 10/7/19 11:10 AM, Victor Toso wrote: Hi, On Sun, Oct 06, 2019 at 10:49:13AM +0300, Uri Lublin wrote: On 10/4/19 11:37 AM, Victor Toso > On Thu, Oct 03, 2019 at 05:13:46PM +0300, Uri Lublin wrote:>> On 10/3/19 1:14 PM, Victor Toso wrote:>>> From: Victor Toso >> Useful to test different cl