2021-02-11 16:54:50 +08:00
|
|
|
{
|
|
|
|
"name": "freerdp",
|
2023-12-23 04:53:15 +08:00
|
|
|
"version": "3.0.0",
|
2024-01-04 09:41:17 +08:00
|
|
|
"port-version": 1,
|
2021-02-11 16:54:50 +08:00
|
|
|
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
|
|
|
|
"homepage": "https://github.com/FreeRDP/FreeRDP",
|
2022-02-15 04:40:39 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-08-01 06:53:11 +08:00
|
|
|
"supports": "!uwp & !(arm & windows)",
|
2021-02-11 16:54:50 +08:00
|
|
|
"dependencies": [
|
2023-12-23 04:53:15 +08:00
|
|
|
"cjson",
|
2021-02-11 16:54:50 +08:00
|
|
|
{
|
|
|
|
"name": "glib",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
2021-11-30 09:05:12 +08:00
|
|
|
"openssl",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-08-01 06:53:11 +08:00
|
|
|
},
|
2023-12-23 04:53:15 +08:00
|
|
|
"zlib"
|
2021-02-11 16:54:50 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2023-08-01 06:53:11 +08:00
|
|
|
"ffmpeg": {
|
|
|
|
"description": "Enable image scaling, video and audio with ffmpeg",
|
|
|
|
"supports": "!windows",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "ffmpeg",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"avcodec",
|
|
|
|
"swresample",
|
|
|
|
"swscale"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-12-15 02:55:29 +08:00
|
|
|
"server": {
|
2023-08-01 06:53:11 +08:00
|
|
|
"description": "Build server components",
|
2023-11-22 06:16:01 +08:00
|
|
|
"supports": "!android & !ios & !uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "freerdp",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"winpr-tools"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2022-12-15 02:55:29 +08:00
|
|
|
},
|
2021-02-11 16:54:50 +08:00
|
|
|
"urbdrc": {
|
|
|
|
"description": "USB redirection channel support",
|
|
|
|
"dependencies": [
|
|
|
|
"libusb"
|
|
|
|
]
|
2023-08-01 06:53:11 +08:00
|
|
|
},
|
|
|
|
"wayland": {
|
|
|
|
"description": "Enable wayland support",
|
2023-12-23 04:53:15 +08:00
|
|
|
"supports": "!android & !ios & !openbsd & !osx & !windows",
|
2023-08-01 06:53:11 +08:00
|
|
|
"dependencies": [
|
|
|
|
"wayland"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"winpr-tools": {
|
|
|
|
"description": "Build winpr tools",
|
|
|
|
"supports": "!android & !ios & !uwp"
|
|
|
|
},
|
|
|
|
"x11": {
|
|
|
|
"description": "Enable X11 support",
|
2024-01-04 09:41:17 +08:00
|
|
|
"supports": "!android & !ios & !windows & !osx",
|
2023-08-01 06:53:11 +08:00
|
|
|
"dependencies": [
|
|
|
|
"xcb"
|
|
|
|
]
|
2021-02-11 16:54:50 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|