diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-08 00:11:30 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-08 00:11:30 +0000 |
commit | 8b3c41ecef8a1cdd270ce3aabcfdfb991839699c (patch) | |
tree | ece43c29d9163f887ef99c43aad6f2f568961231 /kde-apps/libkexiv2/libkexiv2-24.12.2.ebuild | |
parent | 1b2360e7bab42e4045232887cb4f6c4a24ca3975 (diff) |
Diffstat (limited to 'kde-apps/libkexiv2/libkexiv2-24.12.2.ebuild')
-rw-r--r-- | kde-apps/libkexiv2/libkexiv2-24.12.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/libkexiv2/libkexiv2-24.12.2.ebuild b/kde-apps/libkexiv2/libkexiv2-24.12.2.ebuild new file mode 100644 index 000000000000..2e6b2601329a --- /dev/null +++ b/kde-apps/libkexiv2/libkexiv2-24.12.2.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.7.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}" |