[rtmidi] no absolute paths (#24275)

This commit is contained in:
autoantwort 2022-04-21 23:48:47 +02:00 committed by GitHub
parent 9f7c4cd4f8
commit 44888a8dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -23,4 +23,6 @@ vcpkg_cmake_config_fixup()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,6 @@
{
"name": "rtmidi",
"version-semver": "4.0.0",
"port-version": 5,
"version-semver": "5.0.0",
"description": "A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia)",
"homepage": "https://github.com/thestk/rtmidi",
"license": "MIT",

View File

@ -6265,8 +6265,8 @@
"port-version": 3
},
"rtmidi": {
"baseline": "4.0.0",
"port-version": 5
"baseline": "5.0.0",
"port-version": 0
},
"rttr": {
"baseline": "0.9.6",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4eb19141251ff7759838e0ab10f35876583d367b",
"version-semver": "5.0.0",
"port-version": 0
},
{
"git-tree": "1d922425c684e2dd87ea1691b2ac8f1c0fd808e4",
"version-semver": "4.0.0",