amsynth: split plugin packages

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-01-07 12:48:33 +01:00
parent 23093124ca
commit c936c78855
2 changed files with 25 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ HOMEPAGE = "http://amsynth.github.io/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=67b604758dd265c185ce36fcf76a889d"
inherit autotools pkgconfig gtk-icon-cache gettext
inherit autotools pkgconfig gtk-icon-cache gettext pack_audio_plugins
DEPENDS += " \
gtk+ \
@@ -25,9 +25,27 @@ PACKAGECONFIG[jack] = "--with-jack,--without-jack,jack"
PACKAGECONFIG[sndfile] = "--with-sndfile,--without-sndfile,libsndfile1"
PACKAGECONFIG[lv2] = "--with-lv2,--without-lv2,lv2"
FILES_${PN} += " \
${datadir}/appdata \
${libdir}/dssi \
${libdir}/lv2 \
${libdir}/vst \
PACKAGES =+ "${PN}-standalone"
FILES_${PN}-standalone += " \
${datadir}/appdata/amsynth.appdata.xml \
${datadir}/applications \
${datadir}/icons \
${bindir} \
"
FILES_${PN}-dssi += " \
${datadir}/appdata/dssi-amsynth-plugin.metainfo.xml \
"
FILES_${PN}-lv2 += " \
${datadir}/appdata/lv2-amsynth-plugin.metainfo.xml \
"
FILES_${PN}-vst += " \
${datadir}/appdata/vst-amsynth-plugin.metainfo.xml \
"
RDEPENDS_${PN}-standalone += "${PN}"
RDEPENDS_${PN}-dssi += "${PN}"
RDEPENDS_${PN}-lv2 += "${PN}"
RDEPENDS_${PN}-vst += "${PN}"

View File

@@ -15,7 +15,7 @@ RDEPENDS_${PN} = " \
# overlook a package.
RDEPENDS_${PN} += " \
amsynth \
amsynth-standalone amsynth-lv2 amsynth-vst \
ardour5 \
aubio \
audio-tweaks \