2021-09-09 16:24:04 +08:00
{
"name" : "libsrt" ,
2024-03-30 08:23:14 +08:00
"version" : "1.5.3" ,
[alsa,fdk-aac,ffmpeg,libsrt,snappy,x265] Code cleanup, fix and use pkg-config (#39077)
- Setup and use pkg-config for ffmpeg dependencies.
https://github.com/microsoft/vcpkg/pull/38011#discussion_r1623174355.
- Export actual c++ link libraries for fdk-aac via pkg-config. (Same
pattern as lerc, geos.)
- Rectify link libraries in pkg-config for alsa, libsrt, snappy, x265.
- Burn-in dllimport for libsrt and x265.
- Pass detected STRIP to ffmpeg. Fixes
https://github.com/microsoft/vcpkg/issues/36852.
2024-06-06 15:48:31 +08:00
"port-version" : 1 ,
2021-09-09 16:24:04 +08:00
"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" ,
2022-08-09 03:08:40 +08:00
"license" : "MPL-2.0" ,
2023-06-16 05:49:00 +08:00
"supports" : "!uwp & !xbox" ,
2021-09-09 16:24:04 +08:00
"dependencies" : [
"openssl" ,
{
2021-10-14 05:17:25 +08:00
"name" : "vcpkg-cmake" ,
"host" : true
2022-08-09 03:08:40 +08:00
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2021-09-09 16:24:04 +08:00
}
] ,
"features" : {
2022-09-17 05:06:30 +08:00
"bonding" : {
"description" : "Enables the Connection Bonding feature"
} ,
2021-09-09 16:24:04 +08:00
"tool" : {
"description" : "Builds libsrt executable"
}
}
}