summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/libkexiv2/libkexiv2-19.08.3.ebuild')
-rw-r--r--kde-apps/libkexiv2/libkexiv2-19.08.3.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-apps/libkexiv2/libkexiv2-19.08.3.ebuild b/kde-apps/libkexiv2/libkexiv2-19.08.3.ebuild
new file mode 100644
index 000000000000..9aa1b5677f61
--- /dev/null
+++ b/kde-apps/libkexiv2/libkexiv2-19.08.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Wrapper around exiv2 library"
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="arm64"
+IUSE="+xmp"
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=media-gfx/exiv2-0.25:=[xmp=]
+"
+RDEPEND="${DEPEND}"