From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07035158012 for ; Sat, 25 Sep 2021 02:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F492E09A6; Sat, 25 Sep 2021 02:50:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 149C9E09A6 for ; Sat, 25 Sep 2021 02:50:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 081E3342B37 for ; Sat, 25 Sep 2021 02:50:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89EC8104 for ; Sat, 25 Sep 2021 02:50:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632538228.a0a701d1456974ba5e8ce8b69809889c2c569271.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exiv2/exiv2-0.27.4-r2.ebuild media-gfx/exiv2/metadata.xml X-VCS-Directories: media-gfx/exiv2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a0a701d1456974ba5e8ce8b69809889c2c569271 X-VCS-Branch: master Date: Sat, 25 Sep 2021 02:50:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4ab2c30-1ee2-4f0d-9e28-fd426e698aec X-Archives-Hash: 6904f105a9845b7799cf970bbe26ff8e commit: a0a701d1456974ba5e8ce8b69809889c2c569271 Author: Jon C gmail com> AuthorDate: Tue Sep 21 19:57:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 25 02:50:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a701d1 media-gfx/exiv2: Add ISOBMFF build option Closes: https://bugs.gentoo.org/814212 Signed-off-by: Jon Charnas gmail.com> Signed-off-by: Sam James gentoo.org> media-gfx/exiv2/exiv2-0.27.4-r2.ebuild | 3 ++- media-gfx/exiv2/metadata.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild b/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild index 1f03916fcf7..7acbc098873 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 1acfecb60cd..06b54e427aa 100644 --- a/media-gfx/exiv2/metadata.xml +++ b/media-gfx/exiv2/metadata.xml @@ -10,6 +10,7 @@ write EXIF, IPTC and XMP image metadata. + Add support for the ISOBMFF format Support reading metadata over the internet