diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-10-19 19:53:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 19:53:20 -0700 |
| commit | 0d3547275842e88330a7c4804b37d02729c1ff71 (patch) | |
| tree | 81e87fc1050ff0334fec571c564a79454f0c4b90 /ports/libsndfile | |
| parent | e93810d2ef7633e374992006af89f2b5056b04f1 (diff) | |
| download | vcpkg-0d3547275842e88330a7c4804b37d02729c1ff71.tar.gz vcpkg-0d3547275842e88330a7c4804b37d02729c1ff71.zip | |
[itk,libsamplerate,libsndfile] Apply some Visual Studio 2019 version 16.9 preview 1 workarounds (#14056)
Diffstat (limited to 'ports/libsndfile')
| -rw-r--r-- | ports/libsndfile/portfile.cmake | 8 | ||||
| -rw-r--r-- | ports/libsndfile/vcpkg.json | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/libsndfile/portfile.cmake b/ports/libsndfile/portfile.cmake index ad7650e7f..77141fb69 100644 --- a/ports/libsndfile/portfile.cmake +++ b/ports/libsndfile/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO erikd/libsndfile - REF v1.0.30 - SHA512 2714dfbe923450a1f6f6d2a53ae0e88163170a5e0ce436bee27c1c41fc9b5526d6bc38e58918132248a9044f5b05fa29cd483c06c75ed67e6d83c961e30aaac9 + REPO libsndfile/libsndfile + REF 68958f9c9199dad97dcd10700df3746b2cd9b8a3 # v1.0.30 + SHA512 4f2af061af5d5b26106ed11e33f04930a57c79ca0e18ef5fe32255c3f555bfa7b9192db7ff0f34f782d85b2ee40662182073e1abf4a73f448c47b67c26bb5b53 HEAD_REF master ) @@ -28,7 +28,7 @@ vcpkg_configure_cmake( ${FEATURE_OPTIONS} ) -vcpkg_install_cmake() +vcpkg_install_cmake() if(WIN32 AND (NOT MINGW) AND (NOT CYGWIN)) set(CONFIG_PATH cmake) diff --git a/ports/libsndfile/vcpkg.json b/ports/libsndfile/vcpkg.json index b26c9f7ee..33556df7a 100644 --- a/ports/libsndfile/vcpkg.json +++ b/ports/libsndfile/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libsndfile", "version-string": "1.0.30", + "port-version": 1, "description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo", "homepage": "https://github.com/erikd/libsndfile", "license": "LGPL-2.1", |
