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

Diff of /linuxsampler/branches/release1_0_0/debian/control

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 375 by schoenebeck, Sat Feb 12 14:00:51 2005 UTC revision 1742 by schoenebeck, Wed May 28 04:00:48 2008 UTC
# Line 1  Line 1 
1  Source: linuxsampler  Source: linuxsampler
2  Section: unknown  Section: sound
3  Priority: optional  Priority: optional
4  Maintainer: Christian Schoenebeck <cuse@users.sourceforge.net>  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
5  Build-Depends: debhelper (>= 4.0.0)  Build-Depends: debhelper (>= 4.0.0), libgig-dev, uuid-dev
6  Standards-Version: 3.6.1  Standards-Version: 3.6.1
7    
8  Package: linuxsampler  Package: linuxsampler
9    Section: sound
10  Architecture: any  Architecture: any
11  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
12    Suggests: gigtools
13  Description: realtime audio sampler  Description: realtime audio sampler
14   LinuxSampler is a work in progress. It's goal is to produce a free   LinuxSampler is a work in progress. It's goal is to produce a free
15   software audio sampler with professional grade features.   software audio sampler with professional grade features.
# Line 16  Description: realtime audio sampler Line 18  Description: realtime audio sampler
18   which is currently considered to be the best sampler format in regards of   which is currently considered to be the best sampler format in regards of
19   possibilities and sound quality.   possibilities and sound quality.
20   .   .
21   This package provides the backend of LinuxSampler, that is the sampler   This package provides the backend application of LinuxSampler.
22   engine together with audio and MIDI drivers. LinuxSampler can be   LinuxSampler can be controlled via network interface which uses an ASCII
23   controlled via network interface which uses an ASCII based protocol called   based protocol called LSCP. You might consider to install a GUI frontend
24   LSCP. You might consider to install a GUI frontend for LinuxSampler as   for LinuxSampler as well.
25   well.   .
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   For more informations please visit http://www.linuxsampler.org

Legend:
Removed from v.375  
changed lines
  Added in v.1742

  ViewVC Help
Powered by ViewVC