mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 00:28:00 +08:00
[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:
parent
d5d20ed2ee
commit
713f5395f7
@ -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)
|
||||
|
@ -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": [
|
||||
|
@ -2362,7 +2362,7 @@
|
||||
},
|
||||
"exiv2": {
|
||||
"baseline": "0.27.6",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"expat": {
|
||||
"baseline": "2.5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4e3ce02246c1ef4cdc28caed2afa2fe2b394476f",
|
||||
"version": "0.27.6",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "19442ed87a9f3827ddb22debf6b446e4cdca2d4f",
|
||||
"version": "0.27.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user