[Spice-devel] [PATCH spice-gtk v3 2/2] Update gitlab-ci to use meson

2018-08-06 Thread Eduardo Lima (Etrunko)
Signed-off-by: Eduardo Lima (Etrunko) --- .gitlab-ci.yml | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a34eb0e..e5e90af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: fedora:latest before_

[Spice-devel] [PATCH spice-gtk v3 1/2] Add support for building with meson/ninja

2018-08-06 Thread Eduardo Lima (Etrunko)
In a comparison with current autotools build system, meson/ninja provides a huge improvement in build speed, while keeping the same functionalities currently available and being considered more user friendly. The new system coexists within the same repository with the current one, so we can do mor

[Spice-devel] [PATCH spice-gtk v3 0/2] Add support for building with meson/ninja

2018-08-06 Thread Eduardo Lima (Etrunko)
in v3: - Updated glib and gtk requirements - Added defines for min and max versions of glib/gtk - Removed unecessary spice_gtk_c_args variable Eduardo Lima (Etrunko) (2): Add support for building with meson/ninja Update gitlab-ci to use meson .gitlab-ci.yml | 22 +-

[Spice-devel] [PATCH spice-gtk] fixup! Add support for building with meson/ninja

2018-08-06 Thread Eduardo Lima (Etrunko)
Signed-off-by: Eduardo Lima (Etrunko) --- It turns out there was quite a lot ot stuff to fix based on what you suggested, this is what I will send for v3. Regards, Eduardo. meson.build | 43 +-- src/meson.build | 5 + 2 files changed, 26 inserti

[Spice-devel] windows spice usb ,cause virt-view crash

2018-08-06 Thread 王凡
Developers, You are good。 When the spice-gtk windows system maps USB devices,Spice-gtk is now using usbdk as a backend driver by default 。usbdk provides another driver option for libusb Windows backend. For 1.0.21, usbdk is a compile-time option, but it becomes a runtime option

Re: [Spice-devel] [spice-gtk 2/2] flatpak: Move to 3.26 runtime version

2018-08-06 Thread Victor Toso
Hi, On Mon, Aug 06, 2018 at 09:47:51AM -0400, Frediano Ziglio wrote: > > > > From: Victor Toso > > > > As we have OPUS in 3.26, which means audio playback. > > I don't know why it does not sound that great, maybe my English. I'll put it as "3.26 runtime was release $date and includes Opus whi

Re: [Spice-devel] [spice-gtk 2/2] flatpak: Move to 3.26 runtime version

2018-08-06 Thread Frediano Ziglio
> > From: Victor Toso > > As we have OPUS in 3.26, which means audio playback. I don't know why it does not sound that great, maybe my English. > This patch also changes the git url to gitlab. > Can you split? Not hard with git-gui or similar tool > Signed-off-by: Victor Toso > --- > data

Re: [Spice-devel] [spice-gtk 1/2] Remove TODO file

2018-08-06 Thread Frediano Ziglio
> > From: Victor Toso > > As it is not really used and outdated. We should use Gitlab's issues > tracker instead. > > Signed-off-by: Victor Toso Acked-by: Frediano Ziglio > --- > TODO | 5 - > 1 file changed, 5 deletions(-) > delete mode 100644 TODO > > diff --git a/TODO b/TODO > del

Re: [Spice-devel] [PATCH spice-gtk] Add support for building with meson/ninja

2018-08-06 Thread Eduardo Lima (Etrunko)
On 06/08/18 10:11, Victor Toso wrote: > Hi, > > On Wed, Aug 01, 2018 at 07:01:42PM -0300, Eduardo Lima (Etrunko) wrote: >> In a comparison with current autotools build system, meson/ninja >> provides a huge improvement in build speed, while keeping the same >> functionalities currently available a

Re: [Spice-devel] [PATCH spice-gtk] Add support for building with meson/ninja

2018-08-06 Thread Victor Toso
Hi, On Wed, Aug 01, 2018 at 07:01:42PM -0300, Eduardo Lima (Etrunko) wrote: > In a comparison with current autotools build system, meson/ninja > provides a huge improvement in build speed, while keeping the same > functionalities currently available and being considered more user > friendly. > >

Re: [Spice-devel] [spice] README: Report bugs to gitlab issue tracker

2018-08-06 Thread Snir Sheriber
hi On 08/06/2018 03:23 PM, Victor Toso wrote: From: Victor Toso --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b33701e8..0905fe5b 100644 --- a/README +++ b/README @@ -56,7 +56,7 @@ There is also a mailing list for new release announcemen

[Spice-devel] [spice] README: Report bugs to gitlab issue tracker

2018-08-06 Thread Victor Toso
From: Victor Toso --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b33701e8..0905fe5b 100644 --- a/README +++ b/README @@ -56,7 +56,7 @@ There is also a mailing list for new release announcements: To view known bugs, or report new bugs, in S

Re: [Spice-devel] [PATCH libcacard] options: add use_hw=removable

