Skip to content
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
9 changes: 4 additions & 5 deletions ports/clap-cleveraudio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO free-audio/clap
REF "${VERSION}"
SHA512 4a532acf85b89f7da733bff88bdef58a273dc19c14b4bb9bf747717d8c2450351e506fefab388cd8a644d01237b1d39ef5adb355957b30d7851aeb6a2f648492
SHA512 e99b20a8f8aeba9493d6d6110012a9147bb5facfdf78fce3d7ef4bfd2a16abba1b9e8b1ae55667eba9f11576d2b54d5391b972a09e52a3334ede81fe84ce22e8
HEAD_REF main
)

Expand All @@ -11,10 +11,9 @@ vcpkg_cmake_configure(
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup(
CONFIG_PATH "lib/cmake/clap"
)
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/clap")
vcpkg_fixup_pkgconfig()

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
2 changes: 1 addition & 1 deletion ports/clap-cleveraudio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clap-cleveraudio",
"version-semver": "1.2.3",
"version-semver": "1.2.7",
"description": "CLAP is an audio plugin ABI which defines a standard for Digital Audio Workstations and audio plugins to work together",
"homepage": "https://cleveraudio.org/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@
"port-version": 0
},
"clap-cleveraudio": {
"baseline": "1.2.3",
"baseline": "1.2.7",
"port-version": 0
},
"clapack": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/clap-cleveraudio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "045acb6522440e83d524db6e79f841ed285f4830",
"version-semver": "1.2.7",
"port-version": 0
},
{
"git-tree": "2884e6902a1745b004b37b98bf014b624ed89fc3",
"version-semver": "1.2.3",
Expand Down