vcpkg/ports/openslide/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00

26 lines
636 B
JSON

{
"name": "openslide",
"version": "3.4.1",
"port-version": 2,
"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"
]
}