mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 18:19:03 +08:00
b3be52adc0
Co-authored-by: LilyWangLL <4945507022qq.com>
33 lines
598 B
JSON
33 lines
598 B
JSON
{
|
|
"name": "libmupdf",
|
|
"version": "1.24.11",
|
|
"description": "a lightweight PDF, XPS, and E-book library",
|
|
"homepage": "https://github.com/ArtifexSoftware/mupdf",
|
|
"license": "AGPL-3.0-only",
|
|
"supports": "!osx",
|
|
"dependencies": [
|
|
"curl",
|
|
"freetype",
|
|
"glfw3",
|
|
"gumbo",
|
|
"harfbuzz",
|
|
"jbig2dec",
|
|
"libjpeg-turbo",
|
|
"openjpeg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"ocr": {
|
|
"description": "Enable OCR support",
|
|
"dependencies": [
|
|
"leptonica",
|
|
"tesseract"
|
|
]
|
|
}
|
|
}
|
|
}
|