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

Annotation of /linuxsampler/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2866 - (hide annotations) (download)
Wed Apr 6 18:09:47 2016 UTC (8 years ago) by schoenebeck
File size: 2632 byte(s)
* Removed unnecessary dependency to libuuid (originated by libgig's usage
  of it).
* Debian packaging: Updated build dependencies and description, and
  assigned inuxsampler-devel@lists.sourceforge.net as maintainer of this
  package.
* Bumped version (2.0.0.svn1).

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

  ViewVC Help
Powered by ViewVC