diff options
Diffstat (limited to 'vcpkg/ports/openslide/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/openslide/vcpkg.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/vcpkg/ports/openslide/vcpkg.json b/vcpkg/ports/openslide/vcpkg.json new file mode 100644 index 0000000..6257b35 --- /dev/null +++ b/vcpkg/ports/openslide/vcpkg.json @@ -0,0 +1,51 @@ +{ + "name": "openslide", + "version": "4.0.0", + "port-version": 4, + "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-only", + "supports": "!xbox", + "dependencies": [ + { + "name": "cairo", + "default-features": false + }, + { + "name": "gdk-pixbuf", + "default-features": false, + "features": [ + "others" + ] + }, + "glib", + "libdicom", + "libjpeg-turbo", + "libpng", + { + "name": "libxml2", + "default-features": false + }, + "openjpeg", + { + "name": "openslide", + "host": true + }, + { + "name": "sqlite3", + "default-features": false + }, + { + "name": "tiff", + "default-features": false, + "features": [ + "jpeg" + ] + }, + { + "name": "vcpkg-tool-meson", + "host": true + }, + "zlib" + ] +} |