mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
c9e786d81a
* 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.
80 lines
1.5 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|