vcpkg/ports/openslide/vcpkg.json
Billy O'Neal 5fa92f467e
Patch Tuesday August 2023. (#33088)
* 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.
2023-08-14 13:58:43 -07:00

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"
]
}