~ubuntu-branches/ubuntu/wily/ecasound/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini, Alessandro Ghedini, Alessio Treglia
  • Date: 2012-05-22 21:31:25 UTC
  • Revision ID: package-import@ubuntu.com-20120522213125-f14ecq0rlvp6boes
Tags: 2.8.1-7
[ Alessandro Ghedini ]
* Adjust Ruby bindings package name in the dh_fixperms override
  (fixes executable-not-elf-or-script)
* ecasound-el is Section: lisp
* Update ecasound.rb install path as per new Ruby Policy
* Update emacsen install and remove scripts (Closes: #671568)
* Drop 1001-disable_python_tests.patch (the tests are not run anyway)
* Use debian-pkg-add-load-path-item in emacsen startup script
  (Closes: #671551)
* Set up ecasound-ewf-mode with .ewf files (Closes: #672184)
* Add more DEP3 headers to the patches
* Add 04_fix-ecasound.el-ewf-regexp.patch
* Check if the elisp package dir exists in the startup script
* Build depend on python-all and not python-all-dev since we only ship the
  native Python module
* Remove misleading paragraph from long descriptions

[ Alessio Treglia ]
* Remove myself from the Uploaders field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
section: sound
3
3
Priority: extra
4
4
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
5
 
Uploaders: Alessio Treglia <alessio@debian.org>,
6
 
 Alessandro Ghedini <ghedo@debian.org>
 
5
Uploaders: Alessandro Ghedini <ghedo@debian.org>
7
6
Standards-Version: 3.9.3
8
7
Build-Depends: debhelper (>= 9),
9
8
 autotools-dev,
18
17
 libsamplerate0-dev,
19
18
 libsndfile1-dev,
20
19
 libwrap0-dev,
21
 
 python-all-dev (>= 2.6.6-3),
 
20
 python-all,
22
21
 ruby
23
22
Build-Depends-Indep: ghostscript,
24
23
 hevea,
43
42
 swh-plugins | ladspa-plugin,
44
43
 nama
45
44
Description: multitrack-capable audio recorder and effect processor
46
 
 Ecasound is a software package designed for multitrack audio
47
 
 processing. It can be used for simple tasks like audio playback,
48
 
 recording and format conversions, as well as for multitrack effect
49
 
 processing, mixing, recording and signal recycling.
50
 
 .
51
 
 Ecasound supports a wide range of audio inputs, outputs and effect
52
 
 algorithms. Effects and audio objects can be combined in various ways,
53
 
 and their parameters can be controlled by operator objects like oscillators
54
 
 and MIDI-CCs.
55
 
 .
56
 
 As most functionality is located in shared libraries, creating
57
 
 alternative user-interfaces is easy. A versatile console mode
58
 
 interface is included in the package.
 
45
 Ecasound is a software package designed for multitrack audio processing. It
 
46
 can be used for simple tasks like audio playback, recording and format
 
47
 conversions, as well as for multitrack effect processing, mixing, recording
 
48
 and signal recycling.
 
49
 .
 
50
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
51
 Effects and audio objects can be combined in various ways, and their parameters
 
52
 can be controlled by operator objects like oscillators and MIDI-CCs.
59
53
 .
60
54
 This package provides the ecasound executable.
61
55
 
64
58
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
65
59
 python-ecasound (= ${source:Version})
66
60
Description: multitrack-capable audio recorder and effect processor (tools)
67
 
 Ecasound is a software package designed for multitrack audio
68
 
 processing. It can be used for simple tasks like audio playback,
69
 
 recording and format conversions, as well as for multitrack effect
70
 
 processing, mixing, recording and signal recycling.
71
 
 .
72
 
 Ecasound supports a wide range of audio inputs, outputs and effect
73
 
 algorithms. Effects and audio objects can be combined in various ways,
74
 
 and their parameters can be controlled by operator objects like oscillators
75
 
 and MIDI-CCs.
76
 
 .
77
 
 As most functionality is located in shared libraries, creating
78
 
 alternative user-interfaces is easy. A versatile console mode
79
 
 interface is included in the package.
 
61
 Ecasound is a software package designed for multitrack audio processing. It
 
62
 can be used for simple tasks like audio playback, recording and format
 
63
 conversions, as well as for multitrack effect processing, mixing, recording
 
64
 and signal recycling.
 
65
 .
 
66
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
67
 Effects and audio objects can be combined in various ways, and their parameters
 
68
 can be controlled by operator objects like oscillators and MIDI-CCs.
80
69
 .
81
70
 This package provides the following tools:
82
71
  * ecaconvert: tool for converting a set of files to a common target format
93
82
Pre-Depends: ${misc:Pre-Depends}
94
83
Multi-Arch: same
95
84
Description: multitrack-capable audio recorder and effect processor (C library)
96
 
 Ecasound is a software package designed for multitrack audio
97
 
 processing. It can be used for simple tasks like audio playback,
98
 
 recording and format conversions, as well as for multitrack effect
99
 
 processing, mixing, recording and signal recycling.
100
 
 .
101
 
 Ecasound supports a wide range of audio inputs, outputs and effect
102
 
 algorithms. Effects and audio objects can be combined in various ways,
103
 
 and their parameters can be controlled by operator objects like oscillators
104
 
 and MIDI-CCs.
105
 
 .
106
 
 As most functionality is located in shared libraries, creating
107
 
 alternative user-interfaces is easy. A versatile console mode
108
 
 interface is included in the package.
 
85
 Ecasound is a software package designed for multitrack audio processing. It
 
86
 can be used for simple tasks like audio playback, recording and format
 
87
 conversions, as well as for multitrack effect processing, mixing, recording
 
88
 and signal recycling.
 
89
 .
 
90
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
91
 Effects and audio objects can be combined in various ways, and their parameters
 
92
 can be controlled by operator objects like oscillators and MIDI-CCs.
109
93
 .
110
94
 This package provides ecasound's C library.
111
95
 
116
100
Replaces: libecasoundc2.2-dev (<< 2.8.0)
117
101
Breaks: libecasoundc2.2-dev (<< 2.8.0)
118
102
Description: multitrack-capable audio recorder and effect processor (C dev library)
119
 
 Ecasound is a software package designed for multitrack audio
120
 
 processing. It can be used for simple tasks like audio playback,
121
 
 recording and format conversions, as well as for multitrack effect
122
 
 processing, mixing, recording and signal recycling.
123
 
 .
124
 
 Ecasound supports a wide range of audio inputs, outputs and effect
125
 
 algorithms. Effects and audio objects can be combined in various ways,
126
 
 and their parameters can be controlled by operator objects like oscillators
127
 
 and MIDI-CCs.
128
 
 .
129
 
 As most functionality is located in shared libraries, creating
130
 
 alternative user-interfaces is easy. A versatile console mode
131
 
 interface is included in the package.
 
103
 Ecasound is a software package designed for multitrack audio processing. It
 
104
 can be used for simple tasks like audio playback, recording and format
 
105
 conversions, as well as for multitrack effect processing, mixing, recording
 
106
 and signal recycling.
 
107
 .
 
108
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
109
 Effects and audio objects can be combined in various ways, and their parameters
 
110
 can be controlled by operator objects like oscillators and MIDI-CCs.
132
111
 .
133
112
 This package provides ecasound's C library development files.
134
113
 
149
128
Pre-Depends: ${misc:Pre-Depends}
150
129
Multi-Arch: same
151
130
Description: multitrack-capable audio recorder and effect processor (kvutils library)
152
 
 Ecasound is a software package designed for multitrack audio
153
 
 processing. It can be used for simple tasks like audio playback,
154
 
 recording and format conversions, as well as for multitrack effect
155
 
 processing, mixing, recording and signal recycling.
156
 
 .
157
 
 Ecasound supports a wide range of audio inputs, outputs and effect
158
 
 algorithms. Effects and audio objects can be combined in various ways,
159
 
 and their parameters can be controlled by operator objects like oscillators
160
 
 and MIDI-CCs.
161
 
 .
162
 
 As most functionality is located in shared libraries, creating
163
 
 alternative user-interfaces is easy. A versatile console mode
164
 
 interface is included in the package.
 
131
 Ecasound is a software package designed for multitrack audio processing. It
 
132
 can be used for simple tasks like audio playback, recording and format
 
133
 conversions, as well as for multitrack effect processing, mixing, recording
 
134
 and signal recycling.
 
135
 .
 
136
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
137
 Effects and audio objects can be combined in various ways, and their parameters
 
138
 can be controlled by operator objects like oscillators and MIDI-CCs.
165
139
 .
166
140
 This package provides ecasound's kvutils library.
167
141
 
172
146
Replaces: libkvutils2.2-dev (<< 2.8.0)
173
147
Breaks: libkvutils2.2-dev (<< 2.8.0)
174
148
Description: multitrack-capable audio recorder and effect processor (kvutils dev files)
175
 
 Ecasound is a software package designed for multitrack audio
176
 
 processing. It can be used for simple tasks like audio playback,
177
 
 recording and format conversions, as well as for multitrack effect
178
 
 processing, mixing, recording and signal recycling.
179
 
 .
180
 
 Ecasound supports a wide range of audio inputs, outputs and effect
181
 
 algorithms. Effects and audio objects can be combined in various ways,
182
 
 and their parameters can be controlled by operator objects like oscillators
183
 
 and MIDI-CCs.
184
 
 .
185
 
 As most functionality is located in shared libraries, creating
186
 
 alternative user-interfaces is easy. A versatile console mode
187
 
 interface is included in the package.
 
149
 Ecasound is a software package designed for multitrack audio processing. It
 
150
 can be used for simple tasks like audio playback, recording and format
 
151
 conversions, as well as for multitrack effect processing, mixing, recording
 
152
 and signal recycling.
 
153
 .
 
154
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
155
 Effects and audio objects can be combined in various ways, and their parameters
 
156
 can be controlled by operator objects like oscillators and MIDI-CCs.
188
157
 .
189
158
 This package provides ecasound's kvutils library development files.
190
159
 
205
174
Replaces: python-ecasound2.2 (<< 2.8.0)
206
175
Breaks: python-ecasound2.2 (<< 2.8.0)
207
176
Description: multitrack-capable audio recorder and effect processor (python bindings)
208
 
 Ecasound is a software package designed for multitrack audio
209
 
 processing. It can be used for simple tasks like audio playback,
210
 
 recording and format conversions, as well as for multitrack effect
211
 
 processing, mixing, recording and signal recycling.
212
 
 .
213
 
 Ecasound supports a wide range of audio inputs, outputs and effect
214
 
 algorithms. Effects and audio objects can be combined in various ways,
215
 
 and their parameters can be controlled by operator objects like oscillators
216
 
 and MIDI-CCs.
217
 
 .
218
 
 As most functionality is located in shared libraries, creating
219
 
 alternative user-interfaces is easy. A versatile console mode
220
 
 interface is included in the package.
 
177
 Ecasound is a software package designed for multitrack audio processing. It
 
178
 can be used for simple tasks like audio playback, recording and format
 
179
 conversions, as well as for multitrack effect processing, mixing, recording
 
180
 and signal recycling.
 
181
 .
 
182
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
183
 Effects and audio objects can be combined in various ways, and their parameters
 
184
 can be controlled by operator objects like oscillators and MIDI-CCs.
221
185
 .
222
186
 This package provides ecasound's Python bindings.
223
187
 
239
203
Replaces: libecasound-ruby1.8 (<< 2.8.1-6)
240
204
Breaks: libecasound-ruby1.8 (<< 2.8.1-6)
241
205
Description: multitrack-capable audio recorder and effect processor (ruby bindings)
242
 
 Ecasound is a software package designed for multitrack audio
243
 
 processing. It can be used for simple tasks like audio playback,
244
 
 recording and format conversions, as well as for multitrack effect
245
 
 processing, mixing, recording and signal recycling.
246
 
 .
247
 
 Ecasound supports a wide range of audio inputs, outputs and effect
248
 
 algorithms. Effects and audio objects can be combined in various ways,
249
 
 and their parameters can be controlled by operator objects like oscillators
250
 
 and MIDI-CCs.
251
 
 .
252
 
 As most functionality is located in shared libraries, creating
253
 
 alternative user-interfaces is easy. A versatile console mode
254
 
 interface is included in the package.
 
206
 Ecasound is a software package designed for multitrack audio processing. It
 
207
 can be used for simple tasks like audio playback, recording and format
 
208
 conversions, as well as for multitrack effect processing, mixing, recording
 
209
 and signal recycling.
 
210
 .
 
211
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
212
 Effects and audio objects can be combined in various ways, and their parameters
 
213
 can be controlled by operator objects like oscillators and MIDI-CCs.
255
214
 .
256
215
 This package provides ecasound's Ruby bindings.
257
216
 
267
226
 
268
227
Package: ecasound-el
269
228
Architecture: all
 
229
Section: lisp
270
230
Depends: ${misc:Depends}, ecasound,
271
231
 emacs23 | xemacs21 | emacsen
272
232
Description: multitrack-capable audio recorder and effect processor (emacs)
273
 
 Ecasound is a software package designed for multitrack audio
274
 
 processing. It can be used for simple tasks like audio playback,
275
 
 recording and format conversions, as well as for multitrack effect
276
 
 processing, mixing, recording and signal recycling.
277
 
 .
278
 
 Ecasound supports a wide range of audio inputs, outputs and effect
279
 
 algorithms. Effects and audio objects can be combined in various ways,
280
 
 and their parameters can be controlled by operator objects like oscillators
281
 
 and MIDI-CCs.
282
 
 .
283
 
 As most functionality is located in shared libraries, creating
284
 
 alternative user-interfaces is easy. A versatile console mode
285
 
 interface is included in the package.
286
 
 .
287
 
 This package provides an interactive mode for running ecasound sessions
288
 
 from within Emacs as well as Emacs Lisp bindings  to the Ecasound
289
 
 Control Interface (ECI).
 
233
 Ecasound is a software package designed for multitrack audio processing. It
 
234
 can be used for simple tasks like audio playback, recording and format
 
235
 conversions, as well as for multitrack effect processing, mixing, recording
 
236
 and signal recycling.
 
237
 .
 
238
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
239
 Effects and audio objects can be combined in various ways, and their parameters
 
240
 can be controlled by operator objects like oscillators and MIDI-CCs.
 
241
 .
 
242
 This package provides an interactive mode for running ecasound sessions from
 
243
 within Emacs as well as Emacs Lisp bindings to the Ecasound Control Interface.
290
244
 
291
245
Package: ecasound-doc
292
246
Architecture: all
295
249
Breaks: ecasound (<< 2.8.0-2)
296
250
Replaces: ecasound (<< 2.8.0-2)
297
251
Description: documentation files for Ecasound
298
 
 Ecasound is a software package designed for multitrack audio
299
 
 processing. It can be used for simple tasks like audio playback,
300
 
 recording and format conversions, as well as for multitrack effect
301
 
 processing, mixing, recording and signal recycling.
 
252
 Ecasound is a software package designed for multitrack audio processing. It
 
253
 can be used for simple tasks like audio playback, recording and format
 
254
 conversions, as well as for multitrack effect processing, mixing, recording
 
255
 and signal recycling.
 
256
 .
 
257
 Ecasound supports a wide range of audio inputs, outputs and effect algorithms.
 
258
 Effects and audio objects can be combined in various ways, and their parameters
 
259
 can be controlled by operator objects like oscillators and MIDI-CCs.
302
260
 .
303
261
 This package provides the documentation files for ecasound.