summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4b718da3f05486fe3dd534500b510d2f88290aca (plain)
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
36
Source: pd-tclpd
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,
 dh-sequence-pd-lib-builder,
 pkg-config,
 swig,
 tcl-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Section: sound
Homepage: https://github.com/pd-externals/tclpd
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-tclpd.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-tclpd

Package: pd-tclpd
Architecture: any
Depends:
 ${misc:Depends},
 ${puredata:Depends},
 ${shlibs:Depends},
Recommends:
 ${puredata:Recommends},
Suggests:
 ${puredata:Suggests},
Description: Tcl objects for Pure Data (Pd)
 This library allows one to write externals for Pd using the Tcl language.
 It wraps the Pd API quite closely, and provides a small library of helper
 functions to be used for writing externals.
 .
 Using Tcl for writing objects in Pd has the advantage, the Tcl/Tk is already
 used as Pd's GUI toolkit, so no additional dependencies are required.