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
|
Source: lv2
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>
Build-Depends:
debhelper (>= 7.0.50~),
libgtk2.0-dev,
libsndfile1-dev,
perl,
pkg-config,
python
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-multimedia/lv2.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2.git
Homepage: http://lv2plug.in/
Package: lv2-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Breaks:
lv2-extensions-good (<= 0~20111202+dfsg0-2~),
lv2core (<= 6.0+dfsg0-2~)
Replaces:
lv2-extensions-good (<= 0~20111202+dfsg0-2~),
lv2core (<= 6.0+dfsg0-2~)
Description: LV2 audio plugin specification
LV2 is a simple but extensible successor of LADSPA plugins,
intended to address the limitations of LADSPA which many
applications have outgrown.
.
This package contains the LV2 audio plugin specification,
with all the official extension packages, as well as example
plugins, lv2specgen, and additional data.
.
Implementations are encouraged to abandon the “copy paste
headers” practice and depend on this package instead.
Package: lv2-examples
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Provides:
lv2-plugin
Description: LV2 audio plugin specification (example plugins)
LV2 is a simple but extensible successor of LADSPA plugins,
intended to address the limitations of LADSPA which many
applications have outgrown.
.
This package contains some LV2 example plugins.
|