distrho-ports: update to git HEAD
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -9,12 +9,14 @@ LIC_FILES_CHKSUM = " \
|
||||
SRC_URI = " \
|
||||
git://github.com/DISTRHO/DISTRHO-Ports.git \
|
||||
file://0001-disable-pitchedDelay-it-uses-double-precision-SSE2-b.patch \
|
||||
file://0002-do-not-build-equinox-LV2-plugin-lv2_ttl_generator-bl.patch \
|
||||
file://0003-do-not-build-drowaudio-tremolo-LV2-plugin-lv2_ttl_ge.patch \
|
||||
file://0004-do-not-build-drumsynth-LV2-plugin-lv2_ttl_generator-.patch \
|
||||
file://0002-Refine-Plugin-do-not-include-xmmintrin.h.patch \
|
||||
file://0003-do-not-build-equinox-LV2-plugin-lv2_ttl_generator-bl.patch \
|
||||
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 \
|
||||
"
|
||||
|
||||
SRCREV = "bef9436de38794dd2de24d404785089f33e6df8a"
|
||||
SRCREV = "e11e2b204c14b8e370a0bf5beafa5f162fedb8e9"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.0.0+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -13,49 +13,45 @@ Upstream-Status: Inappropriate [embedded specific]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
ports/Makefile | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
ports/Makefile | 4 ----
|
||||
1 file changed, 4 deletions(-)
|
||||
|
||||
diff --git a/ports/Makefile b/ports/Makefile
|
||||
index 5794d18..f81013c 100644
|
||||
index d87da4af..521d9e1e 100644
|
||||
--- a/ports/Makefile
|
||||
+++ b/ports/Makefile
|
||||
@@ -37,7 +37,7 @@ lv2: libs
|
||||
@@ -59,7 +59,6 @@ else
|
||||
$(MAKE) -C LUFSMeter/LV2-Multi
|
||||
$(MAKE) -C luftikus/LV2
|
||||
$(MAKE) -C obxd/LV2
|
||||
- $(MAKE) -C pitchedDelay/LV2
|
||||
+# $(MAKE) -C pitchedDelay/LV2
|
||||
$(MAKE) -C refine/LV2
|
||||
$(MAKE) -C stereosourceseparation/LV2
|
||||
$(MAKE) -C tal-dub-3/LV2
|
||||
$(MAKE) -C tal-filter/LV2
|
||||
@@ -73,7 +73,7 @@ vst: libs
|
||||
@@ -98,7 +97,6 @@ vst: libs
|
||||
$(MAKE) -C LUFSMeter/VST-Multi
|
||||
$(MAKE) -C luftikus/VST
|
||||
$(MAKE) -C obxd/VST
|
||||
- $(MAKE) -C pitchedDelay/VST
|
||||
+# $(MAKE) -C pitchedDelay/VST
|
||||
$(MAKE) -C refine/VST
|
||||
$(MAKE) -C stereosourceseparation/VST
|
||||
$(MAKE) -C tal-dub-3/VST
|
||||
$(MAKE) -C tal-filter/VST
|
||||
@@ -109,7 +109,7 @@ clean:
|
||||
@@ -136,7 +134,6 @@ clean:
|
||||
$(MAKE) clean -C LUFSMeter/LV2-Multi
|
||||
$(MAKE) clean -C luftikus/LV2
|
||||
$(MAKE) clean -C obxd/LV2
|
||||
- $(MAKE) clean -C pitchedDelay/LV2
|
||||
+# $(MAKE) clean -C pitchedDelay/LV2
|
||||
$(MAKE) clean -C refine/LV2
|
||||
$(MAKE) clean -C stereosourceseparation/LV2
|
||||
$(MAKE) clean -C tal-dub-3/LV2
|
||||
$(MAKE) clean -C tal-filter/LV2
|
||||
@@ -141,7 +141,7 @@ clean:
|
||||
@@ -170,7 +167,6 @@ clean:
|
||||
$(MAKE) clean -C LUFSMeter/VST-Multi
|
||||
$(MAKE) clean -C luftikus/VST
|
||||
$(MAKE) clean -C obxd/VST
|
||||
- $(MAKE) clean -C pitchedDelay/VST
|
||||
+# $(MAKE) clean -C pitchedDelay/VST
|
||||
$(MAKE) clean -C refine/VST
|
||||
$(MAKE) clean -C stereosourceseparation/VST
|
||||
$(MAKE) clean -C tal-dub-3/VST
|
||||
$(MAKE) clean -C tal-filter/VST
|
||||
--
|
||||
2.9.4
|
||||
2.14.3
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
From 8681831fa6fc5e58a7eebfc46bb0a467c8f19dcc Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Fri, 29 Dec 2017 23:36:46 +0100
|
||||
Subject: [PATCH] Refine-Plugin: do not include "xmmintrin.h"
|
||||
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/refine/source/PluginProcessor.cpp | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/ports/refine/source/PluginProcessor.cpp b/ports/refine/source/PluginProcessor.cpp
|
||||
index 6c9e6182..ab50a6ad 100644
|
||||
--- a/ports/refine/source/PluginProcessor.cpp
|
||||
+++ b/ports/refine/source/PluginProcessor.cpp
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "PluginProcessor.h"
|
||||
#include "PluginEditor.h"
|
||||
-#include "xmmintrin.h"
|
||||
|
||||
ReFinedAudioProcessor::ReFinedAudioProcessor()
|
||||
{
|
||||
--
|
||||
2.14.3
|
||||
|
||||
@@ -15,18 +15,18 @@ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/ports/Makefile b/ports/Makefile
|
||||
index f81013c..750f323 100644
|
||||
index d87da4af..4cdc7674 100644
|
||||
--- a/ports/Makefile
|
||||
+++ b/ports/Makefile
|
||||
@@ -29,7 +29,7 @@ lv2: libs
|
||||
@@ -50,7 +50,7 @@ else
|
||||
$(MAKE) -C drowaudio-tremolo/LV2
|
||||
$(MAKE) -C drumsynth/LV2
|
||||
$(MAKE) -C easySSP/LV2
|
||||
- $(MAKE) -C eqinox/LV2
|
||||
+# $(MAKE) -C eqinox/LV2
|
||||
$(MAKE) -C HiReSam/LV2
|
||||
# $(MAKE) -C juce-demo-host/LV2
|
||||
$(MAKE) -C juce-demo-plugin/LV2
|
||||
$(MAKE) -C klangfalter/LV2
|
||||
--
|
||||
2.9.4
|
||||
2.14.3
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
From da09f0307d08242d5dfdb738e6ea51876ac1da58 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sat, 30 Dec 2017 00:08:07 +0100
|
||||
Subject: [PATCH] do not build HiReSam LV2-plugin - lv2_ttl_generator blocks
|
||||
forever
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
ports/Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/ports/Makefile b/ports/Makefile
|
||||
index 751158c3..59966e48 100644
|
||||
--- a/ports/Makefile
|
||||
+++ b/ports/Makefile
|
||||
@@ -51,7 +51,7 @@ else
|
||||
# $(MAKE) -C drumsynth/LV2
|
||||
$(MAKE) -C easySSP/LV2
|
||||
# $(MAKE) -C eqinox/LV2
|
||||
- $(MAKE) -C HiReSam/LV2
|
||||
+# $(MAKE) -C HiReSam/LV2
|
||||
# $(MAKE) -C juce-demo-host/LV2
|
||||
$(MAKE) -C juce-demo-plugin/LV2
|
||||
$(MAKE) -C klangfalter/LV2
|
||||
--
|
||||
2.14.3
|
||||
|
||||
70
recipes-misc/recipes-multimedia/distrho/nekobi.bb
Normal file
70
recipes-misc/recipes-multimedia/distrho/nekobi.bb
Normal file
@@ -0,0 +1,70 @@
|
||||
SUMMARY = "Collection of synthesizers and plugins"
|
||||
HOMEPAGE = "http://distrho.sourceforge.net/ports"
|
||||
LICENSE = "GPLv2 & LGPLv3"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://doc/GPL.txt;md5=4641e94ec96f98fabc56ff9cc48be14b \
|
||||
file://doc/LGPL.txt;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/DISTRHO/DISTRHO-Ports.git \
|
||||
file://0001-disable-pitchedDelay-it-uses-double-precision-SSE2-b.patch \
|
||||
file://0002-do-not-build-equinox-LV2-plugin-lv2_ttl_generator-bl.patch \
|
||||
file://0003-do-not-build-drowaudio-tremolo-LV2-plugin-lv2_ttl_ge.patch \
|
||||
file://0004-do-not-build-drumsynth-LV2-plugin-lv2_ttl_generator-.patch \
|
||||
"
|
||||
|
||||
SRCREV = "bef9436de38794dd2de24d404785089f33e6df8a"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.0.0+git${SRCPV}"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit qemu-ext distro_features_check
|
||||
|
||||
DEPENDS += "\
|
||||
premake3-native \
|
||||
alsa-lib \
|
||||
libx11 \
|
||||
libxext \
|
||||
libxcursor \
|
||||
freetype \
|
||||
ladspa-sdk \
|
||||
"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
do_configure_prepend() {
|
||||
# manipulate scripts to keep lv2_ttl_generator-calls in script for qemu
|
||||
sed -i 's|$GEN ./$FILE|echo `pwd`/$FILE >> ${WORKDIR}/lv2_ttl_generator-data|g' `find ${S} -name *.sh`
|
||||
}
|
||||
|
||||
# platforms supporting sse2 can override this
|
||||
do_configure() {
|
||||
NOOPTIMIZATIONS=1 ${S}/scripts/premake-update.sh linux
|
||||
}
|
||||
|
||||
do_compile_append() {
|
||||
# build ttl-files must be done in quemu
|
||||
for sofile in `cat ${WORKDIR}/lv2_ttl_generator-data`; do
|
||||
cd `dirname ${sofile}`
|
||||
echo "QEMU lv2_ttl_generator for ${sofile}..."
|
||||
${@qemu_run_binary_local(d, '${STAGING_DIR_TARGET}', '${S}/libs/lv2_ttl_generator')} ${sofile} || echo "ERROR: for QEMU lv2_ttl_generator for ${sofile}!"
|
||||
done
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${libdir}
|
||||
cp -r ${S}/bin/* ${D}${libdir}
|
||||
# don't install crash data
|
||||
rm `find ${D}${libdir} -name *.core` || true
|
||||
}
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/lv2 \
|
||||
${libdir}/vst \
|
||||
"
|
||||
|
||||
# Have not found what causes stripping - debugging of plugins is unlikely
|
||||
INSANE_SKIP_${PN} = "already-stripped"
|
||||
|
||||
Reference in New Issue
Block a user