mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-11 05:58:41 +08:00
16 lines
424 B
TOML
16 lines
424 B
TOML
#TODO missing dependencies - https://github.com/wwmm/easyeffects#effects-available
|
|
#TODO build instructions - https://github.com/wwmm/easyeffects/wiki/Installation-from-Source
|
|
[source]
|
|
git = "https://github.com/wwmm/easyeffects"
|
|
rev = "4c35ba8c385723fdefc81ad8fcb816eb965fe1d8"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libsamplerate",
|
|
"libsndfile",
|
|
"fftw",
|
|
"speexdsp",
|
|
"nohnmann-json",
|
|
"tbb",
|
|
]
|