vcpkg/ports/rtmfp-cpp/vcpkg.json
as-shura 62fb5ef704
[rtmfp-cpp] Added rtmfp-cpp library (#29442)
* Added rtmfp-cpp library.

* Fix version database.

* Added baseline.

* Fixed few things.

* Update version database

* Removed ref id.

* DB update.

* Reset the REF and HEAD_REF

* DB Update.

* Changed old name for new one.

* DB update.

* Update ports/rtmfp-cpp/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* Update ports/rtmfp-cpp/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* Changed version.

* Bump version in DB.

* Update version database

* Small modification.

* vcpkg x-add-version --overwrite-version --all

* New hash.

* DB update.

* Fix license.

* DB update.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-03-02 12:17:54 -08:00

20 lines
407 B
JSON

{
"name": "rtmfp-cpp",
"version": "1.4.0-20230213.18168ec",
"description": "Secure Real-Time Media Flow Protocol Library (RTMFP)",
"homepage": "https://github.com/zenomt/rtmfp-cpp",
"license": "MIT",
"supports": "x64 & !uwp",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}