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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
Source: lvtk
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
debhelper (>= 9),
libboost-dev,
libboost-system-dev,
libgtkmm-2.4-dev,
lv2-dev,
pkg-config,
python
Build-Depends-Indep:
doxygen,
graphviz
Standards-Version: 3.9.8
Homepage: https://github.com/lvtk/lvtk/
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/lvtk.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/lvtk.git
Package: lvtk-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Enhances:
lvtk-dev
Description: LV2 Toolkit documentation
LV2 Toolkit is a set of C++ wrappers around the LV2 C API.
The included libraries ease writing LV2 plugins and UIs
in C++ by inheriting from easy to use template classes.
.
LV2 is a portable plugin standard for audio systems,
similar in scope to LADSPA, VST, AU, and others.
.
This package provides the developer reference.
Package: lvtk-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libboost-dev,
libgtkmm-2.4-dev,
lv2-dev,
${misc:Depends},
${shlibs:Depends}
Recommends:
pkg-config
Suggests:
lvtk-doc
Description: LV2 C++ wrappers and utilities
LV2 Toolkit is a set of C++ wrappers around the LV2 C API.
The included libraries ease writing LV2 plugins and UIs
in C++ by inheriting from easy to use template classes.
.
LV2 is a portable plugin standard for audio systems,
similar in scope to LADSPA, VST, AU, and others.
.
This package provides the development headers.
Package: lvtk-tools
Section: sound
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: LV2 C++ wrappers and utilities - tools
LV2 Toolkit is a set of C++ wrappers around the LV2 C API.
The included libraries ease writing LV2 plugins and UIs
in C++ by inheriting from easy to use template classes.
.
LV2 is a portable plugin standard for audio systems,
similar in scope to LADSPA, VST, AU, and others.
.
This package contains the binary ttl2c, a program to
generate C headers from RDF definition files.
Package: lvtk-examples
Section: sound
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Enhances:
lvtk-dev
Provides:
lv2-plugin
Description: LV2 C++ wrappers and utilities - examples plugins
LV2 Toolkit is a set of C++ wrappers around the LV2 C API.
The included libraries ease writing LV2 plugins and UIs
in C++ by inheriting from easy to use template classes.
.
LV2 is a portable plugin standard for audio systems,
similar in scope to LADSPA, VST, AU, and others.
.
This package contains some example plugins.
|