Skip to content

Commit

Permalink
remove waifu2x-w2xc
Browse files Browse the repository at this point in the history
disabled neo-vague-denoise, vslsmashsource
  • Loading branch information
Georg Pelz committed Oct 31, 2023
1 parent 22c9dff commit 59fed78
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
5 changes: 3 additions & 2 deletions build-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
g++-11 \
gcc-11 \
llvm-11-dev \
libjansson-dev \
python3-testresources
# only on Ubuntu 16.04 ...
# sudo apt install --no-install-recommends libcompute-dev || true
Expand Down Expand Up @@ -82,7 +83,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="akarin"
#plugins="vslsmashsource"
count=$(echo $plugins | wc -w)
n=0

Expand All @@ -105,7 +106,7 @@ unset vsprefix
pip3 uninstall -y -q setuptools wheel meson ninja

cd $build_pwd/..
rm -rf build
#rm -rf build

s_end=$( date "+%s")
s=$(($s_end - $s_begin))
Expand Down
File renamed without changes.
16 changes: 0 additions & 16 deletions build-plugins/plugin-waifu2x-w2xc.sh

This file was deleted.

0 comments on commit 59fed78

Please sign in to comment.