aboutsummaryrefslogtreecommitdiff
path: root/lightboard/debian/control
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2010-11-11 13:48:43 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2010-11-11 13:48:43 +0000
commitb302c1181513885303dc66c31b41db4c7d132f0a (patch)
tree3570d4003aecc452f9a5f2b3c285678ed9f463df /lightboard/debian/control
parent9da11e77c190e23219bc2f8477051218974c1cf9 (diff)
lightboard can't fit in library template because it's more an application than
a library. so this is mostly useless. svn path=/trunk/externals/nusmuk/; revision=14413
Diffstat (limited to 'lightboard/debian/control')
-rw-r--r--lightboard/debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/lightboard/debian/control b/lightboard/debian/control
new file mode 100644
index 0000000..76cdc5a
--- /dev/null
+++ b/lightboard/debian/control
@@ -0,0 +1,22 @@
+Source: pd-lightboard
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
+Uploaders: Hans-Christoph Steiner <hans@eds.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ puredata
+Standards-Version: 3.9.1
+Homepage: http://puredata.info
+
+Package: pd-lightboard
+Architecture: any
+Depends: ${shlibs:Depends},
+ pd,
+ ${misc:Depends}
+Description: Control DMX light with pure data
+ "Lighting for Pure Data" is an abstractions collection for pure data
+ that aims at emulating a lighting console controlling DMX systems.
+ Unlike a hardware lighting console, this system offers an open API
+ allowing a full control over the lighting within Pure Data in order
+ to connect light with other media.
+ This also allows to have complex light movements and behaviours.