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

Diff of /linuxsampler/branches/release2_0_0/debian/control

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

linuxsampler/trunk/debian/control revision 599 by flax, Thu Jun 2 08:33:40 2005 UTC linuxsampler/branches/release2_0_0/debian/control revision 2789 by schoenebeck, Wed Jul 15 20:34:18 2015 UTC
# Line 2  Source: linuxsampler Line 2  Source: linuxsampler
2  Section: sound  Section: sound
3  Priority: optional  Priority: optional
4  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
5  Build-Depends: debhelper (>= 4.0.0), libgig-dev  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}, libgig  Depends: ${shlibs:Depends}, ${misc:Depends}
12  Suggests: gigtools  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 free software audio sampler with professional grade features.
15   software audio sampler with professional grade features.   It offers disk streaming capability, real-time instrument scripts, and
16     supports the following three sampler formats:
17     .
18     - GigaStudio 4, previously known as Gigasampler (.gig)
19     - SoundFont 2 (.sf2)
20     - SFZ2 (.sfz)
21     .
22     This package provides the backend application of LinuxSampler.
23     LinuxSampler can be controlled via network interface which uses an ASCII
24     based protocol called LSCP. You might consider to install a GUI frontend
25     for LinuxSampler as well.
26     .
27     This package also provides the LSCP shell, which can be used to control the
28     sampler from the command line.
29     .
30     For more informations please visit http://www.linuxsampler.org
31    
32    Package: liblinuxsampler-dev
33    Section: libdevel
34    Architecture: any
35    Depends: liblinuxsampler (= ${Source-Version})
36    Description: realtime audio sampler (development files)
37     LinuxSampler is a free software audio sampler with professional grade features.
38     It offers disk streaming capability, real-time instrument scripts, and
39     supports the following three sampler formats:
40     .
41     - GigaStudio 4, previously known as Gigasampler (.gig)
42     - SoundFont 2 (.sf2)
43     - SFZ2 (.sfz)
44     .
45     This package provides the development files of the LinuxSampler library.
46     You usually only need this package if you are compiling against
47     liblinuxsampler.
48     .
49     For more informations please visit http://www.linuxsampler.org
50    
51    Package: liblinuxsampler
52    Section: libs
53    Architecture: any
54    Depends: ${shlibs:Depends}, ${misc:Depends}
55    Description: realtime audio sampler (base library)
56     LinuxSampler is a free software audio sampler with professional grade features.
57     It offers disk streaming capability, real-time instrument scripts, and
58     supports the following three sampler formats:
59     .
60     - GigaStudio 4, previously known as Gigasampler (.gig)
61     - SoundFont 2 (.sf2)
62     - SFZ2 (.sfz)
63   .   .
64   It offers disk streaming capability and supports the Gigasampler format   This package provides the LinuxSampler backend library (liblinuxsampler),
65   which is currently considered to be the best sampler format in regards of   that is the sampler engine together with audio and MIDI drivers. It also
66   possibilities and sound quality.   includes the DSSI and LV2 plugin binaries of the sampler.
  .  
  This package provides the backend of LinuxSampler, that is the sampler  
  engine together with audio and MIDI drivers. LinuxSampler can be  
  controlled via network interface which uses an ASCII based protocol called  
  LSCP. You might consider to install a GUI frontend for LinuxSampler as  
  well.  
67   .   .
68   For more informations please visit http://www.linuxsampler.org   For more informations please visit http://www.linuxsampler.org

Legend:
Removed from v.599  
changed lines
  Added in v.2789

  ViewVC Help
Powered by ViewVC