Re: [PATCH] gnu: Add ola

2016-09-05 Thread Ludovic Courtès
John J Foerch skribis: > From d4738938d325dcf0452346f48f0bf02c020bd6d2 Mon Sep 17 00:00:00 2001 > From: "John J. Foerch" > Date: Wed, 3 Aug 2016 21:36:52 -0500 > Subject: [PATCH] gnu: Add ola. > > * gnu/packages/ola.scm (ola): New variable. Applied, thanks! Ludo’.

Re: [PATCH] gnu: Add ola

2016-09-02 Thread John J Foerch
ns(-) >>>>> gnu/local.mk | 1 + >>>>> gnu/packages/ola.scm | 9 +++-- >>>> >>>> Perhaps this could be added to something like automation.scm? >>> >>> Makes sense to me, unless there are many other OLA-related packages. >>> >&g

Re: [PATCH] gnu: Add ola

2016-09-01 Thread Ludovic Courtès
9 +++-- >>> >>> Perhaps this could be added to something like automation.scm? >> >> Makes sense to me, unless there are many other OLA-related packages. >> >> John: could you send an updated patch incorporating suggestions from >> Alex and Marius? The rest

Re: [PATCH] gnu: Add ola

2016-08-30 Thread John J Foerch
like automation.scm? > > Makes sense to me, unless there are many other OLA-related packages. > > John: could you send an updated patch incorporating suggestions from > Alex and Marius? The rest LGTM. > > Thanks! > > Ludo’. How about lighting.scm? There are a few other lighting programs that could potentially be packaged. -- John Foerch

Re: [PATCH] gnu: Add ola

2016-08-28 Thread Ludovic Courtès
Hi, Marius Bakke skribis: >> 2 files changed, 4 insertions(+), 6 deletions(-) >> gnu/local.mk | 1 + >> gnu/packages/ola.scm | 9 +++-- > > Perhaps this could be added to something like automation.scm? Makes sense to me, unless there are many other OLA-relate

Re: [PATCH] gnu: Add ola

2016-08-26 Thread Marius Bakke
t; +(description "The Open Lighting Architecture is a framework for lighting > +control information. It supports a range of protocols and over a dozen USB > +devices. It can run as a standalone service, which is useful for converting > +signals between protocols, or alternatively

Re: [PATCH] gnu: Add ola

2016-08-26 Thread John J Foerch
Alex Vong writes: > Hi, > > The patch builds on my machine and lgtm. I make some minor changes (in > diff format): > > 1. Add ola.scm to gnu/local.mk, so that the build system knows the >presence of gnu/package/ola.scm. The commit message should say this >as well. > > 2. Move protobuf fro

Re: [PATCH] gnu: Add ola

2016-08-25 Thread Alex Vong
Hi, John J Foerch writes: > Hello, > > Here is a package definition for ola (Open Lighting Architecture). I > was having trouble getting ola's python bindings to build, as detailed > in an earlier message, so this patch does not include them. I intend to > add them whe

[PATCH] gnu: Add ola

2016-08-25 Thread John J Foerch
Hello, Here is a package definition for ola (Open Lighting Architecture). I was having trouble getting ola's python bindings to build, as detailed in an earlier message, so this patch does not include them. I intend to add them when I figure out how, but since they're not essent

Re: [PATCH] gnu: Add ola.

2016-08-23 Thread John J Foerch
Hi all, I have made some progress with the ola package, but have run into difficulty related to python used in its test phase. Relevant code and logs can be found here: The package definition: http://retroj.net/scratch/ola-guix/ola.scm The build log: http://retroj.net/scratch/ola-guix/ola

Re: [PATCH] gnu: Add ola.

2016-08-22 Thread John J Foerch
John J Foerch writes: > ren...@openmailbox.org writes: > >> John, >> >>> Thank you so much for doing this. If 'make check' succeeds, those are >>> the main tests, but to check installation, I would look for the >>> following programs bein

Re: [PATCH] gnu: Add ola.

2016-08-10 Thread John J Foerch
ren...@openmailbox.org writes: > John, > >> Thank you so much for doing this. If 'make check' succeeds, those are >> the main tests, but to check installation, I would look for the >> following programs being installed: >> >> ola

Re: [PATCH] gnu: Add ola.

2016-08-10 Thread rennes
John, Thank you so much for doing this. If 'make check' succeeds, those are the main tests, but to check installation, I would look for the following programs being installed: ola ola_e131ola_plugin_state ola_rdm_set ola_set_priority o

Re: [PATCH] gnu: Add ola.

2016-08-10 Thread John J Foerch
> I attached the patch with some modifications for your review. > I compiled and installed the ola package correctly. > > John, how I can make a real test to see if it works? > > > Thanks Hi Rene, Thank you so much for doing this. If 'make check' succeeds,

[PATCH] gnu: Add ola.

2016-08-03 Thread rennes
only way that I can use it (until I upgrade my computer) will be to install it as a substitute. Or are there any other suggestions for how I can build this myself? I attached the patch with some modifications for your review. I compiled and installed the ola package correctly. John, how I can m

Re: ola

2016-08-03 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > John J Foerch skribis: > >> Alex Vong writes: >> >>> Hi John, >>> >>> John J Foerch writes: >>> >>>> Hello, >>>> >>>> I'm trying to build OLA (Open Lighting

Re: ola

2016-07-12 Thread Ludovic Courtès
John J Foerch skribis: > Alex Vong writes: > >> Hi John, >> >> John J Foerch writes: >> >>> Hello, >>> >>> I'm trying to build OLA (Open Lighting Architecture) and I ran into some >>> difficulty. Ola is often used as a ser

Re: ola

2016-07-08 Thread John J Foerch
Alex Vong writes: > Hi John, > > John J Foerch writes: > >> Hello, >> >> I'm trying to build OLA (Open Lighting Architecture) and I ran into some >> difficulty. Ola is often used as a service, but at this point all I'm >> interested in is ma

Re: ola

2016-07-08 Thread Alex Vong
Hi John, John J Foerch writes: > Hello, > > I'm trying to build OLA (Open Lighting Architecture) and I ran into some > difficulty. Ola is often used as a service, but at this point all I'm > interested in is making an ordinary package. The build times out after >

Re: ola

2016-07-08 Thread Ricardo Wurmus
John J Foerch writes: > I'm trying to build OLA (Open Lighting Architecture) and I ran into some > difficulty. Ola is often used as a service, but at this point all I'm > interested in is making an ordinary package. The build times out after > a certain point: Is any

ola

2016-07-08 Thread John J Foerch
Hello, I'm trying to build OLA (Open Lighting Architecture) and I ran into some difficulty. Ola is often used as a service, but at this point all I'm interested in is making an ordinary package. The build times out after a certain point: g++ -DHAVE_CONFIG_H -I.-I./include -