/[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 1876 by schoenebeck, Fri Mar 27 12:16:12 2009 UTC revision 3537 by schoenebeck, Sat Jul 27 11:18:17 2019 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, uuid-dev  Build-Depends: debhelper (>= 4.0.0), libgig-dev (>= 4.2.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  Section: sound
12  Architecture: any  Architecture: any
13  Depends: ${shlibs:Depends}, ${misc:Depends}  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   It offers disk streaming capability and supports the Gigasampler format   .
20   which is currently considered to be the best sampler format in regards of   - GigaStudio 4, previously known as Gigasampler (.gig)
21   possibilities and sound quality.   - SFZ2 (.sfz)
22     - SoundFont 2 (.sf2)
23   .   .
24   This package provides the backend application of LinuxSampler.   This package provides the backend application of LinuxSampler.
25   LinuxSampler can be controlled via network interface which uses an ASCII   LinuxSampler can be controlled via network interface which uses an ASCII
26   based protocol called LSCP. You might consider to install a GUI frontend   based protocol called LSCP. You might consider to install a GUI frontend
27   for LinuxSampler as well.   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   For more information please visit https://www.linuxsampler.org
33    
34  Package: liblinuxsampler-dev  Package: liblinuxsampler-dev
35  Section: libdevel  Section: libdevel
36  Architecture: any  Architecture: any
37  Depends: liblinuxsampler (= ${Source-Version})  Depends: liblinuxsampler (= ${source:Version})
38  Description: realtime audio sampler (development files)  Description: realtime audio sampler (development files)
39   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.
40   software audio sampler with professional grade features.   It offers disk streaming capability, real-time instrument scripts, and
41   .   supports the following three sampler formats:
42   It offers disk streaming capability and supports the Gigasampler format   .
43   which is currently considered to be the best sampler format in regards of   - GigaStudio 4, previously known as Gigasampler (.gig)
44   possibilities and sound quality.   - SFZ2 (.sfz)
45     - SoundFont 2 (.sf2)
46   .   .
47   This package provides the development files of the LinuxSampler library.   This package provides the development files of the LinuxSampler library.
48   You usually only need this package if you are compiling against   You usually only need this package if you are compiling against
49   liblinuxsampler.   liblinuxsampler.
50   .   .
51   For more informations please visit http://www.linuxsampler.org   For more information please visit https://www.linuxsampler.org
52    
53  Package: liblinuxsampler  Package: liblinuxsampler
54  Section: libs  Section: libs
55  Architecture: any  Architecture: any
56  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
57  Description: realtime audio sampler (base library)  Description: realtime audio sampler (base library)
58   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.
59   software audio sampler with professional grade features.   It offers disk streaming capability, real-time instrument scripts, and
60   .   supports the following three sampler formats:
61   It offers disk streaming capability and supports the Gigasampler format   .
62   which is currently considered to be the best sampler format in regards of   - GigaStudio 4, previously known as Gigasampler (.gig)
63   possibilities and sound quality.   - SFZ2 (.sfz)
64     - SoundFont 2 (.sf2)
65   .   .
66   This package provides the LinuxSampler backend library (liblinuxsampler),   This package provides the LinuxSampler backend library (liblinuxsampler),
67   that is the sampler engine together with audio and MIDI drivers. It also   that is the sampler engine together with audio and MIDI drivers. It also
68   includes the DSSI and LV2 plugin binaries of the sampler.   includes the DSSI and LV2 plugin binaries of the sampler.
69   .   .
70   For more informations please visit http://www.linuxsampler.org   For more information please visit https://www.linuxsampler.org

Legend:
Removed from v.1876  
changed lines
  Added in v.3537

  ViewVC Help
Powered by ViewVC