[libraw] Disable default features of jasper (#36110)

* No default features for jasper in libraw

* Increment port version
This commit is contained in:
Paul-Edouard Sarlin 2024-01-12 00:43:52 +01:00 committed by GitHub
parent ee9c88f9ec
commit a45fe2ce60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -1,13 +1,16 @@
{
"name": "libraw",
"version": "0.21.1",
"port-version": 2,
"port-version": 3,
"description": "raw image decoder library",
"homepage": "https://www.libraw.org",
"license": "LGPL-2.1-only OR CDDL-1.0",
"supports": "!uwp & !xbox",
"dependencies": [
"jasper",
{
"name": "jasper",
"default-features": false
},
"lcms",
{
"name": "vcpkg-cmake",

View File

@ -4742,7 +4742,7 @@
},
"libraw": {
"baseline": "0.21.1",
"port-version": 2
"port-version": 3
},
"librdkafka": {
"baseline": "2.3.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3a10e9f3c0a023e53a82eb8408365f50e6825e80",
"version": "0.21.1",
"port-version": 3
},
{
"git-tree": "ca8608b21d32cbd238b21eafc1ceb19ab91729b5",
"version": "0.21.1",