From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH] gnu: Add ola Date: Fri, 26 Aug 2016 12:47:05 +0100 Message-ID: <87eg5b21mu.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> References: <87twe8qu86.fsf@hecubus.retroj.net> <871t1cl1su.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdH1V-00076A-GF for guix-devel@gnu.org; Fri, 26 Aug 2016 09:18:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdH1P-0001T7-L5 for guix-devel@gnu.org; Fri, 26 Aug 2016 09:18:16 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:35337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdH1N-0001MK-Bt for guix-devel@gnu.org; Fri, 26 Aug 2016 09:18:11 -0400 In-Reply-To: <871t1cl1su.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Vong , John J Foerch Cc: guix-devel@gnu.org > 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? Or iot.scm? > + (synopsis "Framework for controlling entertainment lighting equipment") > + (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 using the OLA API, it can be used > +as the backend for lighting control software. OLA runs on many different > +platforms including ARM, which makes it a perfect fit for low cost Ethernet to > +DMX gateways.") Marius