vcpkg/ports/libsrtp/vcpkg.json
Albert Santoni 75e0c3dc8f
[libsrtp] Added openssl feature flag for enabling OpenSSL support (#36135)
* [libsrtp] Added openssl feature flag for enabling OpenSSL support

* [libsrtp] Fixed JSON mixup

* [libsrtp]: Format vcpkg.json

* [libsrtp]: Update version database

* [libsrtp] Update ports/libsrtp/portfile.cmake

* Use vcpkg_check_features appropriately

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* [libsrtp] Update version database

* [libsrtp]: Added port-version, clean up whitespace

* [libsrtp]: Updated version database

* [libsrtp] Update versions/l-/libsrtp.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-02-02 11:45:46 -08:00

27 lines
631 B
JSON

{
"name": "libsrtp",
"version": "2.5.0",
"port-version": 1,
"description": "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.",
"homepage": "https://github.com/cisco/libsrtp/",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"openssl": {
"description": "Enable OpenSSL support",
"dependencies": [
"openssl"
]
}
}
}