File: control

package info (click to toggle)
naspro-core 0.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,812 kB
  • sloc: sh: 11,338; ansic: 4,634; makefile: 96
file content (71 lines) | stat: -rw-r--r-- 2,296 bytes parent folder | download
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
Source: naspro-core
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               lv2-dev,
               pkgconf,
Build-Depends-Indep: naturaldocs,
Standards-Version: 4.7.0
Homepage: http://naspro.sourceforge.net/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/naspro-core
Vcs-Git: https://salsa.debian.org/debian/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,
         pkgconf,
         ${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
Multi-Arch: foreign
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.