File: control

package info (click to toggle)
nama 1.600-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,856 kB
  • sloc: perl: 20,332; makefile: 7
file content (114 lines) | stat: -rw-r--r-- 3,727 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Source: nama
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
Section: sound
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-perl,
Build-Depends-Indep:
 libdata-dumper-concise-perl <!nocheck>,
 libdata-section-simple-perl <!nocheck>,
 libevent-perl <!nocheck>,
 libfile-copy-link-perl <!nocheck>,
 libfile-find-rule-perl <!nocheck>,
 libfile-homedir-perl <!nocheck>,
 libfile-slurp-perl <!nocheck>,
 libgit-repository-perl <!nocheck>,
 libgraph-perl <!nocheck>,
 libio-async-perl <!nocheck>,
 libipc-system-simple-perl <!nocheck>,
 libjson-xs-perl <!nocheck>,
 liblist-moreutils-perl <!nocheck>,
 liblog-log4perl-perl <!nocheck>,
 libmodule-load-conditional-perl <!nocheck>,
 libparse-recdescent-perl <!nocheck>,
 libpath-tiny-perl <!nocheck>,
 librole-tiny-perl <!nocheck>,
 libscalar-list-utils-perl <!nocheck>,
 libsuper-perl <!nocheck>,
 libtest-pod-coverage-perl <!nocheck>,
 libtest-pod-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libtest2-suite-perl <!nocheck>,
 libtext-diff-perl <!nocheck>,
 libtext-format-perl <!nocheck>,
 libtext-template-perl <!nocheck>,
 libtickit-async-perl <!nocheck>,
 libtickit-console-perl <!nocheck>,
 libtickit-widget-entry-plugin-completion-perl <!nocheck>,
 libtickit-widget-entry-plugin-history-perl <!nocheck>,
 libtickit-widget-scrollbox-perl <!nocheck>,
 libtickit-widgets-perl <!nocheck>,
 libtie-simple-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 libyaml-tiny-perl <!nocheck>,
 perl,
 procps <!nocheck>,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/nama
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/nama.git
Homepage: https://freeshell.de/~bolangi/nama

Package: nama
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ecasound,
 libdata-dumper-concise-perl,
 libdata-section-simple-perl,
 libevent-perl,
 libfile-copy-link-perl,
 libfile-find-rule-perl,
 libfile-homedir-perl,
 libfile-slurp-perl,
 libgit-repository-perl,
 libgraph-perl,
 libio-async-perl,
 libipc-system-simple-perl,
 libjson-xs-perl,
 liblist-moreutils-perl,
 liblog-log4perl-perl,
 libmodule-load-conditional-perl,
 libparse-recdescent-perl,
 libpath-tiny-perl,
 librole-tiny-perl,
 libscalar-list-utils-perl,
 libsuper-perl,
 libtext-diff-perl,
 libtext-format-perl,
 libtext-template-perl,
 libtickit-async-perl,
 libtickit-console-perl,
 libtickit-widget-entry-plugin-completion-perl,
 libtickit-widget-entry-plugin-history-perl,
 libtickit-widget-scrollbox-perl,
 libtickit-widgets-perl,
 libtie-simple-perl,
 libtry-tiny-perl,
 libyaml-tiny-perl,
 procps,
Suggests:
 libaudio-ecasound-perl,
 perl-tk,
Description: Ecasound-based multitrack recorder/mixer
 Nama is a text-based application for multitrack recording, mixing and
 mastering using the Ecasound audio engine developed by Kai Vehmanen.
 .
 Features include tracks, buses, effects, presets, sends, inserts, marks
 and regions. Nama runs under JACK and ALSA audio frameworks, automatically
 detects LADSPA plugins, and supports Ladish Level 1 session handling.
 .
 All editing under Nama is non-destructive. Effects are generally applied
 in realtime. A track caching (track freezing) function is also available.
 .
 The command prompt accepts Nama commands, Ecasound interactive-mode
 commands, shell commands and perl code, providing command history and
 autocompletion.  The help system covers internal commands and LADSPA
 effects and includes keyword search.
 .
 By default, Nama displays a simple graphic interface while the command
 processor runs in a terminal window. The -t option provides a text-only
 interface for console users.