summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/exiv2/exiv2-0.27.4-r2.ebuild3
-rw-r--r--media-gfx/exiv2/metadata.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild b/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
index 1f03916fcf71..7acbc098873b 100644
--- a/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://www.exiv2.org/"
LICENSE="GPL-2"
SLOT="0/27"
-IUSE="doc examples nls +png test webready +xmp"
+IUSE="+bmff doc examples nls +png test webready +xmp"
RESTRICT="!test? ( test )"
BDEPEND="
@@ -78,6 +78,7 @@ multilib_src_configure() {
-DEXIV2_ENABLE_SSH=$(usex webready)
-DEXIV2_ENABLE_WEBREADY=$(usex webready)
-DEXIV2_ENABLE_XMP=$(usex xmp)
+ -DEXIV2_ENABLE_BMFF=$(usex bmff)
$(multilib_is_native_abi || echo -DEXIV2_BUILD_EXIV2_COMMAND=NO)
$(multilib_is_native_abi && echo -DEXIV2_BUILD_DOC=$(usex doc))
$(multilib_is_native_abi && echo -DEXIV2_BUILD_UNIT_TESTS=$(usex test))
diff --git a/media-gfx/exiv2/metadata.xml b/media-gfx/exiv2/metadata.xml
index 1acfecb60cd3..06b54e427aa0 100644
--- a/media-gfx/exiv2/metadata.xml
+++ b/media-gfx/exiv2/metadata.xml
@@ -10,6 +10,7 @@
write EXIF, IPTC and XMP image metadata.
</longdescription>
<use>
+ <flag name="bmff">Add support for the ISOBMFF format</flag>
<flag name="webready">Support reading metadata over the internet</flag>
</use>
</pkgmetadata>