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