aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/freeimage/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/freeimage/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/freeimage/vcpkg.json')
-rw-r--r--vcpkg/ports/freeimage/vcpkg.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/freeimage/vcpkg.json b/vcpkg/ports/freeimage/vcpkg.json
new file mode 100644
index 0000000..a4d10ce
--- /dev/null
+++ b/vcpkg/ports/freeimage/vcpkg.json
@@ -0,0 +1,35 @@
+{
+ "name": "freeimage",
+ "version": "3.18.0",
+ "port-version": 27,
+ "description": "Support library for graphics image formats",
+ "homepage": "https://sourceforge.net/projects/freeimage/",
+ "license": "GPL-2.0-only OR GPL-3.0-only OR FreeImage",
+ "dependencies": [
+ "imath",
+ "jxrlib",
+ "libjpeg-turbo",
+ "libpng",
+ "libraw",
+ {
+ "name": "libwebp",
+ "default-features": false,
+ "platform": "!uwp"
+ },
+ "openexr",
+ "openjpeg",
+ {
+ "name": "tiff",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}