mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:31:48 +08:00
d06a922845
* add libmupdf ocr feature WIP * Fix compile defs * Fix ocr feature * Add version * increment libmupdf port version * add libmupdf version * revert version change
34 lines
618 B
JSON
34 lines
618 B
JSON
{
|
|
"name": "libmupdf",
|
|
"version": "1.22.1",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|