added explicitly because despite it being a default, fft doesn't seem to work.
```
~/src/fft-test
❯ magick clown_orig.jpg -fft \
\( +clone -write clown_phase.png +delete \) +delete \
-write clown_magnitude.png -colorspace gray \
-auto-level -evaluate log 100000 clown_spectrum.png
magick: delegate library support not built-in `clown_orig.jpg' (FFTW) @ warning/fourier.c/ForwardFourierTransformImage/914.
magick: unable to open image ' ': No such file or directory @ error/blob.c/OpenBlob/3527.
magick: no decode delegate for this image format `' @ error/constitute.c/ReadImage/572.
~/src/fft-test
❯ magick -version
Version: ImageMagick 7.1.0-15 Q16-HDRI aarch64 2021-11-20 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI
Delegates (built-in): bzlib cairo fontconfig freetype heic jng jp2 jpeg jxl lcms lzma pangocairo png rsvg tiff webp x xml zlib
Compiler: gcc (4.2)
```
As you can see, fft doesn't work, and the fftw delegate isn't listed as a built-in.
Unsure if this would work, as I am unable to configure a termux build environment (my pc is >10 years old, not powerful enough for android build environments; the build scripts don't seem to want to work on my tablet)
regardless of upstream activity which is a shortcoming of
termux_git_clone_src.sh that currently always choose the latest commit from
the repo. The issue is spotted in 1337fa0ffe9cd1e3813921dc5b53b0fd1d8f904b.
Also updates the package for clvk and bump the revision for clpeak.
Cancel Gitea update for now due to error in one of dependencies,
maybe need wait 1.15.7+.
github.com/lib/pq
# github.com/lib/pq
vendor/github.com/lib/pq/user_posix.go:12:6: userCurrent redeclared in this block
/home/builder/.termux-build/gitea/build/src/code.gitea.io/gitea/vendor/github.com/lib/pq/user_other.go:7:29: previous declaration
code.gitea.io/gitea/modules/public
code.gitea.io/gitea/modules/svg
make: *** [Makefile:610: gitea] Error 2
This reverts commit 2bcc501646.
So that the package that is uploaded to the main repo has a higher
version than the version in the game repo.
All packages have been uploaded manually.
%ci:no-build