[soundtouch] Update to 2.3.2 (#34697)

This commit is contained in:
Daniel Schürmann 2023-10-25 16:10:23 +02:00 committed by GitHub
parent d6eb444c39
commit b31a9e4ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 7 deletions

View File

@ -2,8 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
GITHUB_HOST https://codeberg.org
REPO soundtouch/soundtouch
REF 2.3.1
SHA512 c9d110b06cafb79968c94c4d206360b9ea9673d63eaf1470b097a39acf18b5b9cd53759f2656ff8963c6eee6a36fecdf1ea9aa7dc014fbf8bbee0dcfb8e4e438
REF ${VERSION}
SHA512 93f757b2c1abe16be589e0d191e6c0416c5980843bd416cd5cb820b65a705d98081c0fc7ca0d9880af54b5343318262c77ba39a096bb240ceec084e93ceef964
HEAD_REF master
)
@ -31,5 +31,6 @@ if(SOUNDSTRETCH)
vcpkg_copy_tools(TOOL_NAMES soundstretch AUTO_CLEAN)
endif()
file(INSTALL "${SOURCE_PATH}/COPYING.TXT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING.TXT")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

View File

@ -1,7 +1,6 @@
{
"name": "soundtouch",
"version": "2.3.1",
"port-version": 2,
"version": "2.3.2",
"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",

View File

@ -7901,8 +7901,8 @@
"port-version": 2
},
"soundtouch": {
"baseline": "2.3.1",
"port-version": 2
"baseline": "2.3.2",
"port-version": 0
},
"soxr": {
"baseline": "0.1.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a50336df269c13ab5d50f840fdc02afbfda7244c",
"version": "2.3.2",
"port-version": 0
},
{
"git-tree": "f4f307065b40b131fd80ce953afcc121aba46f9f",
"version": "2.3.1",