Skip to content

Commit

Permalink
Revert last changes because LV2 repositories are fixed again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jofemodo committed May 1, 2020
1 parent 65c485e commit c6ea736
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
8 changes: 2 additions & 6 deletions scripts/recipes/install_lv2_jalv.sh
Expand Up @@ -6,10 +6,8 @@ cd $ZYNTHIAN_SW_DIR
if [ -d suil ]; then
rm -rf suil
fi
git clone https://github.com/lv2/suil.git
git clone --recursive https://github.com/lv2/suil.git
cd suil
rm -rf waflib
git clone https://github.com/drobilla/autowaf.git waflib
./waf configure --no-qt5
./waf build
./waf install
Expand All @@ -18,10 +16,8 @@ cd $ZYNTHIAN_SW_DIR
if [ -d jalv ]; then
rm -rf jalv
fi
git clone https://github.com/zynthian/jalv.git
git clone --recursive https://github.com/zynthian/jalv.git
cd jalv
rm -rf waflib
git clone https://github.com/drobilla/autowaf.git waflib
./waf configure
./waf build
./waf install
Expand Down
20 changes: 5 additions & 15 deletions scripts/recipes/install_lv2_lilv.sh
Expand Up @@ -6,10 +6,8 @@ cd $ZYNTHIAN_SW_DIR
if [ -d lv2 ]; then
rm -rf lv2
fi
git clone https://github.com/lv2/lv2.git
git clone --recursive https://github.com/lv2/lv2.git
cd lv2
rm -rf waflib
git clone https://github.com/drobilla/autowaf.git waflib
./waf configure
./waf build
./waf install
Expand All @@ -27,10 +25,8 @@ cd ..
if [ -d serd ]; then
rm -rf serd
fi
git clone https://github.com/drobilla/serd.git
git clone --recursive https://github.com/drobilla/serd.git
cd serd
rm -rf waflib
git clone https://github.com/drobilla/autowaf.git waflib
./waf configure
./waf build
./waf install
Expand All @@ -40,10 +36,8 @@ cd ..
if [ -d sord ]; then
rm -rf sord
fi
git clone https://github.com/drobilla/sord.git
git clone --recursive https://github.com/drobilla/sord.git
cd sord
rm -rf waflib
git clone https://github.com/drobilla/autowaf.git waflib
./waf configure
./waf build
./waf install
Expand All @@ -53,10 +47,8 @@ cd ..
if [ -d sratom ]; then
rm -rf sratom
fi
git clone https://github.com/lv2/sratom.git
git clone --recursive https://github.com/lv2/sratom.git
cd sratom
rm -rf waflib
git clone https://github.com/drobilla/autowaf.git waflib
./waf configure
./waf build
./waf install
Expand All @@ -67,10 +59,8 @@ cd ..
if [ -d lilv ]; then
rm -rf lilv
fi
git clone https://github.com/lv2/lilv.git
git clone --recursive https://github.com/lv2/lilv.git
cd lilv
rm -rf waflib
git clone https://github.com/drobilla/autowaf.git waflib

#Get the destination directory
rm -rf /usr/local/lib/python3
Expand Down

0 comments on commit c6ea736

Please sign in to comment.