diff options
author | Jon C <goeland86@gmail.com> | 2021-09-21 21:57:56 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-25 03:50:28 +0100 |
commit | a0a701d1456974ba5e8ce8b69809889c2c569271 (patch) | |
tree | 151d3edcad00eaa41a7e3613958f90ace2c39a27 /media-gfx | |
parent | gnome-extra/libgda: fix build with newer MySQL (diff) | |
download | gentoo-a0a701d1456974ba5e8ce8b69809889c2c569271.tar.gz gentoo-a0a701d1456974ba5e8ce8b69809889c2c569271.tar.bz2 gentoo-a0a701d1456974ba5e8ce8b69809889c2c569271.zip |
media-gfx/exiv2: Add ISOBMFF build option
Closes: https://bugs.gentoo.org/814212
Signed-off-by: Jon Charnas <goeland86@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.27.4-r2.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/exiv2/metadata.xml | 1 |
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> |