1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: liblscp
Section: sound
Priority: optional
Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
Uploaders: Paul Brossier <piem@debian.org>
Build-Depends: debhelper (>= 4.0.0), doxygen
Standards-Version: 3.6.2
Package: liblscp-dev
Section: libdevel
Architecture: any
Depends: liblscp (= ${Source-Version})
Description: LinuxSampler Control Protocol wrapper library
This package is for use with the LinuxSampler audio sampling
engine / library and packages.
Wraps the LinuxSampler network protocol and offers a
convenient API in form of a C library.
.
For further informations visit
http://www.linuxsampler.org
.
This package contains the header files needed for
development with liblscp. You will need this only if you
intend to compile programs that use this library.
Package: liblscp
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LinuxSampler Control Protocol wrapper library
This package is for use with the LinuxSampler audio sampling
engine / library and packages.
Wraps the LinuxSampler network protocol and offers a
convenient API in form of a C library.
.
For further informations visit
http://www.linuxsampler.org
|