aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmediainfo/vcpkg.json
blob: bb781a72c466c1a5e26d9fa0943d6f4c66c9fc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "libmediainfo",
  "version": "25.9",
  "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"
  ]
}