source: roaraudio/debian/control @ 3644:900c47c52702

Last change on this file since 3644:900c47c52702 was 3644:900c47c52702, checked in by phi, 14 years ago

added debian control script

File size: 4.2 KB
Line 
1Source: roaraudio
2Priority: extra
3Maintainer: Michael Stapelberg <michael@stapelberg.de>
4Build-Depends: debhelper (>= 7.0.50~), libdnet-dev, libesd0-dev, libao-dev, libfishsound1-dev, libvorbis-dev, libspeex-dev, libshout3-dev, libsndfile1-dev, liboggz2-dev, libslp-dev, libpulse-dev, liby-dev, libartsc0-dev, libspeexdsp-dev
5Standards-Version: 3.8.3
6Section: libs
7Homepage: http://roaraudio.keep-cool.org/
8
9Package: libroar0
10Section: libs
11Architecture: any
12Suggests: bzip2, gnupg, openssh-client, roaraudio
13Depends: ${shlibs:Depends}, ${misc:Depends}
14Description: foundation libraries for the roaraudio sound server and clients
15 RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
16 different clients before sending it to its outputs (for example a soundcard).
17 It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
18 supports many common codecs like Ogg Vorbis, Speex or FLAC.
19 .
20 This packet consists of the following libraries:
21  libroar: The RoarAudio main library. It contains code for talking to roard,
22   virtual IO functions useful not only for audio applications, memory
23   management functions like buffers, lists, stacks.
24 .
25  libroardsp: Digital Signal Processing library. It contains code to work with
26  PCM signals including simple filters, converters and code to work with some
27  (realtime) codecs.
28 .
29  libroareio: This is the RoarAudio Extended IO library. It contains code for
30  talking to extended IO. Currently it contains code to talk to soundcards
31  without roard. This is not meant to be used by other applications directly.
32 .
33  libroarlight: Light Control support library. It contains code to support
34  the usage of the light control subsystem.
35 .
36  libroarmidi: MIDI subsystem support library. It contains code to support
37  the usage of the MIDI subsystem.
38
39Package: libroar-dev
40Section: libdevel
41Architecture: any
42Depends: ${shlibs:Depends}, ${misc:Depends}, libroar0 (= ${binary:Version})
43Description: header files and documentation for the roar audio libraries
44 RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
45 different clients before sending it to its outputs (for example a soundcard).
46 It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
47 supports many common codecs like Ogg Vorbis, Speex or FLAC.
48 .
49 This packet consists of the following libraries:
50  libroar: The RoarAudio main library. It contains code for talking to roard,
51   virtual IO functions useful not only for audio applications, memory
52   management functions like buffers, lists, stacks.
53 .
54  libroardsp: Digital Signal Processing library. It contains code to work with
55  PCM signals including simple filters, converters and code to work with some
56  (realtime) codecs.
57 .
58  libroareio: This is the RoarAudio Extended IO library. It contains code for
59  talking to extended IO. Currently it contains code to talk to soundcards
60  without roard. This is not meant to be used by other applications directly.
61 .
62  libroarlight: Light Control support library. It contains code to support
63  the usage of the light control subsystem.
64 .
65  libroarmidi: MIDI subsystem support library. It contains code to support
66  the usage of the MIDI subsystem.
67
68Package: roaraudio
69Section: sound
70Architecture: any
71Suggests: roaraudio-extra, libroar-compat, socat
72Depends: ${shlibs:Depends}, ${misc:Depends}
73Description: sound server for audio mixing
74 RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
75 different clients before sending it to its outputs (for example a soundcard).
76 It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
77 supports many common codecs like Ogg Vorbis, Speex or FLAC.
78
79Package: roaraudio-extra
80Section: sound
81Architecture: any
82Depends: ${shlibs:Depends}, ${misc:Depends}
83Suggests: wget
84Description: extra utilities for roaraudio
85 Utilities which are not necessary for running roaraudio and which need
86 extra dependencies are in this package (like roarshout and roarvorbis).
87
88Package: libroar-compat
89Section: libs
90Architecture: any
91Depends: ${shlibs:Depends}, ${misc:Depends}
92Description: drop-in replacements for other sound libraries
93 To get programs which use the EsounD (ESD), aRts, OpenBSD sndio, PulseAudio
94 or YIFF API running, you can install this package and replace the appropriate libraries.
Note: See TracBrowser for help on using the repository browser.