[libsrt] Produce correct library kind (#26471)

* [libsrt] respect VCPKG_LIBRARY_LINKAGE

* ./vcpkg x-add-version --all
This commit is contained in:
Russell Greene 2022-08-23 14:11:44 -05:00 committed by GitHub
parent 02fcf92f48
commit 5bb60c0580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -20,8 +20,8 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS ${FEATURE_OPTIONS}
-DENABLE_CXX11=ON
-DENABLE_SHARED=${KEYSTONE_BUILD_STATIC}
-DENABLE_STATIC=${KEYSTONE_BUILD_SHARED}
-DENABLE_STATIC=${KEYSTONE_BUILD_STATIC}
-DENABLE_SHARED=${KEYSTONE_BUILD_SHARED}
-DENABLE_UNITTESTS=OFF
-DUSE_OPENSSL_PC=OFF
)

View File

@ -1,6 +1,7 @@
{
"name": "libsrt",
"version": "1.5.0",
"port-version": 1,
"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",

View File

@ -4122,7 +4122,7 @@
},
"libsrt": {
"baseline": "1.5.0",
"port-version": 0
"port-version": 1
},
"libsrtp": {
"baseline": "2.4.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "67081a32f9ebb0639c8cdf50daf0da4db33dfd37",
"version": "1.5.0",
"port-version": 1
},
{
"git-tree": "eb7fad3230d33ce43f4e008d3ec92cb286fe01e5",
"version": "1.5.0",