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

Contents of /linuxsampler/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1876 - (show annotations) (download)
Fri Mar 27 12:16:12 2009 UTC (15 years, 1 month ago) by schoenebeck
File size: 2410 byte(s)
* added optional 3rd party user data parameter for following
  liblinuxsampler C++ API methods: InstrumentEditor::Main(),
  InstrumentEditor::Launch(), InstrumentManager::LaunchInstrumentEditor()
* minor cosmetics regarding configure script summary
* debian packaging: include DSSI and LV2 plugin binaries of the sampler
  into the liblinuxsampler package
* RPM packaging: include DSSI and LV2 plugin binaries of the sampler
  into the liblinuxsampler package
* bumped version to 0.5.1.12cvs

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 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. It also
60 includes the DSSI and LV2 plugin binaries of the sampler.
61 .
62 For more informations please visit http://www.linuxsampler.org

  ViewVC Help
Powered by ViewVC