[freeimage] Don't depend on default features (#38047)

Fixes #38013:

> Make lzma an optional dependency. Seems to be pulled in via tiff at
least.
This commit is contained in:
Kai Pastor 2024-04-12 16:59:34 +02:00 committed by GitHub
parent 3df33117ff
commit ad3bae5745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "freeimage",
"version": "3.18.0",
"port-version": 25,
"port-version": 26,
"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",
@ -13,11 +13,15 @@
"libraw",
{
"name": "libwebp",
"default-features": false,
"platform": "!uwp"
},
"openexr",
"openjpeg",
"tiff",
{
"name": "tiff",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true

View File

@ -2830,7 +2830,7 @@
},
"freeimage": {
"baseline": "3.18.0",
"port-version": 25
"port-version": 26
},
"freeopcua": {
"baseline": "20190125",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e7b2a65974c7375dc69526c2c5390f1c7932aa1b",
"version": "3.18.0",
"port-version": 26
},
{
"git-tree": "423daf86bc904882a1fa9c68d56d56d7c52ac35f",
"version": "3.18.0",