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

Contents of /liblscp/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3866 - (show annotations) (download)
Sat Mar 27 12:17:51 2021 UTC (3 years ago) by capela
File size: 1379 byte(s)
* Switching to CMake build system as for packaging default.
1 Source: liblscp
2 Section: libs
3 Priority: optional
4 Maintainer: LinuxSampler Developers <linuxsampler-devel@lists.sourceforge.net>
5 Build-Depends: debhelper (>= 9), cmake, pkg-config, doxygen
6 Standards-Version: 3.9.7
7
8 Package: liblscp-dev
9 Section: libdevel
10 Architecture: any
11 Depends: liblscp6 (>= ${source:Version}),
12 ${shlibs:Depends}, ${misc:Depends}
13 Description: LinuxSampler Control Protocol API library - development files
14 LinuxSampler Control Protocol C API library - development files.
15 .
16 This package is for use with the LinuxSampler audio sampling
17 engine / library and packages. Wraps the LinuxSampler network
18 protocol and offers a convenient API in form of a C library.
19 .
20 For further informations visit
21 http://www.linuxsampler.org
22 .
23 This package contains the header files needed for
24 development with liblscp. You will need this only if you
25 intend to compile programs that use this library.
26
27 Package: liblscp6
28 Section: libs
29 Architecture: any
30 Depends: ${shlibs:Depends}, ${misc:Depends}
31 Description: LinuxSampler Control Protocol API library
32 LinuxSampler Control Protocol C API library.
33 .
34 This package is for use with the LinuxSampler audio sampling
35 engine / library and packages. Wraps the LinuxSampler network
36 protocol and offers a convenient API in form of a C library.
37 .
38 For further informations visit
39 http://www.linuxsampler.org
40

  ViewVC Help
Powered by ViewVC