mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
6cfa934411
* 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>
23 lines
422 B
JSON
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"
|
|
]
|
|
}
|