aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/stftpitchshift
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/stftpitchshift
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/stftpitchshift')
-rw-r--r--vcpkg/ports/stftpitchshift/portfile.cmake29
-rw-r--r--vcpkg/ports/stftpitchshift/vcpkg.json16
2 files changed, 45 insertions, 0 deletions
diff --git a/vcpkg/ports/stftpitchshift/portfile.cmake b/vcpkg/ports/stftpitchshift/portfile.cmake
new file mode 100644
index 0000000..1b6c223
--- /dev/null
+++ b/vcpkg/ports/stftpitchshift/portfile.cmake
@@ -0,0 +1,29 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO jurihock/stftPitchShift
+ HEAD_REF main
+ REF v1.4.1
+ SHA512 69e68af5baeb1bbeae440d2b2dc7a510a72b8b49cd9b23e0934eb8070d31c9a2e98759ea6d609f81caa3c57e1615cc50028dd13a9d04e82725a41da79175a868
+)
+
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS
+ -DVCPKG=ON
+)
+
+vcpkg_cmake_install()
+
+vcpkg_cmake_config_fixup(
+ CONFIG_PATH "lib/cmake/${PORT}"
+)
+
+file(
+ INSTALL "${SOURCE_PATH}/LICENSE"
+ DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
+ RENAME copyright
+)
+
+file(
+ REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include"
+)
diff --git a/vcpkg/ports/stftpitchshift/vcpkg.json b/vcpkg/ports/stftpitchshift/vcpkg.json
new file mode 100644
index 0000000..dea081c
--- /dev/null
+++ b/vcpkg/ports/stftpitchshift/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "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
+ }
+ ]
+}