summaryrefslogtreecommitdiffstats
path: root/trinity-apps/libkdcraw
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/libkdcraw')
-rw-r--r--trinity-apps/libkdcraw/Manifest1
-rw-r--r--trinity-apps/libkdcraw/libkdcraw-14.1.2.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/trinity-apps/libkdcraw/Manifest b/trinity-apps/libkdcraw/Manifest
index a8a7b7fc..95652f32 100644
--- a/trinity-apps/libkdcraw/Manifest
+++ b/trinity-apps/libkdcraw/Manifest
@@ -1 +1,2 @@
DIST libkdcraw-trinity-14.1.1.tar.xz 271744 BLAKE2B b92fe4bc05cdba950a7baeaa3fee4ab9e8171dcaf437d47b93ca0aed4706e0e1e0d8e097195c7dfa7b8336bb59bfe9468eb9389877fcda467900ae44de7c2292 SHA512 e9ede3191f81b464f312944b6e03de7bb5b49045b4d2a2a7f371ddd7da942ab887707db60be3834258acf5e0482de76b045dff87cef609bd93ac9ec95708a90a
+DIST libkdcraw-trinity-14.1.2.tar.xz 271792 BLAKE2B fb933918630ba9da612eb231dab48e408d21079e558d615e28892101dd1ba84c06d474fafb17556603b4648ea5eb65d04b1392f7a3fce0e0a40726ff8e3089ec SHA512 b47bb33da67fb512706cff29be47991437c617e492aba6e7cca6f156d57466648b6b2138c1521d1cbcace20a236b39802e7bd558b091fcbd0beb840ca8226f39
diff --git a/trinity-apps/libkdcraw/libkdcraw-14.1.2.ebuild b/trinity-apps/libkdcraw/libkdcraw-14.1.2.ebuild
new file mode 100644
index 00000000..727a4a3c
--- /dev/null
+++ b/trinity-apps/libkdcraw/libkdcraw-14.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Copyright 2021-2024 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_MODULE_TYPE="libraries"
+TRINITY_LANGS="ca da de el es et is it ja ms nds nl pa pt pt_BR sk sr sr@Latn sv th uk"
+inherit trinity-base-2
+
+DESCRIPTION="Digital camera raw image library wrapper [Trinity]"
+HOMEPAGE="https://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND="media-libs/lcms:2
+ virtual/jpeg
+"
+
+RDEPEND="${DEPEND}"