File: control

package info (click to toggle)
nama 1.216-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,980 kB
  • sloc: perl: 21,213; makefile: 7
file content (94 lines) | stat: -rw-r--r-- 3,932 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
Source: nama
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: sound
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: libanyevent-perl <!nocheck>,
                     libanyevent-termkey-perl <!nocheck>,
                     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>,
                     libjson-xs-perl <!nocheck>,
                     liblist-moreutils-perl <!nocheck>,
                     liblog-log4perl-perl <!nocheck>,
                     libmodern-perl-perl <!nocheck>,
                     libparse-recdescent-perl <!nocheck>,
                     librole-tiny-perl <!nocheck>,
                     libsuper-perl <!nocheck>,
                     libterm-readline-gnu-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest2-suite-perl <!nocheck>,
                     libtext-diff-perl <!nocheck>,
                     libtext-format-perl <!nocheck>,
                     libtext-template-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     libyaml-tiny-perl <!nocheck>,
                     perl,
                     procps <!nocheck>
Standards-Version: 4.5.1
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
Rules-Requires-Root: no

Package: nama
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         ecasound,
         libanyevent-perl,
         libanyevent-termkey-perl,
         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,
         libjson-xs-perl,
         liblist-moreutils-perl,
         liblog-log4perl-perl,
         libmodern-perl-perl,
         libparse-recdescent-perl,
         librole-tiny-perl,
         libsuper-perl,
         libterm-readline-gnu-perl,
         libtext-diff-perl,
         libtext-format-perl,
         libtext-template-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.