vcpkg/ports/libmupdf/vcpkg.json
simon987 d06a922845
[libmupdf] add ocr feature (#32084)
* add libmupdf ocr feature WIP

* Fix compile defs

* Fix ocr feature

* Add version

* increment libmupdf port version

* add libmupdf version

* revert version change
2023-07-05 11:54:06 -07:00

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"
]
}
}
}