mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 08:49:21 +08:00
e1a1ddd093
* bump qtbase * add qt3d * format manifest * test features in CI * pass ci baseline stuff * vulkan is skip in ci so cannot force it. * remove extra , * fix deps * try to fix promotion * gstreamer adjustments. * fix gstreamer on linux * fix gstreamer stuff * fix x264 api import macro * fix gst-rsp-server * correctly replace * promote targets.... * enable arm64 qtwebengine * --trace-expand * install wrapper for egl. * add newline * remove opengl from skip list * add gl to link * another try * retry again * test dynamic angle linkage * retry * link XNVCtrl * retry * add libxnvctrl * retry * retry again... * move wrapper to angle * revert changes to egl-reg * more debugging * try again * fix stuff * add missing , * egl stuff * wrapper stuff * fix angle * remove double dep * remove libxnvctrl * format manifest * revert trace * bump version * bump v * v db * remove trace * v db * refine supports * v db * remove qtmultimedia from baseline
157 lines
3.0 KiB
JSON
157 lines
3.0 KiB
JSON
{
|
|
"$comment": "x86-windows is not within the upstream support matrix of Qt6",
|
|
"name": "qtwebengine",
|
|
"version": "6.3.2",
|
|
"port-version": 1,
|
|
"description": "Qt WebEngine",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"supports": "!static & !((x86 | arm) & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "freetype",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "glib",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "gperf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "harfbuzz",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "icu",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "libevent",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "libjpeg-turbo",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "libpng",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "libvpx",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "libwebp",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "libxml2",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "minizip",
|
|
"platform": "!windows"
|
|
},
|
|
"opengl-registry",
|
|
{
|
|
"name": "opus",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "protobuf",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui",
|
|
"network",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qttools",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"$comment": "Requires GN host tool build by the port itself! (special version check)",
|
|
"name": "qtwebengine",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "re2",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "snappy",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-get-python-packages",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-nodejs",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-python2",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "!windows"
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features"
|
|
},
|
|
"geolocation": {
|
|
"description": "Build with Geolocation",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtlocation",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"proprietary-codecs": {
|
|
"description": "Enables the use of proprietary codecs such as h.264/h.265 and MP3."
|
|
},
|
|
"spellchecker": {
|
|
"description": "Provides a spellchecker"
|
|
},
|
|
"webchannel": {
|
|
"description": "Provides QtWebChannel integration",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtwebchannel",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|