distrho-ports: do not build dexed.lv2 lv2_ttl_generator blocks
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ SRC_URI = " \
|
||||
file://0004-do-not-build-drowaudio-tremolo-LV2-plugin-lv2_ttl_ge.patch \
|
||||
file://0005-do-not-build-drumsynth-LV2-plugin-lv2_ttl_generator-.patch \
|
||||
file://0006-do-not-build-HiReSam-LV2-plugin-lv2_ttl_generator-bl.patch \
|
||||
file://0007-do-not-build-dexed-LV2-plugin-lv2_ttl_generator-bloc.patch \
|
||||
\
|
||||
http://linuxsynths.com/ObxdPatchesDemos/ObxdPatchesBrian-01.tar.gz;name=linuxsynths-obxd-patches1;subdir=linuxsynths-obxd-patches \
|
||||
\
|
||||
@@ -84,9 +85,6 @@ do_install() {
|
||||
for file in `find ${WORKDIR}/linuxsynths-vex-patches -mindepth 1 -maxdepth 1` ; do
|
||||
cp -rf $file ${D}${libdir}/lv2/
|
||||
done
|
||||
|
||||
# remove broken (during qemu build) LV2 (use VST for those)
|
||||
rm -rf ${D}${libdir}/lv2/Dexed.lv2
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-presets"
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
From 4aaf0c498a8d7b132bb4e5216b28955dcbd515a7 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Wed, 21 Mar 2018 14:26:26 +0100
|
||||
Subject: [PATCH] do not build dexed LV2-plugin - lv2_ttl_generator blocks
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
ports/Makefile | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/ports/Makefile b/ports/Makefile
|
||||
index 59966e48..6ad528fa 100644
|
||||
--- a/ports/Makefile
|
||||
+++ b/ports/Makefile
|
||||
@@ -42,7 +42,7 @@ ifeq ($(LINUX_EMBED),true)
|
||||
else
|
||||
$(MAKE) -C arctican-function/LV2
|
||||
$(MAKE) -C arctican-pilgrim/LV2
|
||||
- $(MAKE) -C dexed/LV2
|
||||
+# $(MAKE) -C dexed/LV2
|
||||
$(MAKE) -C drowaudio-distortion/LV2
|
||||
$(MAKE) -C drowaudio-distortionshaper/LV2
|
||||
$(MAKE) -C drowaudio-flanger/LV2
|
||||
--
|
||||
2.14.3
|
||||
|
||||
Reference in New Issue
Block a user