Skip to content

Commit

Permalink
Merge pull request #127 from fwcd/mixxx/scope-alsa-dependency
Browse files Browse the repository at this point in the history
[portmidi] Scope alsa dependency to Linux
  • Loading branch information
daschuer authored Feb 29, 2024
2 parents 03df0a6 + 25d5663 commit a6f9257
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/portmidi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "portmidi",
"version": "2.0.4",
"port-version": 2,
"port-version": 3,
"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",
"supports": "!uwp",
"dependencies": [
{
"name": "alsa",
"platform": "!(windows | osx)"
"platform": "linux | android | freebsd | openbsd"
},
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6622,7 +6622,7 @@
},
"portmidi": {
"baseline": "2.0.4",
"port-version": 2
"port-version": 3
},
"portsmf": {
"baseline": "239",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/portmidi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2e836f32941f2eb402cecca7bff1e0ec566c4287",
"version": "2.0.4",
"port-version": 3
},
{
"git-tree": "73cae77fb0424c85894d1165fd2cc162bd4cd98a",
"version": "2.0.4",
Expand Down

0 comments on commit a6f9257

Please sign in to comment.