2021-06-25 04:57:45 +08:00
|
|
|
{
|
|
|
|
"name": "gstreamer",
|
2021-10-06 07:23:37 +08:00
|
|
|
"version": "1.19.2",
|
2022-01-26 02:31:15 +08:00
|
|
|
"port-version": 3,
|
2021-06-25 04:57:45 +08:00
|
|
|
"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",
|
2021-12-03 07:48:34 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-06-25 04:57:45 +08:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|