Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WavPack] update to 5.5.0 #25742

Merged
merged 2 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions ports/wavpack/OpenSSL.patch

This file was deleted.

22 changes: 0 additions & 22 deletions ports/wavpack/fix-symbol-exports.patch

This file was deleted.

9 changes: 3 additions & 6 deletions ports/wavpack/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dbry/WavPack
REF 5.4.0
SHA512 4DD6C484032FDFB1BC0E9A95881677FADE39A5E07CB98713A6B29DF0E9A570D6D27856FCAF412A714A5D7708C9CC2ADACE03A06970B06C4C5B2987E7EB2E643D
REF 89ef99e84333534d9d43093a5264a398b5f1e14a #5.5.0
SHA512 6d8a46461ea1a9fab129d705dda6167332e98da27b24323cbfba1827339222956e288ca3947b9a1f513d7eb6f957548cfcef717aa5ba5c3d3e43d29f98de3879
HEAD_REF master
PATCHES
OpenSSL.patch
fix-symbol-exports.patch
)

vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DWAVPACK_INSTALL_DOCS=OFF
-DWAVPACK_BUILD_PROGRAMS=OFF
Expand Down
3 changes: 1 addition & 2 deletions ports/wavpack/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "wavpack",
"version": "5.4.0",
"port-version": 2,
"version": "5.5.0",
"description": "WavPack encode/decode library, command-line programs, and several plugins",
"homepage": "https://github.com/dbry/WavPack",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7541,8 +7541,8 @@
"port-version": 0
},
"wavpack": {
"baseline": "5.4.0",
"port-version": 2
"baseline": "5.5.0",
"port-version": 0
},
"websocketpp": {
"baseline": "0.8.2",
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": "36c8b50ac4693a68a3ecceea8e96bb1abe852089",
"version": "5.5.0",
"port-version": 0
},
{
"git-tree": "39c514f313b4bc2fc7af0f3a889425bb78aca9e3",
"version": "5.4.0",
Expand Down