vcpkg/ports/libsrt/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00

29 lines
694 B
JSON

{
"name": "libsrt",
"version": "1.5.0",
"port-version": 3,
"description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.",
"homepage": "https://github.com/Haivision/srt",
"license": "MPL-2.0",
"supports": "!uwp & !xbox",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"bonding": {
"description": "Enables the Connection Bonding feature"
},
"tool": {
"description": "Builds libsrt executable"
}
}
}