mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:59:00 +08:00
5fa92f467e
* Update PowerShell to 7.3.6 * Add asan install as requested by @Neumann-A * Use 1ES for Android docker hosts. * Update pools. * Update patch tuesday checklist to reflect 1ES. * [openslide] Fix missing header. * [libxt] Add missing header.
26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"name": "openslide",
|
|
"version": "3.4.1",
|
|
"port-version": 3,
|
|
"description": "OpenSlide is a C library for reading whole slide image files (also known as virtual slides). It provides a consistent and simple API for reading files from multiple vendors.",
|
|
"homepage": "https://openslide.org/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "native & !(windows & static) & !xbox & !osx",
|
|
"dependencies": [
|
|
"cairo",
|
|
"gdk-pixbuf",
|
|
"glib",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"libxml2",
|
|
"openjpeg",
|
|
"sqlite3",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|