vcpkg/ports/soundtouch/vcpkg.json
Be 9fe2fa69f5
[soundtouch] switch download to Codeberg (#20747)
https://gitlab.com/soundtouch/
has been banned from GitLab.com without explanation.
The maintainer moved the repository to
https://codeberg.org/soundtouch/soundtouch/
2021-10-15 19:29:26 -07:00

31 lines
733 B
JSON

{
"name": "soundtouch",
"version": "2.3.1",
"port-version": 1,
"description": "SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.",
"homepage": "https://www.surina.net/soundtouch",
"supports": "!uwp",
"dependencies": [
{
"name": "atlmfc",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"soundstretch": {
"description": "Build the soundstretch command line tool"
},
"soundtouchdll": {
"description": "Build the SoundTouchDLL C wrapper dynamic library"
}
}
}