mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:18:59 +08:00
5d2a0a9814
* 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
26 lines
636 B
JSON
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"
|
|
]
|
|
}
|