From 5dbe47725dc68f00fefb22423622dc8b6d7f1efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 3 Dec 2018 17:24:35 +0100 Subject: [PATCH] dpl.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 --- .../recipes-multimedia/x42/dpl.lv2_git.bb | 27 +++++++++++++++++++ .../meta-qt5-extra-music-world.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 recipes-misc/recipes-multimedia/x42/dpl.lv2_git.bb diff --git a/recipes-misc/recipes-multimedia/x42/dpl.lv2_git.bb b/recipes-misc/recipes-multimedia/x42/dpl.lv2_git.bb new file mode 100644 index 00000000..822b1bd4 --- /dev/null +++ b/recipes-misc/recipes-multimedia/x42/dpl.lv2_git.bb @@ -0,0 +1,27 @@ +SUMMARY = "Digital Peak Limiter LV2 Plugin" +HOMEPAGE = "https://x42-plugins.com/x42/x42-limiter" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=9eef91148a9b14ec7f9df333daebc746" + +inherit autotools-brokensep pkgconfig + +DEPENDS += " \ + libglu \ + cairo \ + pango \ + lv2 \ + jack \ +" + +SRC_URI = "gitsm://github.com/x42/dpl.lv2.git" +SRCREV = "960f87c51ce3243dadeeedc16bb48608da462ed4" +PV = "0.2.2+git${SRCPV}" +S = "${WORKDIR}/git" + +EXTRA_OEMAKE += " \ + PREFIX=${prefix} \ + STRIP=echo \ + OPTIMIZATIONS= \ +" + +FILES_${PN} += "${libdir}/lv2" diff --git a/recipes-support/packagegroups/meta-qt5-extra-music-world.bb b/recipes-support/packagegroups/meta-qt5-extra-music-world.bb index 48f9144a..e6179edd 100644 --- a/recipes-support/packagegroups/meta-qt5-extra-music-world.bb +++ b/recipes-support/packagegroups/meta-qt5-extra-music-world.bb @@ -128,6 +128,7 @@ RDEPENDS_${PN} += " \ \ \ avldrums.lv2 \ + dpl.lv2 \ fil4.lv2 \ meters.lv2 \ midifilter.lv2 \