[portmidi] Update to version 2.0.8 (#49597)

This commit is contained in:
JoergAtGithub
2026-01-26 22:54:57 -08:00
committed by GitHub
parent a96085d4cc
commit 4d8b72ed2f
5 changed files with 9 additions and 20 deletions
-13
View File
@@ -1,13 +0,0 @@
diff --git a/pm_common/pmutil.c b/pm_common/pmutil.c
index b7047e9..8d8817d 100755
--- a/pm_common/pmutil.c
+++ b/pm_common/pmutil.c
@@ -8,7 +8,7 @@
#include "pmutil.h"
#include "pminternal.h"
-#ifdef WIN32
+#if defined(WIN32) | defined(ANDROID)
#define bzero(addr, siz) memset(addr, 0, siz)
#endif
+1 -3
View File
@@ -2,10 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO PortMidi/portmidi
REF "v${VERSION}"
SHA512 00d7cec97b58c074d484793b6097f4e60d061a9d680940bbcdb6670b287b78dbc099af378fb2e066c61f1c26e5060ded9c8f78c80fc03518b33e43f830e34a27
SHA512 d66e9587324da729f3f97037decc8dbd436f86aa346969e4f9189f74a8f60451a92db4c5a5f551064cf794e872c174ebe731bcb2aaf6554f00dacc5b3b8209be
HEAD_REF master
PATCHES
"android-support.patch"
)
if(VCPKG_CRT_LINKAGE STREQUAL static)
+1 -2
View File
@@ -1,7 +1,6 @@
{
"name": "portmidi",
"version": "2.0.6",
"port-version": 1,
"version": "2.0.8",
"description": "PortMidi is a cross platform (Windows, macOS, Linux, and BSDs which support alsalib) library for interfacing with operating systems' MIDI I/O APIs.",
"homepage": "https://github.com/PortMidi/portmidi",
"license": "MIT",
+2 -2
View File
@@ -7765,8 +7765,8 @@
"port-version": 9
},
"portmidi": {
"baseline": "2.0.6",
"port-version": 1
"baseline": "2.0.8",
"port-version": 0
},
"portsmf": {
"baseline": "239",
+5
View File
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5d5e63cb20974627ff04668b50fcb9cdc69681f0",
"version": "2.0.8",
"port-version": 0
},
{
"git-tree": "3aaa66ea0134b42945c2717cba1a373e71bb3bcf",
"version": "2.0.6",