/[svn]/linuxsampler/branches/release2_1_1/debian/control
ViewVC logotype

Annotation of /linuxsampler/branches/release2_1_1/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1742 - (hide annotations) (download)
Wed May 28 04:00:48 2008 UTC (15 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/debian/control
File size: 2343 byte(s)
* added configure check for uuid library

1 schoenebeck 375 Source: linuxsampler
2 flax 591 Section: sound
3 schoenebeck 375 Priority: optional
4 flax 591 Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
5 schoenebeck 1742 Build-Depends: debhelper (>= 4.0.0), libgig-dev, uuid-dev
6 schoenebeck 375 Standards-Version: 3.6.1
7    
8     Package: linuxsampler
9 schoenebeck 698 Section: sound
10 schoenebeck 375 Architecture: any
11 schoenebeck 698 Depends: ${shlibs:Depends}, ${misc:Depends}
12 flax 599 Suggests: gigtools
13 schoenebeck 375 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 schoenebeck 698 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 schoenebeck 375 .
26     For more informations please visit http://www.linuxsampler.org
27 schoenebeck 698
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