/[svn]/linuxsampler/trunk/debian/control
ViewVC logotype

Contents of /linuxsampler/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 698 - (show annotations) (download)
Tue Jul 19 15:51:19 2005 UTC (18 years, 9 months ago) by schoenebeck
File size: 2333 byte(s)
Debian packaging changes:
- Updated packaging files for the library nature of LinuxSampler.
- Automatically generate Doxygen API documentation.

1 Source: linuxsampler
2 Section: sound
3 Priority: optional
4 Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
5 Build-Depends: debhelper (>= 4.0.0), libgig-dev
6 Standards-Version: 3.6.1
7
8 Package: linuxsampler
9 Section: sound
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Suggests: gigtools
13 Description: realtime audio sampler
14 LinuxSampler is a work in progress. It's goal is to produce a free
15 software audio sampler with professional grade features.
16 .
17 It offers disk streaming capability and supports the Gigasampler format
18 which is currently considered to be the best sampler format in regards of
19 possibilities and sound quality.
20 .
21 This package provides the backend application of LinuxSampler.
22 LinuxSampler can be controlled via network interface which uses an ASCII
23 based protocol called LSCP. You might consider to install a GUI frontend
24 for LinuxSampler as well.
25 .
26 For more informations please visit http://www.linuxsampler.org
27
28 Package: liblinuxsampler-dev
29 Section: libdevel
30 Architecture: any
31 Depends: liblinuxsampler (= ${Source-Version})
32 Description: realtime audio sampler (development files)
33 LinuxSampler is a work in progress. It's goal is to produce a free
34 software audio sampler with professional grade features.
35 .
36 It offers disk streaming capability and supports the Gigasampler format
37 which is currently considered to be the best sampler format in regards of
38 possibilities and sound quality.
39 .
40 This package provides the development files of the LinuxSampler library.
41 You usually only need this package if you are compiling against
42 liblinuxsampler.
43 .
44 For more informations please visit http://www.linuxsampler.org
45
46 Package: liblinuxsampler
47 Section: libs
48 Architecture: any
49 Depends: ${shlibs:Depends}, ${misc:Depends}
50 Description: realtime audio sampler (base library)
51 LinuxSampler is a work in progress. It's goal is to produce a free
52 software audio sampler with professional grade features.
53 .
54 It offers disk streaming capability and supports the Gigasampler format
55 which is currently considered to be the best sampler format in regards of
56 possibilities and sound quality.
57 .
58 This package provides the LinuxSampler backend library (liblinuxsampler),
59 that is the sampler engine together with audio and MIDI drivers.
60 .
61 For more informations please visit http://www.linuxsampler.org

  ViewVC Help
Powered by ViewVC