aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libopnmidi/vcpkg.json
blob: 1fd91a9ef79fd6891d7973e99ac8011cd24dcc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "name": "libopnmidi",
  "version": "1.5.1",
  "port-version": 2,
  "description": "libOPNMIDI is a free Software MIDI synthesizer library with OPN2 (YM2612) and OPNA (YM2608) emulation",
  "homepage": "https://github.com/Wohlstand/libOPNMIDI",
  "license": "LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "gens-emulator",
    "mame-ym2608-emulator",
    "mame-ym2612-emulator",
    "midi-sequencer",
    "mus",
    "np2-emulator",
    "nuked-emulator",
    "xmi"
  ],
  "features": {
    "gens-emulator": {
      "description": "Build with GENS 2.10 emulator (innacurate, fastest)"
    },
    "gx-emulator": {
      "description": "Build with Genesis Plus GX emulator (experimental)"
    },
    "mame-ym2608-emulator": {
      "description": "Build with MAME YM2608 emulator (well-accurate and fast)"
    },
    "mame-ym2612-emulator": {
      "description": "Build with MAME YM2612 emulator (well-accurate and fast)"
    },
    "midi-sequencer": {
      "description": "Build with embedded MIDI sequencer"
    },
    "mus": {
      "description": "Support for DMX MUS files"
    },
    "np2-emulator": {
      "description": "Build with Neko Project 2 YM2608 emulator (semi-accurate and fast)"
    },
    "nuked-emulator": {
      "description": "Build with Nuked OPN2 emulator (very accurate, needs more CPU power)"
    },
    "pmdwin-emulator": {
      "description": "Build with PMDWin emulator (experimental)"
    },
    "xmi": {
      "description": "Support for AIL XMI files"
    }
  }
}