Skip to content

Commit

Permalink
[wavpack] fix usage (microsoft#35608)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Dec 14, 2023
1 parent 6186ec5 commit 7eeaa3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/wavpack/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
1 change: 1 addition & 0 deletions ports/wavpack/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9006,7 +9006,7 @@
},
"wavpack": {
"baseline": "5.6.0",
"port-version": 0
"port-version": 1
},
"wayland": {
"baseline": "1.21.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wavpack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d58b3734d0a42c7309216ade0432f7787fbd6ff5",
"version": "5.6.0",
"port-version": 1
},
{
"git-tree": "040113ae230d1d94918ce7495157b1d404589a8b",
"version": "5.6.0",
Expand Down

0 comments on commit 7eeaa3c

Please sign in to comment.