aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/poppler/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/poppler/vcpkg.json')
-rw-r--r--vcpkg/ports/poppler/vcpkg.json113
1 files changed, 113 insertions, 0 deletions
diff --git a/vcpkg/ports/poppler/vcpkg.json b/vcpkg/ports/poppler/vcpkg.json
new file mode 100644
index 0000000..7712f46
--- /dev/null
+++ b/vcpkg/ports/poppler/vcpkg.json
@@ -0,0 +1,113 @@
+{
+ "name": "poppler",
+ "version": "25.7.0",
+ "description": "A PDF rendering library",
+ "homepage": "https://poppler.freedesktop.org/",
+ "license": "GPL-2.0-or-later",
+ "supports": "!uwp & !xbox",
+ "dependencies": [
+ "boost-container",
+ "freetype",
+ "libiconv",
+ "libjpeg-turbo",
+ "libpng",
+ "openjpeg",
+ {
+ "name": "tiff",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ],
+ "default-features": [
+ "font-configuration",
+ "zlib"
+ ],
+ "features": {
+ "cairo": {
+ "description": "Enable the Cairo graphics backend",
+ "dependencies": [
+ {
+ "name": "cairo",
+ "default-features": false
+ }
+ ]
+ },
+ "cms": {
+ "description": "Enable use of LCMS2 as color management system",
+ "dependencies": [
+ "lcms"
+ ]
+ },
+ "curl": {
+ "description": "curl for poppler",
+ "dependencies": [
+ {
+ "name": "curl",
+ "default-features": false
+ }
+ ]
+ },
+ "font-configuration": {
+ "description": "Defaut font configuration backend",
+ "dependencies": [
+ {
+ "name": "poppler",
+ "default-features": false,
+ "features": [
+ "fontconfig"
+ ],
+ "platform": "!windows & !android"
+ }
+ ]
+ },
+ "fontconfig": {
+ "description": "Use fontconfig",
+ "supports": "!windows, mingw",
+ "dependencies": [
+ "fontconfig"
+ ]
+ },
+ "glib": {
+ "description": "glib for poppler",
+ "dependencies": [
+ {
+ "name": "glib",
+ "default-features": false
+ },
+ {
+ "name": "poppler",
+ "default-features": false,
+ "features": [
+ "cairo"
+ ]
+ }
+ ]
+ },
+ "private-api": {
+ "description": "Install headers for private API (aka unstable API/ABI headers)"
+ },
+ "qt": {
+ "description": "Enable the Qt API",
+ "dependencies": [
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "gui"
+ ]
+ }
+ ]
+ },
+ "zlib": {
+ "description": "Use zlib to uncompress flate streams (not totally safe)."
+ }
+ }
+}