Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Pelz committed Nov 11, 2022
1 parent f7b684d commit d56d3f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
libpng-dev \
g++-11 \
gcc-11 \
llvm-10 \
python3-testresources
# only on Ubuntu 16.04 ...
# sudo apt install --no-install-recommends libcompute-dev || true
Expand Down Expand Up @@ -69,7 +70,7 @@ fi
# newer cmake
if [ ! -x "$VSPREFIX/bin/cmake" ]; then
# ver="3.14.6"
ver="3.16.0"
ver="3.19.0"
dir="cmake-${ver}-Linux-x86_64"
wget -c https://github.com/Kitware/CMake/releases/download/v$ver/${dir}.tar.gz
tar xf ${dir}.tar.gz
Expand All @@ -81,7 +82,7 @@ pip3 install -q -I --upgrade --user setuptools wheel # must be installed first
pip3 install -q -I --upgrade --user meson ninja
echo $PWD
plugins=$(ls -1 ../build-plugins/plugin-*.sh | sed 's|^\.\./build-plugins/plugin-||g; s|\.sh$||g')
#plugins="grayworld"
#plugins="akarin"
count=$(echo $plugins | wc -w)
n=0

Expand Down
1 change: 1 addition & 0 deletions build-plugins/plugin-akarin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkgh AkarinVS/vapoursynth-plugin libakarin

0 comments on commit d56d3f3

Please sign in to comment.