mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:29:07 +08:00
1c4fb017f0
* Add kf5codecs port * Fixed KF5Codecs for windows * [kf5*] update to 5.75.0 * [kf5codecs] update versions * [kf5codecs] convert CONTROL to manifest * [kf5codecs] update to 5.81 * [kf5codecs] update versions * [kf5codecs] update versions * [kf5codecs] migrate to vcpkg_cmake_configure * [kf5codecs] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
20 lines
362 B
JSON
20 lines
362 B
JSON
{
|
|
"name": "kf5codecs",
|
|
"version": "5.81.0",
|
|
"description": "String encoding library",
|
|
"homepage": "https://api.kde.org/frameworks/kcodecs/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|