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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: naspro-core
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>
Build-Depends:
debhelper (>= 9~),
dh-autoreconf,
lv2-dev,
pkg-config
Build-Depends-Indep:
naturaldocs
Standards-Version: 3.9.5
Homepage: http://naspro.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/naspro-core.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/naspro-core.git
Package: libnacore5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: NASPRO core library
A tiny convenience library containing useful code to implement LV2
dynamic manifest plugins and especially bridges from other APIs to
LV2.
.
It provides:
* LV2 dynamic manifest and descriptor generation;
* OS-independent path scanning;
* OS-independent environment variables retrieving;
* OS-independent dynamic loading;
* AVL trees.
.
It supports the LV2 core specification and the following
specifications/extensions:
* LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dyn-manifest);
* LV2 Units (http://lv2plug.in/ns/extensions/units);
* LV2 URI Map (http://lv2plug.in/ns/ext/uri-map);
* LV2 Events (http://lv2plug.in/ns/ext/event);
* LV2 MIDI Events (http://lv2plug.in/ns/ext/midi);
* LV2 Extended Port Information (http://lv2plug.in/ns/dev/extportinfo)
(only the epp:logarithmic property is supported).
.
This package includes the shared library object.
Package: libnacore-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libnacore5 (= ${binary:Version}),
lv2-dev,
pkg-config,
${misc:Depends}
Suggests:
libnacore-doc
Description: NASPRO core library (development files)
A tiny convenience library containing useful code to implement LV2
dynamic manifest plugins and especially bridges from other APIs to
LV2.
.
This package includes the development tools.
Package: libnacore-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Description: NASPRO core library (documentation)
A tiny convenience library containing useful code to implement LV2
dynamic manifest plugins and especially bridges from other APIs to
LV2.
.
This package includes the documentation files.
|