mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-20 14:58:08 +08:00
1b4d69f302
* [amd-amf] Update to 1.4.29 * [ffnvcodec] Update to 11.1.5.2 * [mfx-dispatch] Fix pkgconfig * [ffmpeg] Update to 6.0 * update versions * [amd-amd] Fix merge * Update ffmpeg.json * ffmpeg: Remove libpng dependency. Ffmpeg doesnt have a libpng dependency. All thats needed for png support is zlib which has its own option already * Update ffmpeg.json * [ignition-common3] patch for ffmpeg3 * [freerdp] Update to 2.11.1 * Revert "Merge pull request #1 from autoantwort/ffmpeg" This reverts commitb52416c67d
, reversing changes made to8fdd44e901
. * Update ffmpeg.json * Update ffmpeg.json --------- Co-authored-by: Leander Schulten <Leander.Schulten@rwth-aachen.de>
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"name": "freerdp",
|
|
"version": "2.11.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|