mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:29:01 +08:00
3c9f696806
* [openslide] add port * v db * don't buffer fixing triplets which are unsupported * v db * Apply suggestions from code review Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * v db --------- Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
25 lines
607 B
JSON
25 lines
607 B
JSON
{
|
|
"name": "openslide",
|
|
"version": "3.4.1",
|
|
"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) & !osx",
|
|
"dependencies": [
|
|
"cairo",
|
|
"gdk-pixbuf",
|
|
"glib",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"libxml2",
|
|
"openjpeg",
|
|
"sqlite3",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|