gxplugins.lv2: initial add 0.6

need to give feedback what it takes to cross-build...

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-01-27 01:39:07 +01:00
parent 741ab5b8ae
commit 042e92cff6
3 changed files with 2018 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
SUMMARY = "A set of extra lv2 plugins from the guitarix project"
HOMEPAGE = "https://github.com/brummer10/GxPlugins.lv2"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
SRC_URI = " \
gitsm://github.com/brummer10/GxPlugins.lv2.git \
file://0001-Adjust-Makefiles-for-cross-compiling.patch \
"
SRCREV = "63f19485984c002caddec734a9ee94faad2acb55"
S = "${WORKDIR}/git"
PV = "0.6"
inherit autotools-brokensep pkgconfig
DEPENDS += " \
cairo \
virtual/libx11 \
lv2 \
"
EXTRA_OEMAKE += " \
PREFIX=${prefix} \
STRIP=echo \
"
FILES_${PN} += "${libdir}/lv2"

View File

@@ -58,6 +58,7 @@ RDEPENDS_${PN} += " \
ftgl \
gmidimonitor \
guitarix \
gxplugins.lv2 \
helm-standalone helm-lv2 helm-vst \
hydrogen hydrogen-drumkits \
infamousplugins \