[Exiv2] Add feature to enable BMFF support (#31827)

* [Exiv2] Add feature to enable BMFF support

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2023-06-06 15:13:00 -07:00 committed by GitHub
parent d5d20ed2ee
commit 713f5395f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 1 deletions

View File

@ -15,6 +15,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
video EXIV2_ENABLE_VIDEO
png EXIV2_ENABLE_PNG
nls EXIV2_ENABLE_NLS
bmff EXIV2_ENABLE_BMFF
)
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "dynamic" EXIV2_CRT_DYNAMIC)

View File

@ -1,6 +1,7 @@
{
"name": "exiv2",
"version": "0.27.6",
"port-version": 1,
"description": "Image metadata library and tools",
"homepage": "https://exiv2.org",
"license": "GPL-2.0-or-later",
@ -20,6 +21,9 @@
}
],
"features": {
"bmff": {
"description": "Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)"
},
"nls": {
"description": "Build native language support",
"dependencies": [

View File

@ -2362,7 +2362,7 @@
},
"exiv2": {
"baseline": "0.27.6",
"port-version": 0
"port-version": 1
},
"expat": {
"baseline": "2.5.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4e3ce02246c1ef4cdc28caed2afa2fe2b394476f",
"version": "0.27.6",
"port-version": 1
},
{
"git-tree": "19442ed87a9f3827ddb22debf6b446e4cdca2d4f",
"version": "0.27.6",