2018-08-06 Thread Jakub Jelen
On Mon, 2018-08-06 at 13:08 +0200, Marc-André Lureau wrote: > Hi > > On Mon, Aug 6, 2018 at 12:53 PM, Jakub Jelen > wrote: > > On Fri, 2018-08-03 at 12:40 +0200, marcandre.lur...@redhat.com > > wrote: > > > From: Marc-André Lureau > > > > > > use_hw=yes is used to specify that libcacard will lo

[Spice-devel] [spice-gtk 2/2] flatpak: Move to 3.26 runtime version

2018-08-06 Thread Victor Toso
From: Victor Toso As we have OPUS in 3.26, which means audio playback. This patch also changes the git url to gitlab. Signed-off-by: Victor Toso --- data/org.spicespace.spicy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/org.spicespace.spicy.json b/data/or

[Spice-devel] [spice-gtk 1/2] Remove TODO file

2018-08-06 Thread Victor Toso
From: Victor Toso As it is not really used and outdated. We should use Gitlab's issues tracker instead. Signed-off-by: Victor Toso --- TODO | 5 - 1 file changed, 5 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 8463c90..000 --- a/TODO ++

Re: [Spice-devel] [PATCH libcacard] options: add use_hw=removable

2018-08-06 Thread Marc-André Lureau
Hi On Mon, Aug 6, 2018 at 12:53 PM, Jakub Jelen wrote: > On Fri, 2018-08-03 at 12:40 +0200, marcandre.lur...@redhat.com wrote: >> From: Marc-André Lureau >> >> use_hw=yes is used to specify that libcacard will lookup pkcs11 slots >> that are both removable & hardware. >> >> Let's specify that us

Re: [Spice-devel] [PATCH libcacard] options: add use_hw=removable

2018-08-06 Thread Jakub Jelen
On Fri, 2018-08-03 at 12:40 +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > use_hw=yes is used to specify that libcacard will lookup pkcs11 slots > that are both removable & hardware. > > Let's specify that use_hw=removable will select removable slots > (without hardware

Re: [Spice-devel] playbin can't detect vaapi decoder correctly when playing a video stream.

2018-08-06 Thread Victor Toso
Hi, On Sat, Aug 04, 2018 at 10:37:00PM +0800, Qiu Wenbo wrote: > Thank you for the reply. I am pretty sure I have a working > vaapih264dec element since I can setup a pipeline manually to > play a H.264 video. Also, the output of remote-viewer with > --spice-debug is almost the same as yours(vaapi

Re: [Spice-devel] [PATCH libcacard] options: add use_hw=removable

2018-08-06 Thread Marc-André Lureau
Hi On Mon, Aug 6, 2018 at 10:20 AM, Jakub Jelen wrote: > On Fri, 2018-08-03 at 15:00 +0200, Marc-André Lureau wrote: >> Hi >> >> On Fri, Aug 3, 2018 at 12:40 PM, >> wrote: >> > From: Marc-André Lureau >> > >> > use_hw=yes is used to specify that libcacard will lookup pkcs11 >> > slots >> > tha

Re: [Spice-devel] [PATCH libcacard] options: add use_hw=removable

2018-08-06 Thread Jakub Jelen
On Fri, 2018-08-03 at 15:00 +0200, Marc-André Lureau wrote: > Hi > > On Fri, Aug 3, 2018 at 12:40 PM, > wrote: > > From: Marc-André Lureau > > > > use_hw=yes is used to specify that libcacard will lookup pkcs11 > > slots > > that are both removable & hardware. > > > > Let's specify that use_h

Re: [Spice-devel] [PATCH 1/2] Remove simicolon from G_DEFINE_TYPE_ macros

2018-08-06 Thread Frediano Ziglio
> > Acked-by: Jonathon Jongsma > In the subject "simicolon" -> "semicolon" Frediano > > On Wed, 2018-08-01 at 16:57 +0200, Victor Toso wrote: > > From: Victor Toso > > > > --- > > src/desktop-integration.c | 2 +- > > src/spice-channel.c | 2 +- > > src/spice-gtk-session.c | 2 +-

Re: [Spice-devel] Implement GSC-IS 2.1 (CAC2) v2 with passing tests

2018-08-06 Thread Jakub Jelen
On Thu, 2018-08-02 at 16:39 +0200, Marc-André Lureau wrote: > Hi > > On Thu, Aug 2, 2018 at 11:43 AM, Jakub Jelen > wrote: > > This is second version of unmerged changes from the patch set I > > sent > > earlier this week: > > > > https://lists.freedesktop.org/archives/spice-devel/2018-July/044

Re: [Spice-devel] [PATCH libcacard v2 20/35] vcard_emul: New function vcard_emul_read_object()

2018-08-06 Thread Jakub Jelen
Hello, On Thu, 2018-08-02 at 15:39 +0200, Marc-André Lureau wrote: > Hi > > On Thu, Aug 2, 2018 at 11:43 AM, Jakub Jelen > wrote: > > * This function is used to read generic data objects presented by > >the underlying card, if available. It can provide some > > structures > >that we are