2022-09-23 05:23:53 +08:00
|
|
|
{
|
|
|
|
"name": "rubberband",
|
2023-08-01 02:18:04 +08:00
|
|
|
"version": "3.3.0",
|
2024-03-05 17:43:10 +08:00
|
|
|
"port-version": 1,
|
2022-09-23 05:23:53 +08:00
|
|
|
"description": "A high quality software library for audio time-stretching and pitch-shifting.",
|
|
|
|
"homepage": "https://www.breakfastquay.com/rubberband/",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !(windows & static) & !xbox",
|
2022-09-23 05:23:53 +08:00
|
|
|
"dependencies": [
|
2023-06-08 03:00:50 +08:00
|
|
|
{
|
|
|
|
"name": "fftw3",
|
2024-03-05 17:43:10 +08:00
|
|
|
"platform": "(arm & windows) | (x86 & windows) | (arm64 & osx) | ios | emscripten"
|
2023-06-08 03:00:50 +08:00
|
|
|
},
|
2022-09-23 05:23:53 +08:00
|
|
|
"libsamplerate",
|
2023-06-08 03:00:50 +08:00
|
|
|
{
|
|
|
|
"name": "sleef",
|
2024-03-05 17:43:10 +08:00
|
|
|
"platform": "!(arm & windows) & !(x86 & windows) & !(arm64 & osx) & !ios & !emscripten"
|
2023-06-08 03:00:50 +08:00
|
|
|
},
|
2022-09-23 05:23:53 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"cli": {
|
|
|
|
"description": "Build the command-line utility",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libsndfile",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"external-libs"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|