mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:19:01 +08:00
2f6176ce98
* [freerdp] Update, cleanup * Add freerdp feature test port * Update baseline * [freerdp] ffmpeg unsupported on windows * libusb availability limitations * [freerdp] Update supported platforms * [freerdp] Update supported platforms * [freerdp] Use ffmpeg link libraries * [freerdp] Fix install destinations * [freerdp] Fix tools * [freerdp] Fix osx * [freerdp] Fix patch * [freerdp] Keep duplicate link libs * [freerdp] Mac client needs Xcode * [freerdp] Fix wfreerdp-server exe lib name * [freerdp] Fix client-mac * Fix patch * CI * Fix patch * Fix patch * Set PDB_NAME for server exe * Trim patch * Test urbdrc on windows * [libusb] Fix pc file for windows * [freerdp] Add missing find_dependency() * [freerdp] Export interface include directories
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"name": "freerdp",
|
|
"version": "2.10.0",
|
|
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
|
|
"homepage": "https://github.com/FreeRDP/FreeRDP",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "glib",
|
|
"platform": "!windows"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "!windows"
|
|
}
|
|
],
|
|
"features": {
|
|
"client-mac": {
|
|
"description": "Build native mac client. Requires XCode.",
|
|
"supports": "osx"
|
|
},
|
|
"ffmpeg": {
|
|
"description": "Enable image scaling, video and audio with ffmpeg",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"features": [
|
|
"avcodec",
|
|
"swresample",
|
|
"swscale"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"server": {
|
|
"description": "Build server components",
|
|
"supports": "!android & !ios & !uwp"
|
|
},
|
|
"urbdrc": {
|
|
"description": "USB redirection channel support",
|
|
"dependencies": [
|
|
"libusb"
|
|
]
|
|
},
|
|
"wayland": {
|
|
"description": "Enable wayland support",
|
|
"supports": "!windows & !android & !ios & !osx & !openbsd",
|
|
"dependencies": [
|
|
"wayland"
|
|
]
|
|
},
|
|
"winpr-tools": {
|
|
"description": "Build winpr tools",
|
|
"supports": "!android & !ios & !uwp"
|
|
},
|
|
"x11": {
|
|
"description": "Enable X11 support",
|
|
"supports": "!windows & !android & !ios",
|
|
"dependencies": [
|
|
"xcb"
|
|
]
|
|
}
|
|
}
|
|
}
|