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

Diff of /linuxsampler/trunk/debian/control

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

revision 1876 by schoenebeck, Fri Mar 27 12:16:12 2009 UTC revision 3352 by schoenebeck, Sat Oct 7 17:51:39 2017 UTC
# Line 1  Line 1 
1  Source: linuxsampler  Source: linuxsampler
2  Section: sound  Section: sound
3  Priority: optional  Priority: optional
4  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>  Maintainer: LinuxSampler Developers <linuxsampler-devel@lists.sourceforge.net>
5  Build-Depends: debhelper (>= 4.0.0), libgig-dev, uuid-dev  Build-Depends: debhelper (>= 4.0.0), libgig-dev (>= 4.0.0),
6  Standards-Version: 3.6.1                 libasound2-dev | libjack-dev, dssi-dev, lv2-dev
7    Standards-Version: 4.0.0
8    
9  Package: linuxsampler  Package: linuxsampler
10  Section: sound  Section: sound
11  Architecture: any  Architecture: any
12  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
13  Suggests: gigtools  Suggests: gigtools, qsampler, gigedit
14  Description: realtime audio sampler  Description: realtime audio sampler
15   LinuxSampler is a work in progress. It's goal is to produce a free   LinuxSampler is a free software audio sampler with professional grade features.
16   software audio sampler with professional grade features.   It offers disk streaming capability, real-time instrument scripts, and
17   .   supports the following three sampler formats:
18   It offers disk streaming capability and supports the Gigasampler format   .
19   which is currently considered to be the best sampler format in regards of   - GigaStudio 4, previously known as Gigasampler (.gig)
20   possibilities and sound quality.   - SFZ2 (.sfz)
21     - SoundFont 2 (.sf2)
22   .   .
23   This package provides the backend application of LinuxSampler.   This package provides the backend application of LinuxSampler.
24   LinuxSampler can be controlled via network interface which uses an ASCII   LinuxSampler can be controlled via network interface which uses an ASCII
25   based protocol called LSCP. You might consider to install a GUI frontend   based protocol called LSCP. You might consider to install a GUI frontend
26   for LinuxSampler as well.   for LinuxSampler as well (such as QSampler or JSampler/Fantasia).
27     .
28     This package also provides the LSCP shell, which can be used to control the
29     sampler from the command line.
30   .   .
31   For more informations please visit http://www.linuxsampler.org   For more informations please visit http://www.linuxsampler.org
32    
33  Package: liblinuxsampler-dev  Package: liblinuxsampler-dev
34  Section: libdevel  Section: libdevel
35  Architecture: any  Architecture: any
36  Depends: liblinuxsampler (= ${Source-Version})  Depends: liblinuxsampler (= ${source:Version})
37  Description: realtime audio sampler (development files)  Description: realtime audio sampler (development files)
38   LinuxSampler is a work in progress. It's goal is to produce a free   LinuxSampler is a free software audio sampler with professional grade features.
39   software audio sampler with professional grade features.   It offers disk streaming capability, real-time instrument scripts, and
40   .   supports the following three sampler formats:
41   It offers disk streaming capability and supports the Gigasampler format   .
42   which is currently considered to be the best sampler format in regards of   - GigaStudio 4, previously known as Gigasampler (.gig)
43   possibilities and sound quality.   - SFZ2 (.sfz)
44     - SoundFont 2 (.sf2)
45   .   .
46   This package provides the development files of the LinuxSampler library.   This package provides the development files of the LinuxSampler library.
47   You usually only need this package if you are compiling against   You usually only need this package if you are compiling against
# Line 48  Section: libs Line 54  Section: libs
54  Architecture: any  Architecture: any
55  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
56  Description: realtime audio sampler (base library)  Description: realtime audio sampler (base library)
57   LinuxSampler is a work in progress. It's goal is to produce a free   LinuxSampler is a free software audio sampler with professional grade features.
58   software audio sampler with professional grade features.   It offers disk streaming capability, real-time instrument scripts, and
59   .   supports the following three sampler formats:
60   It offers disk streaming capability and supports the Gigasampler format   .
61   which is currently considered to be the best sampler format in regards of   - GigaStudio 4, previously known as Gigasampler (.gig)
62   possibilities and sound quality.   - SFZ2 (.sfz)
63     - SoundFont 2 (.sf2)
64   .   .
65   This package provides the LinuxSampler backend library (liblinuxsampler),   This package provides the LinuxSampler backend library (liblinuxsampler),
66   that is the sampler engine together with audio and MIDI drivers. It also   that is the sampler engine together with audio and MIDI drivers. It also

Legend:
Removed from v.1876  
changed lines
  Added in v.3352

  ViewVC Help
Powered by ViewVC