Re: [Spice-devel] [PATCH] build-sys: Add README.md to the tarball

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/12/19 11:38 AM, Victor Toso wrote: > From: Victor Toso > > Missed this when adding 'md' prefix to README with > 0193a53 in 2019-03-08 by Victor Toso > > Signed-off-by: Victor Toso > --- > Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile.am b/Makefile.am > in

[Spice-devel] [x11spice 2/4] Remove spaces and tabs at line ends.

2019-04-12 Thread Jeremy White
Signed-off-by: Jeremy White --- spice-video-dummy/src/dummy.h| 2 +- spice-video-dummy/src/dummy_cursor.c | 8 ++--- spice-video-dummy/src/dummy_driver.c | 58 ++-- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/spice-video-dummy/src/dum

[Spice-devel] spice-video-dummy driver for x11spice

2019-04-12 Thread Jeremy White
This patch series introduces a new xorg video driver into the x11spice tree. The motive is that we are looking to have headless Xspice sessions with modern DRI / OpenGL support, and the current xf86-video-qxl driver does not lend itself well to that. The thinking is that if we combine x11spice wi

[Spice-devel] [x11spice 1/4] Add the upstream xf86-video-dummy as of 850c0516.

2019-04-12 Thread Jeremy White
This gives x11spice access to a modern virtual/offscreen frame buffer driver for the Xorg X server. We will then make slight revisions to make it more suitable for use with Spice. The overall result should be a more functional stack, as compared to the existing xf86-video-qxl driver, as we gain a

[Spice-devel] [x11spice 3/4] Initial set of revisions to the dummy driver to add DRI and Present.

2019-04-12 Thread Jeremy White
This makes the dummy driver similar to the mode setting driver. This work was done by Henri Verbeet, which was in turn based heavily on the Xorg modesetting driver. Signed-off-by: Jeremy White --- spice-video-dummy/.gitignore | 9 + spice-video-dummy/README.md

[Spice-devel] [x11spice 4/4] Add a --enable-dummy option to configure.

2019-04-12 Thread Jeremy White
Provide some basic documentation as to how to use the new spice-video-dummy driver. Signed-off-by: Jeremy White --- Makefile.am | 3 +++ README | 19 +++ configure.ac| 7 +++ spice-video-dummy/spicedummy.sh |

[Spice-devel] [PATCH] build-sys: Add README.md to the tarball

2019-04-12 Thread Victor Toso
From: Victor Toso Missed this when adding 'md' prefix to README with 0193a53 in 2019-03-08 by Victor Toso Signed-off-by: Victor Toso --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 9d7d31c..3b97de5 100644 --- a/Makefile.am +++ b/Makefile.am

Re: [Spice-devel] [spice-protocol] build-sys: add README.md and CHANGELOG.md to tarball

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/12/19 10:47 AM, Victor Toso wrote: > From: Victor Toso > > Before renaming README to README.md and NEWS to CHANGELOG.md, we were > shipping those files in the tarball. > > I'm fixing this in autotools because it is a 'regression' while > meson.build never had those included. > > Acked-by:

[Spice-devel] [spice-protocol] build-sys: add README.md and CHANGELOG.md to tarball

2019-04-12 Thread Victor Toso
From: Victor Toso Before renaming README to README.md and NEWS to CHANGELOG.md, we were shipping those files in the tarball. I'm fixing this in autotools because it is a 'regression' while meson.build never had those included. Acked-by: Victor Toso --- Makefile.am | 5 - 1 file changed, 4

[Spice-devel] [PATCH spice-gtk] Add Czech translation

2019-04-12 Thread David Jaša
At last. :) Signed-off-by: David Jaša --- po/cs.po | 336 +++ 1 file changed, 336 insertions(+) create mode 100644 po/cs.po diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 000..f5cbc5f --- /dev/null +++ b/po/cs.po @@ -0,0 +1,3

Re: [Spice-devel] [spice-protocol v2 6/6] NEWS: prepare for 0.14.0 release

2019-04-12 Thread Victor Toso
Hi, On Fri, Apr 12, 2019 at 09:51:08AM -0300, Eduardo Lima (Etrunko) wrote: > On 4/10/19 7:20 AM, Victor Toso wrote: > > From: Victor Toso > > > > Signed-off-by: Victor Toso > > --- > > CHANGELOG.md | 12 > > 1 file changed, 12 insertions(+) > > > > diff --git a/CHANGELOG.md b/CH

Re: [Spice-devel] [linux/vd-agent v1 0/2] Prepare for 0.19.0 release

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/10/19 9:20 AM, Victor Toso wrote: > From: Victor Toso > > Hi, > > About 68 patches since 0.18.0 release done in 2018-06-05. > > You can check the ci pipeline at: > > https://gitlab.freedesktop.org/victortoso/vd_agent/pipelines/29653 > > And the formatted changelog at: > > > htt

Re: [Spice-devel] [spice-protocol v2 6/6] NEWS: prepare for 0.14.0 release

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/10/19 7:20 AM, Victor Toso wrote: > From: Victor Toso > > Signed-off-by: Victor Toso > --- > CHANGELOG.md | 12 > 1 file changed, 12 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index c78a58b..67888fd 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -1,3

Re: [Spice-devel] [spice-protocol v2 5/6] README: Add basic info and .md prefix

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/10/19 7:20 AM, Victor Toso wrote: > From: Victor Toso > > Signed-off-by: Victor Toso > --- > README| 0 > README.md | 27 +++ > 2 files changed, 27 insertions(+) > delete mode 100644 README > create mode 100644 README.md > > diff --git a/README b/README > de

Re: [Spice-devel] [spice-protocol v2 3/6] ChangeLog: remove old one

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/10/19 7:20 AM, Victor Toso wrote: > From: Victor Toso > > Added 193c54c in 2010-02-04 by Alexander Larsson > Signed-off-by: Victor Toso > --- > ChangeLog | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > delete mode 100644 ChangeLog > > diff --git a/ChangeLog b/ChangeLog > delete

Re: [Spice-devel] [spice-protocol v2 4/6] Rename NEWS to CHANGELOG.md

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/10/19 7:20 AM, Victor Toso wrote: > From: Victor Toso > > Uppercase + prefix to make Gitlab happy and format it properly. > This should also be the case for all other spice components in Gitlab. > > Signed-off-by: Victor Toso > --- > NEWS => CHANGELOG.md | 0 > 1 file changed, 0 insertion

Re: [Spice-devel] [spice-protocol v2 1/6] build-sys: automake: do not require NEWS and ChangeLog

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/10/19 7:20 AM, Victor Toso wrote: > From: Victor Toso > > Following patches will rename NEWS to CHANGELOG.md due Gitlab > integration and remove the currently empty ChangeLog. > > Signed-off-by: Victor Toso > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [Spice-devel] [spice-protocol v2 0/6] Prepare for 0.14.0 release

2019-04-12 Thread Eduardo Lima (Etrunko)
On 4/10/19 7:20 AM, Victor Toso wrote: > From: Victor Toso > > Changes from v1: > - Added gitlab-ci integration, you can see pipeline for this v2 > here: https://gitlab.freedesktop.org/victortoso/spice-protocol/-/jobs/227059 > - Relaxed automake in regards to NEWS, ChangeLog names; > > v1: htt