File: control

package info (click to toggle)
pd-pduino 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 776 kB
  • ctags: 628
  • sloc: makefile: 617; cpp: 561
file content (35 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: pd-pduino
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends: cdbs (>= 0.4.91~),
 debhelper,
 dh-buildinfo
Standards-Version: 3.9.6
Section: electronics
Homepage: http://download.puredata.info/pduino
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-pduino.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-pduino.git

Package: pd-pduino
Architecture: all
Depends: ${shlibs:Depends},
 puredata | pd,
 pd-comport,
 pd-mapping,
 pd-pdstring,
 ${misc:Depends}
Recommends:
 pd-pddp,
 pd-cyclone,
 pd-zexy,
Suggests: arduino | arduino-mk
Description: interfacing with the Arduino from within Pure Data (Pd)
 This package includes a Pd object and a matching Arduino firmware.  It allows
 you to control the Arduino board from Pd without having to program in Arduino's
 C++.
 .
 WARNING!  This version of the [arduino] object for Pd will only work with 2.1
 versions of Firmata or newer!  It will not work with older versions of the
 firmware!
 Firmata-2.2 is inluded in the documentation.