From eaeee37567151120305d2c5f4f52267509a8bb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 20 Apr 2019 22:48:59 +0200 Subject: [PATCH] non: initial add 1.2.0+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/non/non.bb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 recipes-musicians/non/non.bb diff --git a/recipes-musicians/non/non.bb b/recipes-musicians/non/non.bb new file mode 100644 index 0000000..13a4523 --- /dev/null +++ b/recipes-musicians/non/non.bb @@ -0,0 +1,32 @@ +SUMMARY = "Lightweight and modular DAW" +HOMEPAGE = "http://non.tuxfamily.org/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS += " \ + ntk-native \ + ladspa-sdk \ + ntk \ + jack \ + liblo \ + libsndfile1 \ + lrdf \ + libsigc++-2.0 \ +" + +inherit waf pkgconfig distro_features_check gtk-icon-cache + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI = "git://git.tuxfamily.org/gitroot/non/non.git" +SRCREV = "c15bfa85fdd74c1720be84277424e0f11403c81d" +S = "${WORKDIR}/git" +PV = "1.2.0+git${SRCPV}" + +NON_SIMD ?= "--disable-sse" + +EXTRA_OECONF = " \ + ${NON_SIMD} \ +" + +FILES_${PN} += "${datadir}/non-sequencer"