2021-11-22 23:55:09 +01:00
|
|
|
{
|
|
|
|
"name": "cmake-user",
|
2024-11-19 07:49:57 +01:00
|
|
|
"version-string": "ci",
|
2021-11-22 23:55:09 +01:00
|
|
|
"description": "Test port to verify the vcpkg toolchain in cmake user projects",
|
2022-04-18 23:33:43 +02:00
|
|
|
"license": "MIT",
|
2021-11-22 23:55:09 +01:00
|
|
|
"default-features": [
|
2024-11-19 07:49:57 +01:00
|
|
|
{
|
|
|
|
"name": "cmake-3-16",
|
|
|
|
"platform": "x64 & (windows | linux | osx) & !uwp"
|
|
|
|
},
|
|
|
|
"cmake-current",
|
|
|
|
"find-package",
|
|
|
|
"pkg-check-modules"
|
2021-11-22 23:55:09 +01:00
|
|
|
],
|
|
|
|
"features": {
|
2024-11-19 07:49:57 +01:00
|
|
|
"cmake-3-16": {
|
|
|
|
"description": "Run the tests with CMake 3.16"
|
2022-04-01 22:30:43 +02:00
|
|
|
},
|
|
|
|
"cmake-current": {
|
|
|
|
"description": "Run the tests with vcpkg's current version of CMake"
|
2021-11-22 23:55:09 +01:00
|
|
|
},
|
|
|
|
"find-package": {
|
|
|
|
"description": "Ports to be tested via find_package($package)",
|
|
|
|
"dependencies": [
|
2023-06-16 10:50:24 -07:00
|
|
|
{
|
|
|
|
"$package": "Boost",
|
2024-01-04 02:39:26 +01:00
|
|
|
"name": "boost",
|
2023-06-16 10:50:24 -07:00
|
|
|
"platform": "!uwp"
|
|
|
|
},
|
2021-11-22 23:55:09 +01:00
|
|
|
{
|
|
|
|
"$package": "BZip2",
|
|
|
|
"name": "bzip2"
|
|
|
|
},
|
2022-04-20 23:44:53 +02:00
|
|
|
{
|
|
|
|
"$package": "CURL",
|
2022-06-20 23:29:12 +02:00
|
|
|
"name": "curl",
|
|
|
|
"default-features": false
|
2022-04-20 23:44:53 +02:00
|
|
|
},
|
2021-11-22 23:55:09 +01:00
|
|
|
{
|
|
|
|
"$package": "EXPAT",
|
|
|
|
"name": "expat"
|
|
|
|
},
|
2022-06-20 23:29:12 +02:00
|
|
|
{
|
|
|
|
"$package": "Fontconfig",
|
|
|
|
"name": "fontconfig",
|
|
|
|
"platform": "!mingw & !uwp"
|
|
|
|
},
|
2023-01-24 01:05:49 +01:00
|
|
|
{
|
|
|
|
"$package": "GLUT",
|
|
|
|
"name": "freeglut",
|
|
|
|
"platform": "!uwp & !osx"
|
|
|
|
},
|
2021-11-22 23:55:09 +01:00
|
|
|
{
|
|
|
|
"$package": "Freetype",
|
2022-06-20 23:29:12 +02:00
|
|
|
"name": "freetype",
|
|
|
|
"default-features": false
|
2021-11-22 23:55:09 +01:00
|
|
|
},
|
2023-01-16 21:45:42 +01:00
|
|
|
{
|
|
|
|
"$package": "GDAL",
|
|
|
|
"name": "gdal",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "!uwp"
|
|
|
|
},
|
2021-11-22 23:55:09 +01:00
|
|
|
{
|
2023-01-24 01:05:49 +01:00
|
|
|
"$package": "Intl",
|
2023-05-22 02:56:14 +02:00
|
|
|
"name": "gettext-libintl"
|
2021-11-22 23:55:09 +01:00
|
|
|
},
|
2022-12-29 19:34:27 +01:00
|
|
|
{
|
2023-01-24 01:05:49 +01:00
|
|
|
"$package": "GIF",
|
|
|
|
"name": "giflib"
|
2022-12-29 19:34:27 +01:00
|
|
|
},
|
2022-04-18 23:33:43 +02:00
|
|
|
{
|
|
|
|
"$package": "ICU",
|
2022-06-20 23:29:12 +02:00
|
|
|
"name": "icu",
|
|
|
|
"platform": "!uwp"
|
|
|
|
},
|
2023-01-24 01:05:49 +01:00
|
|
|
{
|
|
|
|
"$package": "LAPACK",
|
|
|
|
"name": "lapack",
|
|
|
|
"platform": "!(uwp & arm)"
|
|
|
|
},
|
2024-08-17 10:40:37 +02:00
|
|
|
{
|
|
|
|
"$package": "GnuTLS",
|
|
|
|
"name": "libgnutls",
|
2024-10-24 04:44:30 +02:00
|
|
|
"platform": "!android & (!windows | mingw)"
|
2024-08-17 10:40:37 +02:00
|
|
|
},
|
2022-06-20 23:29:12 +02:00
|
|
|
{
|
|
|
|
"$package": "Iconv",
|
|
|
|
"name": "libiconv"
|
2022-04-18 23:33:43 +02:00
|
|
|
},
|
2022-04-01 22:30:43 +02:00
|
|
|
{
|
|
|
|
"$package": "JPEG",
|
|
|
|
"name": "libjpeg-turbo"
|
|
|
|
},
|
2021-11-22 23:55:09 +01:00
|
|
|
{
|
|
|
|
"$package": "LibLZMA",
|
|
|
|
"name": "liblzma"
|
|
|
|
},
|
2022-04-18 23:33:43 +02:00
|
|
|
{
|
|
|
|
"$package": "PNG",
|
|
|
|
"name": "libpng"
|
|
|
|
},
|
2022-06-20 23:29:12 +02:00
|
|
|
{
|
|
|
|
"$package": "PostgreSQL",
|
|
|
|
"name": "libpq",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "!uwp & !mingw"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$package": "LibXml2",
|
|
|
|
"name": "libxml2",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$package": "LibXslt",
|
|
|
|
"name": "libxslt",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "!uwp & !mingw"
|
|
|
|
},
|
2023-02-28 19:09:09 +01:00
|
|
|
{
|
|
|
|
"$package": "Curses",
|
|
|
|
"name": "ncurses",
|
|
|
|
"platform": "!windows | mingw"
|
|
|
|
},
|
2023-01-09 10:19:59 +01:00
|
|
|
{
|
|
|
|
"$package": "PhysFS",
|
|
|
|
"name": "physfs"
|
|
|
|
},
|
2024-08-17 10:40:37 +02:00
|
|
|
{
|
|
|
|
"$package": "GnuTLS",
|
|
|
|
"name": "shiftmedia-libgnutls",
|
|
|
|
"platform": "windows & !arm & !mingw & !xbox"
|
|
|
|
},
|
2022-11-15 00:18:05 +01:00
|
|
|
{
|
|
|
|
"$package": "SQLite3",
|
2022-12-31 10:30:53 +01:00
|
|
|
"name": "sqlite3",
|
2022-11-15 00:18:05 +01:00
|
|
|
"default-features": false
|
|
|
|
},
|
2021-11-22 23:55:09 +01:00
|
|
|
{
|
2022-04-01 22:30:43 +02:00
|
|
|
"$package": "TIFF",
|
2022-06-20 23:29:12 +02:00
|
|
|
"name": "tiff",
|
2022-12-31 10:30:53 +01:00
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2024-02-09 07:41:50 +01:00
|
|
|
"lerc",
|
2024-01-04 02:39:26 +01:00
|
|
|
"libdeflate",
|
2022-12-31 10:30:53 +01:00
|
|
|
"zstd"
|
|
|
|
]
|
2021-11-22 23:55:09 +01:00
|
|
|
},
|
2022-04-18 19:56:00 +02:00
|
|
|
{
|
|
|
|
"$package": "wxWidgets",
|
2022-04-20 23:44:53 +02:00
|
|
|
"name": "wxwidgets",
|
2022-06-20 23:29:12 +02:00
|
|
|
"default-features": false,
|
2022-10-09 06:26:00 +02:00
|
|
|
"platform": "!uwp"
|
2022-04-18 19:56:00 +02:00
|
|
|
},
|
2021-11-22 23:55:09 +01:00
|
|
|
{
|
|
|
|
"$package": "ZLIB",
|
|
|
|
"name": "zlib"
|
|
|
|
}
|
|
|
|
]
|
2022-07-07 23:27:38 +02:00
|
|
|
},
|
|
|
|
"pkg-check-modules": {
|
|
|
|
"description": "Test `find_package(PkgConfig)` and pkg_check_modules(...)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "pkgconf",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"zlib"
|
|
|
|
]
|
2021-11-22 23:55:09 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|