mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:39:01 +08:00
4eaa3d2118
* Update to GStreamer v1.20.3 * Fixed gst-plugins-bad * Made optional dependences features * Added webrtc feature * webrtc dependency fixes Set meson option 'gst_debug' to true for both debug and release configurations Enabled dtls and srtp plugins Fixed srtp plugin * [gstreamer] Changed version to 1.20.4 * [gstreamer] Reworked port file * [gst-rtsp-server] Updated to version 1.20.4 * [opencv4] Update GStreamer dependency * [qtmultimedia] Update GStreamer dependency * [qtmultimedia] Enabled AVFoundation (part of the Apple Frameworks) * [qtbase] Fix PCRE2 static linking for GLib * Added versions Co-authored-by: Gerard Ryan <gerard.ryan@immersaview.com> Co-authored-by: David Ely <david.ely@immersaview.com>
80 lines
1.5 KiB
JSON
80 lines
1.5 KiB
JSON
{
|
|
"name": "qtmultimedia",
|
|
"version": "6.4.1",
|
|
"port-version": 1,
|
|
"description": "Qt Multimedia",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"concurrent",
|
|
"gui",
|
|
"network"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtshadertools",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"default-features": [
|
|
"widgets"
|
|
],
|
|
"features": {
|
|
"ffmpeg": {
|
|
"description": "Build with ffmpeg",
|
|
"supports": "!(windows & static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"features": [
|
|
"avcodec",
|
|
"avdevice",
|
|
"avformat",
|
|
"swresample",
|
|
"swscale"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"gstreamer": {
|
|
"description": "Build with gstreamer",
|
|
"dependencies": [
|
|
"egl",
|
|
{
|
|
"name": "gstreamer",
|
|
"default-features": false,
|
|
"features": [
|
|
"plugins-base"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"qml": {
|
|
"description": "Build QML imports",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"widgets": {
|
|
"description": "Build Multimedia Widgets",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"widgets"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|