Skip to content

Commit

Permalink
[libremidi] Add new port (microsoft#33848)
Browse files Browse the repository at this point in the history
* [libremidi] Add new port

* [libremidi] Add license to vcpkg.json

* [libremidi] Update version

* [libremidi] Apply suggestions from code review

Co-authored-by: jim wang <[email protected]>

* [libremidi] Use newer upstream version with UWP build fix

* [libremidi] Update version

---------

Co-authored-by: jim wang <[email protected]>
  • Loading branch information
marinedalek and jimwang118 authored Sep 26, 2023
1 parent 4a31145 commit d5fa359
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ports/libremidi/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jcelerier/libremidi
REF "v${VERSION}"

SHA512 7b73d5e1a565e9f85ac28fba041c66a151537a9205b4f3605fa70e18d5e651fa0562329853c7e08bf8e620f9d83d08d167b746d30c39bffcd325fbd6338d0538
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/libremidi PACKAGE_NAME libremidi)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")

17 changes: 17 additions & 0 deletions ports/libremidi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "libremidi",
"version": "4.1.0",
"description": "A modern C++ MIDI real-time & file I/O library",
"homepage": "https://github.com/jcelerier/libremidi",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4580,6 +4580,10 @@
"baseline": "0.12.5.5178",
"port-version": 1
},
"libremidi": {
"baseline": "4.1.0",
"port-version": 0
},
"libressl": {
"baseline": "3.6.2",
"port-version": 1
Expand Down
9 changes: 9 additions & 0 deletions versions/l-/libremidi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "4c1473e864943f0e6189d315c1eb09a77ce3a3f0",
"version": "4.1.0",
"port-version": 0
}
]
}

0 comments on commit d5fa359

Please sign in to comment.