diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/gdk-pixbuf/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/gdk-pixbuf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gdk-pixbuf/vcpkg.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/vcpkg/ports/gdk-pixbuf/vcpkg.json b/vcpkg/ports/gdk-pixbuf/vcpkg.json new file mode 100644 index 0000000..5dd1ed4 --- /dev/null +++ b/vcpkg/ports/gdk-pixbuf/vcpkg.json @@ -0,0 +1,67 @@ +{ + "name": "gdk-pixbuf", + "version": "2.42.12", + "port-version": 4, + "description": "Image loading library.", + "homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf", + "license": "LGPL-2.1-or-later", + "supports": "!xbox", + "dependencies": [ + { + "name": "gettext", + "host": true, + "default-features": false, + "features": [ + "tools" + ] + }, + "gettext-libintl", + "glib", + { + "name": "glib", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "default-features": [ + "jpeg", + "png", + "tiff" + ], + "features": { + "introspection": { + "description": "Build with introspection", + "supports": "!static", + "dependencies": [ + "gobject-introspection" + ] + }, + "jpeg": { + "description": "Enable JPEG loader (requires libjpeg)", + "dependencies": [ + "libjpeg-turbo" + ] + }, + "others": { + "description": "Enable other loaders, which are weakly maintained (ani, bmp, icns, ico, pnm, qtif, tga, xbm, xpm)" + }, + "png": { + "description": "Enable PNG loader (requires libpng)", + "dependencies": [ + "libpng" + ] + }, + "tiff": { + "description": "Enable TIFF loader (requires libtiff)", + "dependencies": [ + { + "name": "tiff", + "default-features": false + } + ] + } + } +} |