From 8b04b4693729d61c556a718bf545a2fc6c06b8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 23 Feb 2018 19:56:36 +0100 Subject: [PATCH] avldrums.lv2: initial add 0.2.2+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../x42/avldrums.lv2_git.bb | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-misc/recipes-multimedia/x42/avldrums.lv2_git.bb diff --git a/recipes-misc/recipes-multimedia/x42/avldrums.lv2_git.bb b/recipes-misc/recipes-multimedia/x42/avldrums.lv2_git.bb new file mode 100644 index 00000000..ae53db7f --- /dev/null +++ b/recipes-misc/recipes-multimedia/x42/avldrums.lv2_git.bb @@ -0,0 +1,31 @@ +SUMMARY = "Dedicated AVLDrumkits LV2 Plugin" +HOMEPAGE = "http://x42-plugins.com/x42/x42-avldrums" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit autotools-brokensep pkgconfig + +DEPENDS += " \ + virtual/libgl \ + libglu \ + glib-2.0 \ + pango \ + cairo \ + lv2 \ +" + +SRC_URI = "gitsm://github.com/x42/avldrums.lv2.git" +SRCREV = "856f794c38a1769d108235e4ffb734c1f025f150" +PV = "0.2.2+git${SRCPV}" +S = "${WORKDIR}/git" + +EXTRA_OEMAKE += " \ + PREFIX=${prefix} \ + STRIP=echo \ + OPTIMIZATIONS= \ +" + +FILES_${PN} += "${libdir}/lv2" + +# TBD ? - https://github.com/x42/avldrums.lv2/issues/5 +#RDEPENDS_${PN} += "soundfont-collection-avl-drumkits"