summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-07-08 01:48:55 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-07-08 01:49:04 +1000
commit7d12fbd4c22df5e401defb3da9aac619eaa85340 (patch)
treeb6374f5804378d7ad1cea97a8d788d61fbc82fb7 /kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild
parentQA: PMS conform EAPI assignment (diff)
downloadkde-sunset-7d12fbd4c22df5e401defb3da9aac619eaa85340.tar.gz
kde-sunset-7d12fbd4c22df5e401defb3da9aac619eaa85340.tar.bz2
kde-sunset-7d12fbd4c22df5e401defb3da9aac619eaa85340.zip
kde-apps: import 4.14.3 from main tree
Diffstat (limited to 'kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild')
-rw-r--r--kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild b/kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild
new file mode 100644
index 00000000..50599031
--- /dev/null
+++ b/kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE digital camera raw image library wrapper"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ >=media-libs/libraw-0.16_beta1-r1:=
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-libraw-0.16.1.patch" )