vcpkg/ports/libmupdf/vcpkg.json
simon987 6cfa934411
[libmupdf] Update to 1.19.0-rc2 (#20328)
* Update libmupdf to 1.19.0-rc2

* Add results of ./vcpkg x-add-version --all

* minimize patch

* update version

* Use 4 spaces rather than 2

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Remove vcpkg-cmake-config dependency

* Run x-add-version

Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-11-09 13:42:04 -08:00

23 lines
422 B
JSON

{
"name": "libmupdf",
"version-string": "1.19.0-rc2",
"description": "a lightweight PDF, XPS, and E-book library",
"homepage": "https://github.com/ArtifexSoftware/mupdf",
"supports": "!osx",
"dependencies": [
"curl",
"freetype",
"glfw3",
"gumbo",
"harfbuzz",
"jbig2dec",
"libjpeg-turbo",
"openjpeg",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}