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

  ViewVC Help
Powered by ViewVC