mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-12 03:49:32 +02:00
move lv2 recipes to separate folder and chenge some SRC_URI
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From 1c871f1154cd67b00f1fc41d49fb94bddbf4b714 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Fri, 6 Dec 2019 18:11:09 +0100
|
||||
Subject: [PATCH] Fix build for python3-only environments
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Thanks for upgrading waflib
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
waf | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/waf b/waf
|
||||
index 887215c..2538272 100755
|
||||
--- a/waf
|
||||
+++ b/waf
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python3
|
||||
|
||||
# Minimal waf script for projects that include waflib directly
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit waf pkgconfig
|
||||
DEPENDS += "lv2 serd sord"
|
||||
|
||||
SRC_URI = " \
|
||||
gitsm://github.com/drobilla/sratom.git \
|
||||
gitsm://github.com/lv2/sratom.git \
|
||||
file://0001-Fix-build-for-python3-only-environments.patch \
|
||||
"
|
||||
SRCREV = "2a585c391df6d8d9b0c92e850eab891b6a8f74f3"
|
||||
@@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
||||
DEPENDS = "gtk+ gtk+3 qtbase lv2"
|
||||
|
||||
SRC_URI = " \
|
||||
gitsm://github.com/drobilla/suil.git \
|
||||
gitsm://github.com/lv2/suil.git \
|
||||
file://0001-Fix-build-for-python3-only-environments.patch \
|
||||
"
|
||||
SRCREV = "5d45fda230192d47a4afadecdf3dce038b8d6fe9"
|
||||
@@ -37,14 +37,10 @@ RDEPENDS_${PN} += " \
|
||||
ganv \
|
||||
ingen-lv2 ingen-standalone \
|
||||
jalv \
|
||||
lilv \
|
||||
lv2 \
|
||||
mda-lv2 \
|
||||
patchage \
|
||||
serd \
|
||||
sord \
|
||||
sratom \
|
||||
suil \
|
||||
\
|
||||
\
|
||||
drumgizmo \
|
||||
@@ -86,6 +82,14 @@ RDEPENDS_${PN} += " \
|
||||
lmms \
|
||||
lrdf \
|
||||
lsp-plugins-standalone lsp-plugins-ladspa lsp-plugins-lv2 lsp-plugins-vst \
|
||||
\
|
||||
\
|
||||
lilv \
|
||||
lv2 \
|
||||
sratom \
|
||||
suil \
|
||||
\
|
||||
\
|
||||
mixxx \
|
||||
muse \
|
||||
nekobee \
|
||||
|
||||
Reference in New Issue
Block a user