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:
File diff suppressed because it is too large
Load Diff
27
recipes-musicians/guitarix/gxplugins.lv2_git.bb
Normal file
27
recipes-musicians/guitarix/gxplugins.lv2_git.bb
Normal 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"
|
||||
@@ -58,6 +58,7 @@ RDEPENDS_${PN} += " \
|
||||
ftgl \
|
||||
gmidimonitor \
|
||||
guitarix \
|
||||
gxplugins.lv2 \
|
||||
helm-standalone helm-lv2 helm-vst \
|
||||
hydrogen hydrogen-drumkits \
|
||||
infamousplugins \
|
||||
|
||||
Reference in New Issue
Block a user