slackbuilds_ponce/development/ola
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
ola.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
ola.SlackBuild development/ola: Updated for version 0.8.18. 2012-04-09 11:53:25 -05:00
README development/ola: Updated for version 0.8.15. 2011-12-23 18:07:47 -06:00
slack-desc development/ola: Added (The Open Lighting Architecture) 2011-11-26 09:08:08 -06:00

The Open Lighting Architecture (OLA) provides a plugin framework for 
distributing DMX512 control signals on Mac and Linux. It provides C++ 
and Python libraries which abstract away the underlying DMX over IP 
protocol or DMX interface. See http://opendmx.net/index.php/OLA for 
more information. 

This requires protobuf and cppunit.

The build script can optionally disable python bindings and/or enable the 
embedded http server.  WITH_PYTHON=no will disable the python bindings,
and WITH_HTTP=yes will enable the embedded http server (in which case
libmicrohttp also be required).