aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aubio/vcpkg.json
blob: 04188776c1fa1fe0e807ec2f553d2daa708f0a1c (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
{
  "name": "aubio",
  "version-date": "2024-01-03",
  "description": "Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.",
  "homepage": "https://github.com/aubio/aubio",
  "license": "GPL-3.0-or-later",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "tools"
  ],
  "features": {
    "tools": {
      "description": "Build tools and add extra dependencies",
      "dependencies": [
        "bzip2",
        {
          "name": "ffmpeg",
          "default-features": false,
          "features": [
            "avcodec",
            "avformat",
            "swresample"
          ]
        },
        "libflac",
        "liblzma",
        "libogg",
        {
          "name": "libsndfile",
          "default-features": false
        },
        "libvorbis"
      ]
    }
  }
}