aboutsummaryrefslogtreecommitdiff
path: root/ports/libmediainfo/vcpkg.json
blob: f254ce92487f9330ba7d55ab0d0fe0d67cb8c386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libmediainfo",
  "version-string": "21.03",
  "description": "Get most relevant technical and tag data from video and audio files",
  "homepage": "https://github.com/MediaArea/MediaInfoLib",
  "dependencies": [
    "curl",
    "libzen",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}