36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 ai-ad4 and the FreePDFEditor contributors
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "freepdfeditor",
|
|
"version": "0.1.0",
|
|
"description": "A cross-platform native desktop PDF editor with full content editing.",
|
|
"homepage": "https://gitea.lm.je/ai-ad4/freepdfeditor",
|
|
"license": "GPL-3.0-or-later",
|
|
"supports": "(windows & x64) | (windows & arm64) | (osx & x64) | (osx & arm64) | (linux & x64) | (linux & arm64)",
|
|
"dependencies": [
|
|
{ "name": "qpdf", "version>=": "11.9.0" },
|
|
{ "name": "freetype", "version>=": "2.13.2" },
|
|
{ "name": "harfbuzz", "version>=": "8.4.0", "features": ["subset"] },
|
|
{ "name": "icu", "version>=": "74.2" },
|
|
{ "name": "lcms", "version>=": "2.16" },
|
|
{ "name": "libjpeg-turbo", "version>=": "3.0.0" },
|
|
{ "name": "libpng", "version>=": "1.6.43" },
|
|
{ "name": "openjpeg", "version>=": "2.5.2" },
|
|
{ "name": "tiff", "version>=": "4.6.0" },
|
|
{ "name": "zlib-ng", "version>=": "2.1.5" },
|
|
{ "name": "brotli", "version>=": "1.1.0" },
|
|
{ "name": "liblzma", "version>=": "5.6.0" },
|
|
{ "name": "openssl", "version>=": "3.2.1" },
|
|
{ "name": "hunspell", "version>=": "1.7.2" }
|
|
],
|
|
"features": {
|
|
"tesseract": {
|
|
"description": "OCR support (Tier 2 feature, off by default for 1.0 builds).",
|
|
"dependencies": [
|
|
{ "name": "tesseract", "version>=": "5.3.4" },
|
|
{ "name": "leptonica", "version>=": "1.84.1" }
|
|
]
|
|
}
|
|
}
|
|
} |