diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-13 04:09:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 13:09:46 -0700 |
| commit | 83627767af5efc3e5a2903ffca54dc6acb00ca99 (patch) | |
| tree | d33bfb627d63b4eb6a6e0eceaf524059ee656134 /ports/soundtouch | |
| parent | 250e35a961f6faea691e2266613e671a61bb3ab6 (diff) | |
| download | vcpkg-83627767af5efc3e5a2903ffca54dc6acb00ca99.tar.gz vcpkg-83627767af5efc3e5a2903ffca54dc6acb00ca99.zip | |
[vcpkg baseline] Fix baseline error (#11896)
* [tinyfiledialogs] Re-trigger CI test
* [msix] Fix source hash
* [geographiclib] Re-trigger CI test
* [soundtouch] Re-trigger CI test
* update baseline
* [plplot] Re-trigger CI test
* [dmlc] Fix issues with parallel configuration
* [tclap] Re-trigger CI test
* [itpp] Re-trigger CI test
* [mpg123] Re-trigger CI test
* [qwt] Re-trigger CI test
* [soundtouch] Re-trigger CI test
* [pthreads] Re-trigger CI test
Diffstat (limited to 'ports/soundtouch')
| -rw-r--r-- | ports/soundtouch/CONTROL | 2 | ||||
| -rw-r--r-- | ports/soundtouch/portfile.cmake | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ports/soundtouch/CONTROL b/ports/soundtouch/CONTROL index 28b6ac87c..2d1757f8f 100644 --- a/ports/soundtouch/CONTROL +++ b/ports/soundtouch/CONTROL @@ -1,5 +1,5 @@ Source: soundtouch
-Version: 2.0.0-4
+Version: 2.0.0-6
Homepage: https://www.surina.net/soundtouch
Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.
Build-Depends: atlmfc (windows)
diff --git a/ports/soundtouch/portfile.cmake b/ports/soundtouch/portfile.cmake index 5f77e2a63..12cc0b084 100644 --- a/ports/soundtouch/portfile.cmake +++ b/ports/soundtouch/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT) if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") @@ -30,4 +28,4 @@ vcpkg_install_cmake() file(INSTALL ${SOURCE_PATH}/source/SoundTouchDLL/SoundTouchDLL.h DESTINATION ${CURRENT_PACKAGES_DIR}/include) -file(INSTALL ${SOURCE_PATH}/COPYING.TXT DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL ${SOURCE_PATH}/COPYING.TXT DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
