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 79
|
Source: lilv
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Jaromír Mikeš <mira.mikes@seznam.cz>,
Dennis Braun <d_braun@kabelmail.de>
Build-Depends:
debhelper-compat (= 13),
libsndfile1-dev,
libserd-dev (>= 0.22.0~),
libsord-dev (>= 0.14.0~),
libsratom-dev (>= 0.4.0~),
lv2-dev (>= 1.18.0~),
pkg-config,
python3:native
Standards-Version: 4.6.1
Homepage: https://drobilla.net/software/lilv/
Vcs-Git: https://salsa.debian.org/multimedia-team/lilv.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/lilv
Rules-Requires-Root: no
Package: liblilv-0-0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: library for simple use of LV2 plugins
Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
LV2 Plugins as simple as possible (without sacrificing capabilities).
.
Lilv is the successor to SLV2, rewritten to be significantly faster
and have minimal dependencies.
.
This package provides the shared library.
Package: liblilv-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
liblilv-0-0 (= ${binary:Version}),
libserd-dev (>= 0.22.0~),
libsord-dev (>= 0.14.0~),
libsratom-dev (>= 0.4.0~),
lv2-dev,
${misc:Depends}
Description: library for simple use of LV2 plugins (development files)
Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
LV2 Plugins as simple as possible (without sacrificing capabilities).
.
Lilv is the successor to SLV2, rewritten to be significantly faster
and have minimal dependencies.
.
This package provides the development files.
Package: lilv-utils
Section: sound
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Provides:
lv2-host
Description: library for simple use of LV2 plugins (runtime files)
Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
LV2 Plugins as simple as possible (without sacrificing capabilities).
.
Lilv is the successor to SLV2, rewritten to be significantly faster
and have minimal dependencies.
.
This package provides the following utilities:
* lv2info - Extract information about an installed LV2 plugin.
* lv2ls - List all installed LV2 plugins.
* lv2apply - Apply an LV2 plugin to an audio file.
* lv2bench - Benchmark all installed and supported LV2 plugins.
* lilv-bench
|