source: roaraudio/debian/control @ 6000:e96f8ed8280b

Last change on this file since 6000:e96f8ed8280b was 4019:9dcfa71d2690, checked in by phi, 14 years ago

some updates

File size: 7.9 KB
Line 
1Source: roaraudio
2Priority: extra
3Maintainer: Patrick MatthÀi <pmatthaei@debian.org>
4Build-Depends: debhelper (>= 7), libdnet-dev, libesd0-dev,
5 libfishsound1-dev, libvorbis-dev, libspeex-dev, libshout3-dev,
6 libsndfile1-dev, liboggz1-dev | liboggz2-dev, libslp-dev, libpulse-dev, liby-dev,
7 libartsc0-dev, libspeexdsp-dev | libspeex-dev (< 1.2),
8 audacious-plugins-dev | xmms-dev, libao-dev
9Standards-Version: 3.9.0
10Section: libs
11Homepage: http://roaraudio.keep-cool.org/
12
13Package: libroar0
14Section: libs
15Architecture: any
16Recommends: roaraudio-server
17Suggests: bzip2, gnupg, openssh-client, libmuroar0
18Depends: ${shlibs:Depends}, ${misc:Depends}
19Description: foundation libraries for the roaraudio sound server and clients
20 RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
21 different clients before sending it to its outputs (for example a soundcard).
22 It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
23 supports many common codecs like Ogg Vorbis, Speex or FLAC.
24 .
25 This packet consists of the following libraries:
26  libroar: The RoarAudio main library. It contains code for talking to roard,
27   virtual IO functions useful not only for audio applications, memory
28   management functions like buffers, lists, stacks.
29 .
30  libroardsp: Digital Signal Processing library. It contains code to work with
31  PCM signals including simple filters, converters and code to work with some
32  (realtime) codecs.
33 .
34  libroareio: This is the RoarAudio Extended IO library. It contains code for
35  talking to extended IO. Currently it contains code to talk to soundcards
36  without roard. This is not meant to be used by other applications directly.
37 .
38  libroarlight: Light Control support library. It contains code to support
39  the usage of the light control subsystem.
40 .
41  libroarmidi: MIDI subsystem support library. It contains code to support
42  the usage of the MIDI subsystem.
43
44Package: libroar-dev
45Section: libdevel
46Architecture: any
47Provides: libsndio-dev
48Depends: ${shlibs:Depends}, ${misc:Depends}, libroar0 (= ${binary:Version}),
49 libroar-compat (= ${binary:Version})
50Description: header files and documentation for the roar audio libraries
51 RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
52 different clients before sending it to its outputs (for example a soundcard).
53 It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
54 supports many common codecs like Ogg Vorbis, Speex or FLAC.
55 .
56 This packet consists of the following libraries:
57  libroar: The RoarAudio main library. It contains code for talking to roard,
58   virtual IO functions useful not only for audio applications, memory
59   management functions like buffers, lists, stacks.
60 .
61  libroardsp: Digital Signal Processing library. It contains code to work with
62  PCM signals including simple filters, converters and code to work with some
63  (realtime) codecs.
64 .
65  libroareio: This is the RoarAudio Extended IO library. It contains code for
66  talking to extended IO. Currently it contains code to talk to soundcards
67  without roard. This is not meant to be used by other applications directly.
68 .
69  libroarlight: Light Control support library. It contains code to support
70  the usage of the light control subsystem.
71 .
72  libroarmidi: MIDI subsystem support library. It contains code to support
73  the usage of the MIDI subsystem.
74 .
75 This package contains the development headers for the libroar library.
76
77Package: roaraudio-dbg
78Section: debug
79Architecture: any
80Priority: extra
81Provides: libroar0-dbg, libsndio0-dbg
82Depends: ${shlibs:Depends}, ${misc:Depends}, libroar-dev (= ${binary:Version})
83Description: RoarAudio sound server for audio mixing (debugging symbols)
84 RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
85 different clients before sending it to its outputs (for example a soundcard).
86 It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
87 supports many common codecs like Ogg Vorbis, Speex or FLAC.
88 .
89 This packet consists of the following libraries:
90 libroar: The RoarAudio main library. It contains code for talking to roard,
91 virtual IO functions useful not only for audio applications, memory
92 management functions like buffers, lists, stacks.
93 .
94 libroardsp: Digital Signal Processing library. It contains code to work with
95 PCM signals including simple filters, converters and code to work with some
96 (realtime) codecs.
97 .
98 libroareio: This is the RoarAudio Extended IO library. It contains code for
99 talking to extended IO. Currently it contains code to talk to soundcards
100 without roard. This is not meant to be used by other applications directly.
101 .
102 libroarlight: Light Control support library. It contains code to support
103 the usage of the light control subsystem.
104 .
105 libroarmidi: MIDI subsystem support library. It contains code to support
106 the usage of the MIDI subsystem.
107 .
108 This package contains the debugging symbols for roaraudio.
109
110Package: roaraudio
111Section: sound
112Architecture: any
113Provides: roaraudio-server
114Suggests: roaraudio-extra, libroar-compat, socat, roaraudio-plugin-libao
115Depends: ${shlibs:Depends}, ${misc:Depends}
116Description: sound server for audio mixing
117 RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
118 different clients before sending it to its outputs (for example a soundcard).
119 It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
120 supports many common codecs like Ogg Vorbis, Speex or FLAC.
121
122Package: roaraudio-extra
123Section: sound
124Architecture: any
125Depends: ${shlibs:Depends}, ${misc:Depends}
126Suggests: wget
127Description: extra utilities for roaraudio
128 RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
129 different clients before sending it to its outputs (for example a soundcard).
130 It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
131 supports many common codecs like Ogg Vorbis, Speex or FLAC.
132 .
133 Utilities which are not necessary for running roaraudio and which need
134 extra dependencies are in this package (like roarshout and roarvorbis).
135
136Package: libroar-compat
137Section: libs
138Architecture: any
139Provides: libsndio0
140Depends: ${shlibs:Depends}, ${misc:Depends}
141Description: drop-in replacements for other sound libraries
142 To get programs which use the EsounD (ESD), aRts, OpenBSD sndio, PulseAudio
143 or YIFF API running, you can install this package and replace the appropriate
144 libraries.
145
146Package: roaraudio-plugin-xmms
147Section: sound
148Architecture: any
149Depends: ${shlibs:Depends}, ${misc:Depends}, audacious
150Description: XMMS RoarAudio plugin
151 This is a plugin for XMMS which allows XMMS to use RoarAudio as output.
152
153Package: roaraudio-plugin-audacious
154Section: sound
155Architecture: any
156Depends: ${shlibs:Depends}, ${misc:Depends}, audacious
157Description: audacious RoarAudio plugin
158 This is a plugin for audacious which allows audacious to use RoarAudio as output.
159
160Package: roaraudio-plugin-libao
161Section: sound
162Architecture: any
163Depends: ${shlibs:Depends}, ${misc:Depends}, libao2
164Suggests: vorbis-tools
165Description: libao RoarAudio plugin
166 This is a plugin for libao2 which allows libao2 and all libao2 based
167 applications to use RoarAudio as output.
168
169Package: roaraudio-suite
170Section: sound
171Architecture: any
172Depends: ${shlibs:Depends}, ${misc:Depends}, roaraudio, roaraudio-extra, libroar-compat, roaraudio-plugin-libao
173Recommends: libmuroar0, roaraudio-plugin-xmms | roaraudio-plugin-audacious
174Suggests: muroard
175Description: A collection of the most needed RoarAudio packages
176 This is a collection of the most needed RoarAudio related packages.
177
178Package: roaraudio-suite-dev
179Section: sound
180Architecture: any
181Depends: ${shlibs:Depends}, ${misc:Depends}, roaraudio-suite, libroar-dev, roaraudio-dbg
182Recommends: libmuroar-dev, libmuroar0-dbg
183Suggests: muroard-dbg
184Description: A collection of the most needed RoarAudio packages (development packages)
185 This is a collection of the most needed RoarAudio related packages.
186 .
187 This package contains the development packages.
Note: See TracBrowser for help on using the repository browser.