mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +08:00
[jasper] control optional libheif depedency (#30087)
* [jasper] remove optional libheif lookup * v db * fix feature var * v db
This commit is contained in:
parent
c8047075aa
commit
f68746b24d
@ -23,8 +23,9 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
|||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
SOURCE_PATH "${SOURCE_PATH}"
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
${FEATURE_OPTIONS}
|
||||||
|
-DJAS_ENABLE_LIBHEIF=OFF # found via find_library instead of find_package
|
||||||
-DJAS_ENABLE_LIBJPEG=ON
|
-DJAS_ENABLE_LIBJPEG=ON
|
||||||
-DJAS_ENABLE_OPENGL=${JAS_ENABLE_OPENGL}
|
|
||||||
-DJAS_ENABLE_DOC=OFF
|
-DJAS_ENABLE_DOC=OFF
|
||||||
-DJAS_ENABLE_LATEX=OFF
|
-DJAS_ENABLE_LATEX=OFF
|
||||||
-DJAS_ENABLE_PROGRAMS=OFF
|
-DJAS_ENABLE_PROGRAMS=OFF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasper",
|
"name": "jasper",
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
|
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
|
||||||
"homepage": "https://github.com/jasper-software/jasper",
|
"homepage": "https://github.com/jasper-software/jasper",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -3326,7 +3326,7 @@
|
|||||||
},
|
},
|
||||||
"jasper": {
|
"jasper": {
|
||||||
"baseline": "4.0.0",
|
"baseline": "4.0.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"jbig2dec": {
|
"jbig2dec": {
|
||||||
"baseline": "0.19",
|
"baseline": "0.19",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "1da5fa9a12bf207bf641f903856418e3aed7258d",
|
||||||
|
"version": "4.0.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "93774ef7923c7c1c73c30011afe0105530e71545",
|
"git-tree": "93774ef7923c7c1c73c30011afe0105530e71545",
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user