diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-06-30 15:37:09 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-06-30 15:37:09 +0000 |
commit | 588eb8e56926b65029e4de63aa398e51ed8cc9b8 (patch) | |
tree | 356a5e95843b62ad54fc9c77facba6ff67c4db94 /kde-base/libkexiv2/libkexiv2-4.4.5.ebuild | |
parent | x86 stable, bug 323729 (diff) | |
download | gentoo-2-588eb8e56926b65029e4de63aa398e51ed8cc9b8.tar.gz gentoo-2-588eb8e56926b65029e4de63aa398e51ed8cc9b8.tar.bz2 gentoo-2-588eb8e56926b65029e4de63aa398e51ed8cc9b8.zip |
[kde-base] Bump KDE SC 4.4.5 =)
(Portage version: 2.2_rc67_p182/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/libkexiv2/libkexiv2-4.4.5.ebuild')
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.4.5.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/libkexiv2/libkexiv2-4.4.5.ebuild b/kde-base/libkexiv2/libkexiv2-4.4.5.ebuild new file mode 100644 index 000000000000..c39b9a3de7ca --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.4.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.4.5.ebuild,v 1.1 2010/06/30 15:37:03 alexxy Exp $ + +EAPI="3" + +KMNAME="kdegraphics" +KMMODULE="libs/libkexiv2" +inherit kde4-meta + +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=media-gfx/exiv2-0.18 + media-libs/jpeg + media-libs/lcms:0 +" +RDEPEND="${DEPEND}" |