vcpkg/ports/gstreamer/vcpkg.json
Stefano Sinigardi 401578455f
[OpenCV] upgrade to v4.5.5 (#22801)
* [OpenCV4] update to v4.5.5

* [OpenCV] bump version

* [gstreamer] fix build for opencv

* fix references

* [vcpkg-tool-meson] fix nuget packaging

* fix references

* [gstreamer] fix references

* [ogre] update vcpkg tools

* fix references

* [OpenCV4] fixes from CI runs

* fix references

* [OpenCV4] force python module also in debug builds

* fix references

* [harfbuzz] fix cmake config

* harfbuzz fixes

* fix references

* [OpenCV4] remove unnecessary lines from patches

* fix references

* fix references

* [harfbuzz] bump version

* [harfbuzz] fix for single config builds

* fix references

* freetype fixes

* fix references

* fix ogre references

* fix references, again

* python when building static windows opencv libraries is unsupported

* fix references

* fix

* refs

* use required when necessary

* fix references

* do not use config for hdf5, use internal module

* fix references

* use proper spelling for freetype config cmake

* fix references

* [OpenCV] restore versions after merge

* fix references

* [leptonica] fix building

* fix references

* do not require package in optional features

* £fix references

* fix python feat

* update version

* update version

* [ffmpeg] remove opengl feat on arm64-windows

* format manifest

* fix references

* fix cuda/nvidia features compatibility matrix

* fix manifest

* fix

* fix

* fix references

* fix references, again

* move CONTROL to manifest

* [gstreamer] bump versions

* fix references

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-02-23 11:57:13 -08:00

143 lines
2.9 KiB
JSON

{
"name": "gstreamer",
"version": "1.19.2",
"port-version": 5,
"description": "GStreamer open-source multimedia framework core library",
"homepage": "https://gstreamer.freedesktop.org/",
"license": "LGPL-2.0",
"supports": "!linux & !uwp",
"dependencies": [
{
"name": "cairo",
"features": [
"gobject"
],
"platform": "windows | osx"
},
{
"name": "freetype",
"features": [
"brotli",
"png",
"zlib"
]
},
{
"name": "glib",
"host": true
},
"libnice",
"libxml2",
{
"name": "opengl-registry",
"platform": "windows | osx"
},
"openssl",
{
"name": "vcpkg-tool-meson",
"host": true
},
{
"name": "yasm-tool-helper",
"platform": "windows"
}
],
"default-features": [
"plugins-base",
"plugins-good",
"plugins-ugly"
],
"features": {
"flac": {
"description": "FLAC audio codec plugin",
"supports": "!arm",
"dependencies": [
"libflac"
]
},
"gl-graphene": {
"description": "Use Graphene in OpenGL plugin",
"supports": "!arm",
"dependencies": [
"graphene"
]
},
"plugins-bad": {
"description": "'Bad' GStreamer plugins and helper libraries",
"dependencies": [
{
"name": "gstreamer",
"default-features": false,
"features": [
"rawparse"
],
"platform": "!arm"
},
"openh264"
]
},
"plugins-base": {
"description": "'Base' GStreamer plugins and helper libraries",
"dependencies": [
{
"name": "gstreamer",
"default-features": false,
"features": [
"gl-graphene",
"rawparse"
],
"platform": "!arm"
}
]
},
"plugins-good": {
"description": "'Good' GStreamer plugins and helper libraries",
"dependencies": [
"bzip2",
{
"name": "gstreamer",
"default-features": false,
"features": [
"flac"
],
"platform": "!arm"
},
"jack2",
"libjpeg-turbo",
"libpng",
"libvpx",
"mpg123",
"speex",
"taglib"
]
},
"plugins-ugly": {
"description": "'Ugly' GStreamer plugins and helper libraries",
"dependencies": [
{
"name": "gstreamer",
"default-features": false,
"features": [
"x264"
],
"platform": "!arm"
}
]
},
"rawparse": {
"description": "Build with libraw support",
"supports": "!arm",
"dependencies": [
"libraw"
]
},
"x264": {
"description": "Colon separated list of additional x264 library paths, e.g. for 10-bit version",
"supports": "!arm",
"dependencies": [
"x264"
]
}
}
}