vcpkg/ports/libmediainfo/vcpkg.json
2023-10-16 12:00:44 -07:00

21 lines
405 B
JSON

{
"name": "libmediainfo",
"version": "23.10",
"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"
]
}