summaryrefslogtreecommitdiff
path: root/kde-apps/libkexiv2/libkexiv2-25.04.1.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-06 17:37:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-06 18:06:10 +0200
commitf8224fa424d4be45a1c7ecdd2a458f26c46bac15 (patch)
tree79736c18e23ab994e6143c30c2932ad137d945ee /kde-apps/libkexiv2/libkexiv2-25.04.1.ebuild
parentd92771404402bc11bfb81df879b7210e46715530 (diff)
downloadkde-f8224fa424d4be45a1c7ecdd2a458f26c46bac15.tar.gz
kde-f8224fa424d4be45a1c7ecdd2a458f26c46bac15.tar.bz2
kde-f8224fa424d4be45a1c7ecdd2a458f26c46bac15.zip
kde-apps/libkexiv2: 25.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkexiv2/libkexiv2-25.04.1.ebuild')
-rw-r--r--kde-apps/libkexiv2/libkexiv2-25.04.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/libkexiv2/libkexiv2-25.04.1.ebuild b/kde-apps/libkexiv2/libkexiv2-25.04.1.ebuild
new file mode 100644
index 00000000000..922310ec2a0
--- /dev/null
+++ b/kde-apps/libkexiv2/libkexiv2-25.04.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.13.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Wrapper around exiv2 library"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="+xmp"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=media-gfx/exiv2-0.25:=[xmp=]
+"
+RDEPEND="${DEPEND}"