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.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/trinity-apps/libkdcraw/Manifest b/trinity-apps/libkdcraw/Manifest
index dec6702d..d3f665f9 100644
--- a/trinity-apps/libkdcraw/Manifest
+++ b/trinity-apps/libkdcraw/Manifest
@@ -1 +1,2 @@
DIST libkdcraw-trinity-14.0.13.tar.xz 266572 BLAKE2B c6d0422b8c7bf27e680f4e40266bd91c5e6ad16666b58b11d485f3ac21fa60705914863681674021f501718cc2fb57d8a605090db99249f48c36b1d6208854b3 SHA512 94aca785641d890fa941c6cc22bcea2741e74f53430ff22d0a46c30ce6f519198e7461dc41e3a8516274f4936f272b9c891a1d45a1afaef4bb077f2872c7f82e
+DIST libkdcraw-trinity-14.1.0.tar.xz 266532 BLAKE2B 7a20ed1c31dc98c7409073cba2db7261a6bddea10591793ddf42f248d29ac141e463c2155f23a673a385a6c35be826645f0465ab5ba5a72c77cf507c53a4ba80 SHA512 910bc06a00cc255f443cf2570f01da2aa766801ba165763f07f553b433eb897198f88edd9a9161648c979109a72b289cc414bd33c1e7065ecd3352360172cfb3
diff --git a/trinity-apps/libkdcraw/libkdcraw-14.1.0.ebuild b/trinity-apps/libkdcraw/libkdcraw-14.1.0.ebuild
new file mode 100644
index 00000000..3d7356b0
--- /dev/null
+++ b/trinity-apps/libkdcraw/libkdcraw-14.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Copyright 2021-2023 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
+IUSE=""
+
+DEPEND="media-libs/lcms:2
+ virtual/jpeg
+"
+
+RDEPEND="${DEPEND}"