summaryrefslogtreecommitdiff
path: root/debian/control
blob: 817e9a14bd836a2be82962013398a97ff8167f67 (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
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
Source: snd
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 cdbs, debhelper (>= 10),
 ladspa-sdk,
 xutils-dev,
 libgsl-dev,
 libfftw3-dev,
 libgtk-3-dev,
 libsamplerate0-dev,
 libxmu-dev,
 libpulse-dev,
 libjack-dev [i386 amd64 x32 powerpc kfreebsd-i386 kfreebsd-amd64 hurd-i386],
 libasound2-dev [linux-any],
 libmpc-dev,
 bzip2,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/multimedia-team/snd.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/snd
Homepage: https://ccrma.stanford.edu/software/snd/

Package: snd
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: guile, ladspa-plugin,
 snd-gtk-jack | snd-gtk | snd-nox,
Suggests: snd-doc
Breaks: snd-gtk-jack (<< 16.1-2), snd-gtk-pulse (<< 16.1-2), snd-nox (<< 16.1-2)
Replaces: snd-gtk-jack (<< 16.1-2), snd-gtk-pulse (<< 16.1-2), snd-nox (<< 16.1-2)
Description: Sound file editor
 Snd is a powerful sound file editor that can be customized and extended using
 the Scheme programming language.
 .
 This package contains the basic infrastructure for the snd packages and
 the scheme files. You have to install a GUI package as well to actually
 use snd.

Package: snd-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Sound file editor (documentation)
 Snd is a powerful sound file editor that can be customized and extended using
 the Scheme programming language.
 .
 This package contains the documentation for snd.

Package: snd-gtk-jack
Architecture: any-i386 any-amd64 any-powerpc
Depends:
 snd (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Provides: snd-gtk-alsa [linux-any], snd-gtk
Replaces: snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
Breaks: snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
Description: Sound file editor (GTK+ user interface - JACK)
 Snd is a powerful sound file editor that can be customized and extended using
 the Scheme programming language.
 .
 This package contains the files for the GTK+ user interface with JACK and ALSA
 support.

Package: snd-gtk-pulse
Architecture: any
Depends:
 snd (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Provides: snd-gtk
Replaces: snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
Breaks: snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
Description: Sound file editor (GTK+ user interface - PulseAudio)
 Snd is a powerful sound file editor that can be customized and extended using
 the Scheme programming language.
 .
 This package contains the files for the GTK+ user interface with
 PulseAudio support.

Package: snd-nox
Architecture: any
Depends:
 snd (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Provides: snd-nox-alsa [linux-any]
Replaces: snd-gtk (<< 16.1-2)
Breaks: snd-gtk (<< 16.1-2)
Description: Sound file editor (cmdline)
 Snd is a powerful sound file editor that can be customized and extended using
 the Scheme programming language.
 .
 This package contains a version of snd compiled with both JACK and ALSA
 support, but without support for X.