mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
0e26d200d9
* Add stftpitchshift port
* Fix shared library build on Windows
* Run vcpkg x-add-version stftpitchshift
* Update version database
* Just increase the version counter to hopefully fix the vcpkg problem I simply don't understand... 😡
* Now update both sha and version...
* Update version database
* Fix version database.
* Add quotes and modernize cmake helpers.
* Update stftpitchshift to v.1.4.1
* Update version database like suggested by bot
* Update ports/stftpitchshift/portfile.cmake
Funny suggestion, to use some kind of hidden ${PORT} variable just in one place and still the port name string otherwise...
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update version database
* Consequently use ${PORT} everywhere...
and not just in one place like suggested by Cheney-W
* Update stftpitchshift.json
* Cheney-W: Thie sentence could be removed, PACKAGE_NAME defaults to ${PORT}.
* Update stftpitchshift.json
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"name": "stftpitchshift",
|
|
"version": "1.4.1",
|
|
"description": "STFT based multi pitch shifting with optional formant preservation.",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|