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

[rtmidi] update to 3.0.0 #41633

Merged
merged 8 commits into from
Oct 23, 2024
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/rtmidi/fix-cmake-install.patch

This file was deleted.

32 changes: 0 additions & 32 deletions ports/rtmidi/fix-cmake-usage.patch

This file was deleted.

7 changes: 2 additions & 5 deletions ports/rtmidi/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO thestk/rtmidi
REF 84a99422a3faf1ab417fe71c0903a48debb9376a # 5.0.0
SHA512 388e280b7966281e22b0048d6fb2541921df1113d84e49bbc444fff591d2025588edd8d61dbe5ff017afd76c26fd05edc8f9f15d0cce16315ccc15e6aac1d57f
REF "${VERSION}"
SHA512 7ff7f85ff86fc019ab7906a46efc986b2a340b2f9a9d504bda85d0afc75921b905b32cb37f87e30ab9d1f13e62587c4ade736dad1609a0880eeab3fe5a936acb
HEAD_REF master
PATCHES
fix-cmake-usage.patch # Remove this patch in the next update
fix-cmake-install.patch # Remove this patch in the next update
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
3 changes: 1 addition & 2 deletions ports/rtmidi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "rtmidi",
"version": "5.0.0",
"port-version": 3,
"version": "6.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",
Expand Down
3 changes: 3 additions & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,9 @@ rest-rpc:arm64-osx=skip
rpclib:arm64-windows=fail
rpclib:arm64-uwp=fail
rpclib:x64-uwp=fail
rtmidi:arm-neon-android=fail
rtmidi:arm64-android=fail
rtmidi:x64-android=fail
salome-medcoupling:x64-linux=fail
scintilla:arm-neon-android=fail
scintilla:arm64-android=fail
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8013,8 +8013,8 @@
"port-version": 0
},
"rtmidi": {
"baseline": "5.0.0",
"port-version": 3
"baseline": "6.0.0",
"port-version": 0
},
"rttr": {
"baseline": "0.9.6+20210811",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rtmidi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cd6d5a044a924c8ba7f3a1243ab28ca22c224f28",
"version": "6.0.0",
"port-version": 0
},
{
"git-tree": "83f2bd1bc41359997ee59a894bbfe5aab7e5a5df",
"version": "5.0.0",
Expand Down
Loading