[libremidi] Add new port (#33848)

* [libremidi] Add new port

* [libremidi] Add license to vcpkg.json

* [libremidi] Update version

* [libremidi] Apply suggestions from code review

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

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

* [libremidi] Update version

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
This commit is contained in:
marinedalek 2023-09-26 08:33:50 +01:00 committed by GitHub
parent 4a311457c3
commit d5fa359a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 0 deletions

View File

@ -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")

View File

@ -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
}
]
}

View File

@ -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

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "4c1473e864943f0e6189d315c1eb09a77ce3a3f0",
"version": "4.1.0",
"port-version": 0
}
]
}