distrho-ports-extra: split plugin packages

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-01-05 01:52:35 +01:00
parent 6cae5f3445
commit 534385ca9a
2 changed files with 6 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ PV = "0.0.0+git${SRCPV}"
REQUIRED_DISTRO_FEATURES = "x11 opengl"
inherit lv2-postinst-helper distro_features_check
inherit lv2-postinst-helper distro_features_check pack_audio_plugins
# distro-ports dependency for special hack script / libs
DEPENDS += " \
@@ -59,9 +59,11 @@ do_install() {
FILES_${PN} += " \
${libdir}/cabbage* \
${libdir}/lv2 \
${libdir}/vst \
"
# for common (?) cabbage files
RDEPENDS_${PN}-lv2 += "${PN}"
RDEPENDS_${PN}-vst += "${PN}"
# Have not found what causes stripping - debugging of plugins is unlikely
INSANE_SKIP_${PN} = "already-stripped"

View File

@@ -30,7 +30,7 @@ RDEPENDS_${PN} += " \
\
\
distrho-ports-lv2 distrho-ports-presets distrho-ports-vst \
distrho-ports-extra \
distrho-ports-extra-lv2 distrho-ports-extra-vst \
dpf-plugins \
lv2-ttl-generator \
\