summaryrefslogtreecommitdiffstats
path: root/trinity-apps/libkexiv2
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/libkexiv2')
-rw-r--r--trinity-apps/libkexiv2/Manifest1
-rw-r--r--trinity-apps/libkexiv2/libkexiv2-14.0.12.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/libkexiv2/Manifest b/trinity-apps/libkexiv2/Manifest
index 0074b049..a7bf1f0c 100644
--- a/trinity-apps/libkexiv2/Manifest
+++ b/trinity-apps/libkexiv2/Manifest
@@ -1 +1,2 @@
DIST libkexiv2-trinity-14.0.11.tar.xz 31756 BLAKE2B d4975bd1356427176f5bc4f14e655b1aa759c2f05156f3334d3937223ef6f588c06a567fc49fa720d98a45c4596e0c38ade3770636be7bda8b6f14af4ae1d071 SHA512 fe6ae4431dba13c42d3a57d9050144c9e4a09d5bbcaed0baa58408259915cb740857dfe3c48b134cc0477cab563ddd7cb836af353d38c80b6199035f79835805
+DIST libkexiv2-trinity-14.0.12.tar.xz 31684 BLAKE2B 6da95e98d4f7d8390d8dd5b11122a57af2e53c28cea747e5c04d7a714ea70ea0fc2ce70e8a3701015c57b26bfee7dae135116dfb4c97805eea1cef0d9e75e5ff SHA512 ed6117dc01b50a10fdd0aee5982d513c6f45fee06821149462cb8b9d012b91e44754ef2fc2a1fbcda2951161843eb7dd4d9c69dfff1bed86a5cc4fb7ed33ee22
diff --git a/trinity-apps/libkexiv2/libkexiv2-14.0.12.ebuild b/trinity-apps/libkexiv2/libkexiv2-14.0.12.ebuild
new file mode 100644
index 00000000..1eb49bcf
--- /dev/null
+++ b/trinity-apps/libkexiv2/libkexiv2-14.0.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Copyright 2022 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_TYPE="libraries"
+inherit trinity-base-2
+
+DESCRIPTION="Wrapper around exiv2 library [Trinity]"
+HOMEPAGE="https://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+IUSE=""
+
+DEPEND="media-gfx/exiv2
+ net-dns/libidn
+"
+
+RDEPEND="${DEPEND}"