Skip to content

Commit

Permalink
[rtmidi] update to 3.0.0 (#41633)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 23, 2024
1 parent d5cf6a9 commit 31554ea
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 54 deletions.
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 @@ -993,6 +993,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 @@ -8005,8 +8005,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

0 comments on commit 31554ea

Please sign in to comment.