From bf1d20cc8fd643b1a3fd773aa97446871580fb7e Mon Sep 17 00:00:00 2001 From: Alexis Placet Date: Fri, 28 Aug 2020 06:29:42 +0200 Subject: [exiv2] Add video support feature (#13167) --- ports/exiv2/CONTROL | 5 ++++- ports/exiv2/portfile.cmake | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ports/exiv2/CONTROL b/ports/exiv2/CONTROL index 798343c70..14be794c7 100644 --- a/ports/exiv2/CONTROL +++ b/ports/exiv2/CONTROL @@ -1,6 +1,6 @@ Source: exiv2 Version: 0.27.3 -Port-Version: 1 +Port-Version: 2 Build-Depends: zlib, libiconv, gettext Description: Image metadata library and tools Homepage: https://www.exiv2.org @@ -12,3 +12,6 @@ Description: Compile with unicode support on windows Feature: xmp Description: Build with XMP metadata support Build-Depends: expat + +Feature: video +Description: Build video support into library diff --git a/ports/exiv2/portfile.cmake b/ports/exiv2/portfile.cmake index faab7e405..cd7a9ea5a 100644 --- a/ports/exiv2/portfile.cmake +++ b/ports/exiv2/portfile.cmake @@ -17,6 +17,7 @@ vcpkg_from_github( vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS unicode EXIV2_ENABLE_WIN_UNICODE xmp EXIV2_ENABLE_XMP + video EXIV2_ENABLE_VIDEO ) if("unicode" IN_LIST FEATURES AND NOT VCPKG_TARGET_IS_WINDOWS) -- cgit v1.2.3