Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stftpitchshift] Update to 1.4.1 #24599

Merged
merged 19 commits into from
May 10, 2022
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions ports/stftpitchshift/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jurihock/stftPitchShift
HEAD_REF main
REF e25def2f6aad9db865aded9f0550fd1c7925188f
SHA512 a7e9343ede83eb7d37a231e3db80659f8fa7c61c70811618c75a817fcc94902f5fa4582f81e4473a0e137f12c2eaf17025a057a7ef7c4b348451454e39b3fa2f
REF v1.4.1
SHA512 69e68af5baeb1bbeae440d2b2dc7a510a72b8b49cd9b23e0934eb8070d31c9a2e98759ea6d609f81caa3c57e1615cc50028dd13a9d04e82725a41da79175a868
)

vcpkg_cmake_configure(
Expand All @@ -14,6 +14,17 @@ vcpkg_cmake_configure(

vcpkg_cmake_install()

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/stftpitchshift" RENAME copyright)
vcpkg_cmake_config_fixup(
PACKAGE_NAME "stftpitchshift"
CONFIG_PATH "lib/cmake/stftpitchshift"
)

file(
INSTALL "${SOURCE_PATH}/LICENSE"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/stftpitchshift"
jurihock marked this conversation as resolved.
Show resolved Hide resolved
RENAME copyright
)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(
REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include"
)
7 changes: 6 additions & 1 deletion ports/stftpitchshift/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "stftpitchshift",
"version": "1.3.2",
"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
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6785,7 +6785,7 @@
"port-version": 2
},
"stftpitchshift": {
"baseline": "1.3.2",
"baseline": "1.4.1",
"port-version": 0
},
"stlab": {
Expand Down