mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[wavpack] fix usage (#35608)
This commit is contained in:
parent
6186ec51c8
commit
7eeaa3cabb
@ -14,6 +14,7 @@ vcpkg_cmake_configure(
|
||||
-DWAVPACK_BUILD_WINAMP_PLUGIN=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
-DWAVPACK_BUILD_DOCS=OFF
|
||||
-DWAVPACK_ENABLE_LIBCRYPTO=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "wavpack",
|
||||
"version": "5.6.0",
|
||||
"port-version": 1,
|
||||
"description": "WavPack encode/decode library, command-line programs, and several plugins",
|
||||
"homepage": "https://github.com/dbry/WavPack",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -9006,7 +9006,7 @@
|
||||
},
|
||||
"wavpack": {
|
||||
"baseline": "5.6.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"wayland": {
|
||||
"baseline": "1.21.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d58b3734d0a42c7309216ade0432f7787fbd6ff5",
|
||||
"version": "5.6.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "040113ae230d1d94918ce7495157b1d404589a8b",
|
||||
"version": "5.6.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user