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

Contents of /linuxsampler/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2515 - (show annotations) (download)
Wed Feb 5 20:45:18 2014 UTC (10 years, 2 months ago) by schoenebeck
File size: 2522 byte(s)
* WIP: Introducing the LSCP shell: for now, providing color
  highlighting while typing (indicating correct part bold white,
  incorrect part red, and turning green when the command is
  complete. The shell application is implemented as thin client,
  that is the parser work is performed on sampler side and the
  shell application is just providing output formatting.
* Bumped version (1.0.0.svn28).

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, uuid-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 This package also provides the LSCP shell, which can be used to control the
27 sampler from the command line.
28 .
29 For more informations please visit http://www.linuxsampler.org
30
31 Package: liblinuxsampler-dev
32 Section: libdevel
33 Architecture: any
34 Depends: liblinuxsampler (= ${Source-Version})
35 Description: realtime audio sampler (development files)
36 LinuxSampler is a work in progress. It's goal is to produce a free
37 software audio sampler with professional grade features.
38 .
39 It offers disk streaming capability and supports the Gigasampler format
40 which is currently considered to be the best sampler format in regards of
41 possibilities and sound quality.
42 .
43 This package provides the development files of the LinuxSampler library.
44 You usually only need this package if you are compiling against
45 liblinuxsampler.
46 .
47 For more informations please visit http://www.linuxsampler.org
48
49 Package: liblinuxsampler
50 Section: libs
51 Architecture: any
52 Depends: ${shlibs:Depends}, ${misc:Depends}
53 Description: realtime audio sampler (base library)
54 LinuxSampler is a work in progress. It's goal is to produce a free
55 software audio sampler with professional grade features.
56 .
57 It offers disk streaming capability and supports the Gigasampler format
58 which is currently considered to be the best sampler format in regards of
59 possibilities and sound quality.
60 .
61 This package provides the LinuxSampler backend library (liblinuxsampler),
62 that is the sampler engine together with audio and MIDI drivers. It also
63 includes the DSSI and LV2 plugin binaries of the sampler.
64 .
65 For more informations please visit http://www.linuxsampler.org

  ViewVC Help
Powered by ViewVC