summaryrefslogtreecommitdiff
path: root/kde-apps/libkexiv2/libkexiv2-25.08.3.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-04 19:50:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-04 20:47:40 +0100
commitf25ac4f19803dacf2188ede761b59ff1d7a1143c (patch)
tree49fecd7940c019f87bfc6a11f4724785a7e33f7a /kde-apps/libkexiv2/libkexiv2-25.08.3.ebuild
parentfbd752623f76b4cdfa62b4b75396c01ffab95dd2 (diff)
downloadkde-f25ac4f19803dacf2188ede761b59ff1d7a1143c.tar.gz
kde-f25ac4f19803dacf2188ede761b59ff1d7a1143c.tar.bz2
kde-f25ac4f19803dacf2188ede761b59ff1d7a1143c.zip
kde-apps/libkexiv2: 25.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkexiv2/libkexiv2-25.08.3.ebuild')
-rw-r--r--kde-apps/libkexiv2/libkexiv2-25.08.3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/libkexiv2/libkexiv2-25.08.3.ebuild b/kde-apps/libkexiv2/libkexiv2-25.08.3.ebuild
new file mode 100644
index 00000000000..388c0353390
--- /dev/null
+++ b/kde-apps/libkexiv2/libkexiv2-25.08.3.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.16.0
+QTMIN=6.9.1
+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}"