Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Sat, 25 Sep 2021 02:50:51
Message-Id: 1632538228.a0a701d1456974ba5e8ce8b69809889c2c569271.sam@gentoo
1 commit: a0a701d1456974ba5e8ce8b69809889c2c569271
2 Author: Jon C <goeland86 <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 21 19:57:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 02:50:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a701d1
7
8 media-gfx/exiv2: Add ISOBMFF build option
9
10 Closes: https://bugs.gentoo.org/814212
11 Signed-off-by: Jon Charnas <goeland86 <AT> gmail.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-gfx/exiv2/exiv2-0.27.4-r2.ebuild | 3 ++-
15 media-gfx/exiv2/metadata.xml | 1 +
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild b/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
19 index 1f03916fcf7..7acbc098873 100644
20 --- a/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
21 +++ b/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
22 @@ -21,7 +21,7 @@ HOMEPAGE="https://www.exiv2.org/"
23
24 LICENSE="GPL-2"
25 SLOT="0/27"
26 -IUSE="doc examples nls +png test webready +xmp"
27 +IUSE="+bmff doc examples nls +png test webready +xmp"
28 RESTRICT="!test? ( test )"
29
30 BDEPEND="
31 @@ -78,6 +78,7 @@ multilib_src_configure() {
32 -DEXIV2_ENABLE_SSH=$(usex webready)
33 -DEXIV2_ENABLE_WEBREADY=$(usex webready)
34 -DEXIV2_ENABLE_XMP=$(usex xmp)
35 + -DEXIV2_ENABLE_BMFF=$(usex bmff)
36 $(multilib_is_native_abi || echo -DEXIV2_BUILD_EXIV2_COMMAND=NO)
37 $(multilib_is_native_abi && echo -DEXIV2_BUILD_DOC=$(usex doc))
38 $(multilib_is_native_abi && echo -DEXIV2_BUILD_UNIT_TESTS=$(usex test))
39
40 diff --git a/media-gfx/exiv2/metadata.xml b/media-gfx/exiv2/metadata.xml
41 index 1acfecb60cd..06b54e427aa 100644
42 --- a/media-gfx/exiv2/metadata.xml
43 +++ b/media-gfx/exiv2/metadata.xml
44 @@ -10,6 +10,7 @@
45 write EXIF, IPTC and XMP image metadata.
46 </longdescription>
47 <use>
48 + <flag name="bmff">Add support for the ISOBMFF format</flag>
49 <flag name="webready">Support reading metadata over the internet</flag>
50 </use>
51 </pkgmetadata>