vcpkg/ports/gstreamer/vcpkg.json
Billy O'Neal c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00

80 lines
1.5 KiB
JSON

{
"name": "gstreamer",
"version": "1.19.2",
"port-version": 3,
"description": "GStreamer open-source multimedia framework core library",
"homepage": "https://gstreamer.freedesktop.org/",
"license": "LGPL-2.0",
"supports": "(windows | osx) & (x64 | x86)",
"dependencies": [
{
"name": "cairo",
"features": [
"gobject"
],
"platform": "windows | osx"
},
{
"name": "freetype",
"features": [
"brotli",
"png",
"zlib"
]
},
{
"name": "glib",
"host": true
},
"graphene",
"libnice",
"libxml2",
{
"name": "opengl-registry",
"platform": "windows | osx"
},
"openssl",
{
"name": "vcpkg-tool-meson",
"host": true
},
{
"name": "yasm-tool-helper",
"platform": "windows"
}
],
"default-features": [
"plugins-good",
"plugins-ugly"
],
"features": {
"plugins-bad": {
"description": "'Bad' GStreamer plugins and helper libraries",
"dependencies": [
"openh264"
]
},
"plugins-good": {
"description": "'Good' GStreamer plugins and helper libraries",
"dependencies": [
"bzip2",
"jack2",
"libflac",
"libjpeg-turbo",
"libpng",
"libraw",
"libvpx",
"mpg123",
"speex",
"taglib"
]
},
"plugins-ugly": {
"description": "'Ugly' GStreamer plugins and helper libraries",
"dependencies": [
"x264"
]
}
}
}