File: control

package info (click to toggle)
pd-gil 0.1~20151118-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: makefile: 8
file content (31 lines) | stat: -rw-r--r-- 860 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
Source: pd-gil
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper (>=11~),
 dh-buildinfo,
Standards-Version: 4.1.3
Section: sound
Homepage: https://github.com/m---w/gil
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-gil.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-gil

Package: pd-gil
Architecture: all
Depends:
 puredata | pd,
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 gem,
Description: Geometry Interaction Library for Pure Data / Gem
 This library provides abstractions to create interactive elements
 within a 3D-environment (Pd/Gem).
 .
 Currently supported visual elements include:
  - lines
  - circles
  - polygons
 Interaction is mostly clicking, selecting and drag&drop.