From c2d03cc4f233720a03a28e1a1a17015a878bfe87 Mon Sep 17 00:00:00 2001 From: hexdump Date: Sun, 25 Oct 2020 12:33:24 +0100 Subject: [PATCH] misc fixes: packone, southpole, lilac-loop --- prepare-modules.sh | 36 +++++------------------------------ vcvrack-packone.aarch64.patch | 10 ++++++++++ vcvrack-packone.armv7l.patch | 10 ++++++++++ 3 files changed, 25 insertions(+), 31 deletions(-) create mode 100644 vcvrack-packone.aarch64.patch create mode 100644 vcvrack-packone.armv7l.patch diff --git a/prepare-modules.sh b/prepare-modules.sh index 6781200..96bf04f 100755 --- a/prepare-modules.sh +++ b/prepare-modules.sh @@ -371,7 +371,9 @@ fi if [ -f ../../../vcvrack-packone.$MYARCH.patch ]; then patch -p1 < ../../../vcvrack-packone.$MYARCH.patch fi -find * -type f -exec ../../../../simde-ify.sh {} \; +find * -type f -exec ../../../simde-ify.sh {} \; +# some files here get accidently simde-ified :) +git checkout -- docs cd .. # go back to a defined starting point to be on the safe side @@ -791,9 +793,9 @@ if [ -f ../../source/southpole-vcvrack-source.tar.gz ]; then cd southpole-vcvrack # ... otherwise get it from git and create a source archive afterwards else - git clone https://github.com/gbrandt1/southpole-vcvrack + git clone https://github.com/dogonthehorizon/southpole-vcvrack cd southpole-vcvrack - git checkout master + git checkout v1 git submodule update --init --recursive ( cd ../../.. ; mkdir -p source ; tar czf source/southpole-vcvrack-source.tar.gz compile/plugins/southpole-vcvrack ) fi @@ -864,34 +866,6 @@ cd .. # go back to a defined starting point to be on the safe side cd ${WORKDIR}/compile/plugins -# lilac-loop-vcv -echo "" -echo "===> lilac-loop-vcv extra plugin" -echo "" -# if we have a source archive in the source dir use that ... -if [ -f ../../source/lilac-loop-vcv-source.tar.gz ]; then - echo "INFO: using sources from the source archive" - ( cd ../.. ; tar xzf source/lilac-loop-vcv-source.tar.gz ) - cd lilac-loop-vcv -# ... otherwise get it from git and create a source archive afterwards -else - git clone https://github.com/grough/lilac-loop-vcv - cd lilac-loop-vcv - git checkout main - git submodule update --init --recursive - ( cd ../../.. ; mkdir -p source ; tar czf source/lilac-loop-vcv-source.tar.gz compile/plugins/lilac-loop-vcv ) -fi -if [ -f ../../../lilac-loop-vcv.patch ]; then - patch -p1 < ../../../lilac-loop-vcv.patch -fi -if [ -f ../../../lilac-loop-vcv.$MYARCH.patch ]; then - patch -p1 < ../../../lilac-loop-vcv.$MYARCH.patch -fi -cd .. - -# go back to a defined starting point to be on the safe side -cd ${WORKDIR}/compile/plugins - # Diapason-modules echo "" echo "===> Diapason-modules extra plugin" diff --git a/vcvrack-packone.aarch64.patch b/vcvrack-packone.aarch64.patch new file mode 100644 index 0000000..d64756c --- /dev/null +++ b/vcvrack-packone.aarch64.patch @@ -0,0 +1,10 @@ +diff --git a/src/Facets.cpp b/src/Facets.cpp +index 475b941..bbf5d68 100644 +--- a/src/Facets.cpp ++++ b/src/Facets.cpp +@@ -1,4 +1,5 @@ + #include "plugin.hpp" ++#include "x86/sse3.h" + + namespace StoermelderPackOne { + namespace Facets { diff --git a/vcvrack-packone.armv7l.patch b/vcvrack-packone.armv7l.patch new file mode 100644 index 0000000..d64756c --- /dev/null +++ b/vcvrack-packone.armv7l.patch @@ -0,0 +1,10 @@ +diff --git a/src/Facets.cpp b/src/Facets.cpp +index 475b941..bbf5d68 100644 +--- a/src/Facets.cpp ++++ b/src/Facets.cpp +@@ -1,4 +1,5 @@ + #include "plugin.hpp" ++#include "x86/sse3.h" + + namespace StoermelderPackOne { + namespace Facets {