diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-11-08 14:48:15 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-11-08 14:48:15 +0000 |
commit | 3f327c271fd49c766b6073607e92e7d47c399099 (patch) | |
tree | 4029d19c9fd44153362184e3a9214b8a2ef1a6f6 /kde-base/libkexiv2/libkexiv2-4.4.5-r1.ebuild | |
parent | Version bump, thank Nikoli for this job. (diff) | |
download | historical-3f327c271fd49c766b6073607e92e7d47c399099.tar.gz historical-3f327c271fd49c766b6073607e92e7d47c399099.tar.bz2 historical-3f327c271fd49c766b6073607e92e7d47c399099.zip |
Replaced media-libs/jpeg dep with virtual/jpeg as requested in the dev ml.
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'kde-base/libkexiv2/libkexiv2-4.4.5-r1.ebuild')
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.4.5-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/libkexiv2/libkexiv2-4.4.5-r1.ebuild b/kde-base/libkexiv2/libkexiv2-4.4.5-r1.ebuild new file mode 100644 index 000000000000..29a2624b8456 --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.4.5-r1.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-r1.ebuild,v 1.1 2010/11/08 14:48:15 jmbsvicetto 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="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=media-gfx/exiv2-0.18 + media-libs/lcms:0 + virtual/jpeg +" +RDEPEND="${DEPEND}" |