diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-01-10 13:37:42 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-01-10 13:37:42 +0000 |
commit | 3deb827ad5050630aa2b478df18631b8cc4f6aa4 (patch) | |
tree | 3bf20c03e88aa66cc2c8b2c84bc6abea4e978480 /media-libs/libkexiv2 | |
parent | version bump (diff) | |
download | gentoo-2-3deb827ad5050630aa2b478df18631b8cc4f6aa4.tar.gz gentoo-2-3deb827ad5050630aa2b478df18631b8cc4f6aa4.tar.bz2 gentoo-2-3deb827ad5050630aa2b478df18631b8cc4f6aa4.zip |
Version bump, bug #251896, which fixes build with media-gfx/exiv2-0.1.8, bug #254093.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo-perfctr x86_64)
Diffstat (limited to 'media-libs/libkexiv2')
-rw-r--r-- | media-libs/libkexiv2/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/libkexiv2/libkexiv2-0.1.8.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/media-libs/libkexiv2/ChangeLog b/media-libs/libkexiv2/ChangeLog index 4d3e6173a18a..c0c7270a30fa 100644 --- a/media-libs/libkexiv2/ChangeLog +++ b/media-libs/libkexiv2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libkexiv2 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkexiv2/ChangeLog,v 1.20 2008/10/04 16:51:17 jmbsvicetto Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkexiv2/ChangeLog,v 1.21 2009/01/10 13:37:42 caster Exp $ + +*libkexiv2-0.1.8 (10 Jan 2009) + + 10 Jan 2009; Vlastimil Babka <caster@gentoo.org> +libkexiv2-0.1.8.ebuild: + Version bump, bug #251896, which fixes build with media-gfx/exiv2-0.1.8, + bug #254093. *libkexiv2-0.1.7-r1 (04 Oct 2008) diff --git a/media-libs/libkexiv2/libkexiv2-0.1.8.ebuild b/media-libs/libkexiv2/libkexiv2-0.1.8.ebuild new file mode 100644 index 000000000000..040670774e2c --- /dev/null +++ b/media-libs/libkexiv2/libkexiv2-0.1.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkexiv2/libkexiv2-0.1.8.ebuild,v 1.1 2009/01/10 13:37:42 caster Exp $ + +inherit kde + +RDEPEND=">=media-gfx/exiv2-0.18" + +DEPEND="${RDEPEND}" + +need-kde 3 + +IUSE="" +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +HOMEPAGE="http://www.kipi-plugins.org" +SRC_URI="mirror://sourceforge/kipi/${P}.tar.bz2" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" |