From f29f4e85d56fbb3d931e04e38ef2a8a7c620ddc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 24 Feb 2018 22:01:42 +0100 Subject: [PATCH] fil4.lv2: initial add 0.4.4+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../recipes-multimedia/x42/fil4.lv2_git.bb | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes-misc/recipes-multimedia/x42/fil4.lv2_git.bb diff --git a/recipes-misc/recipes-multimedia/x42/fil4.lv2_git.bb b/recipes-misc/recipes-multimedia/x42/fil4.lv2_git.bb new file mode 100644 index 00000000..255fa708 --- /dev/null +++ b/recipes-misc/recipes-multimedia/x42/fil4.lv2_git.bb @@ -0,0 +1,30 @@ +SUMMARY = "4 Band Parametric EQ" +HOMEPAGE = "http://x42-plugins.com/x42/x42-eq" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit autotools-brokensep pkgconfig + +DEPENDS += " \ + virtual/libgl \ + libglu \ + glib-2.0 \ + pango \ + cairo \ + lv2 \ + jack \ + fftw \ +" + +SRC_URI = "gitsm://github.com/x42/fil4.lv2.git" +SRCREV = "46bbbc1830be479364ee3b09e1167c36765bbc03" +PV = "0.4.4+git${SRCPV}" +S = "${WORKDIR}/git" + +EXTRA_OEMAKE += " \ + PREFIX=${prefix} \ + STRIP=echo \ + OPTIMIZATIONS= \ +" + +FILES_${PN} += "${libdir}/lv2"