[jasper] control optional libheif depedency (#30087)

* [jasper] remove optional libheif lookup

* v db

* fix feature var

* v db
This commit is contained in:
Alexander Neumann 2023-03-09 21:26:55 +01:00 committed by GitHub
parent c8047075aa
commit f68746b24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -23,8 +23,9 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${FEATURE_OPTIONS}
-DJAS_ENABLE_LIBHEIF=OFF # found via find_library instead of find_package
-DJAS_ENABLE_LIBJPEG=ON
-DJAS_ENABLE_OPENGL=${JAS_ENABLE_OPENGL}
-DJAS_ENABLE_DOC=OFF
-DJAS_ENABLE_LATEX=OFF
-DJAS_ENABLE_PROGRAMS=OFF

View File

@ -1,6 +1,7 @@
{
"name": "jasper",
"version": "4.0.0",
"port-version": 1,
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
"homepage": "https://github.com/jasper-software/jasper",
"license": null,

View File

@ -3326,7 +3326,7 @@
},
"jasper": {
"baseline": "4.0.0",
"port-version": 0
"port-version": 1
},
"jbig2dec": {
"baseline": "0.19",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1da5fa9a12bf207bf641f903856418e3aed7258d",
"version": "4.0.0",
"port-version": 1
},
{
"git-tree": "93774ef7923c7c1c73c30011afe0105530e71545",
"version": "4.0.0",