Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-30 Thread Andreas Enge
Hello, David! Usbredir fails to build on armhf, and I am certain it will also fail on i686 or more generally any 32 bit architecture: http://hydra.gnu.org:3000/build/1345279 usbredirhost.c:1162:5: error: format ?%lu? expects argument of type ?long unsigned int?, but argument 5 has type

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-29 Thread David Craven
Thank you! And sorry for all the complaining... spice-gtk doesn't need libusb in it's inputs if it's propagated =P But not that it matters too much...

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-29 Thread Leo Famulari
On Fri, Jul 29, 2016 at 10:09:40AM +0200, David Craven wrote: > Thanks for reviewing and merging =). Just noticed two things... > > libusb should be propagated in usbredir [0]. > spice-protocol should be propagated in spice-gtk [1]. Done with ba9e2ee64 !

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-29 Thread David Craven
Thanks for reviewing and merging =). Just noticed two things... libusb should be propagated in usbredir [0]. spice-protocol should be propagated in spice-gtk [1]. [0] https://github.com/SPICE/usbredir/blob/master/usbredirhost/libusbredirhost.pc.in [1]

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:24PM +0200, David Craven wrote: > * gnu/local.mk: Add file. > * gnu/packages/spice.scm: Add file. > +(define-public usbredir I standardized the commit message, added a copyright header with your name, made the synopsis and description more descriptive (hopefully)

[PATCH 1/7] gnu: Add usbredir.

2016-07-24 Thread David Craven
* gnu/local.mk: Add file. * gnu/packages/spice.scm: Add file. --- gnu/local.mk | 1 + gnu/packages/spice.scm | 33 + 2 files changed, 34 insertions(+) create mode 100644 gnu/packages/spice.scm diff --git a/gnu/local.mk b/gnu/local.mk index

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-23 Thread Leo Famulari
Thank you for these patches! On Sat, Jul 23, 2016 at 03:18:53PM +0200, David Craven wrote: > * gnu/local.mk: Add file. > * gnu/packages/spice.scm: Add file. > +(license license:gpl2))) I believe this source code is actually gpl2+, lgpl2+, and lgpl2.1+, based on the copyright notices in the

[PATCH 1/7] gnu: Add usbredir.

2016-07-23 Thread David Craven
* gnu/local.mk: Add file. * gnu/packages/spice.scm: Add file. --- gnu/local.mk | 1 + gnu/packages/spice.scm | 33 + 2 files changed, 34 insertions(+) create mode 100644 gnu/packages/spice.scm diff --git a/gnu/local.mk b/gnu/local.mk index