File: control

package info (click to toggle)
pd-pduino 0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 344 kB
  • sloc: makefile: 14
file content (33 lines) | stat: -rw-r--r-- 1,152 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
Source: pd-pduino
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-buildinfo,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Section: electronics
Homepage: https://download.puredata.info/pduino
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-pduino.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-pduino

Package: pd-pduino
Architecture: all
Depends:
 pd-comport,
 puredata | pd,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 arduino | arduino-mk,
Description: interfacing with the Arduino from within Pure Data (Pd)
 This package includes a Pd object that 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!
 You need to get recent version of Firmata (to run on the arduino board) from
 https://firmata.org (resp. https://github.com/firmata/arduino)