diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-04-18 19:36:30 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-04-18 19:36:30 +0000 |
commit | ed94148e756d402b72be0bdcc123759f1586b8d5 (patch) | |
tree | f8e4ad6eaa2284aeb28fdff51d09d01c17c2e0bc /media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild | |
parent | Add workaround for the glibc 'fix' that breaks Gentoo/FreeBSD, keyword also 4... (diff) | |
download | gentoo-2-ed94148e756d402b72be0bdcc123759f1586b8d5.tar.gz gentoo-2-ed94148e756d402b72be0bdcc123759f1586b8d5.tar.bz2 gentoo-2-ed94148e756d402b72be0bdcc123759f1586b8d5.zip |
Resolves bug #130327. First version of kphotoalbum (starting at 2.2). Thanks to Urs Joss. media-gfx/kphotoalbum replaces media-gfx/kimdaba.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild')
-rw-r--r-- | media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild new file mode 100644 index 000000000000..1c0058a9f1e6 --- /dev/null +++ b/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild,v 1.1 2006/04/18 19:36:30 deathwing00 Exp $ + +inherit kde +need-kde 3 + +IUSE="exif" +DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing images." +HOMEPAGE="http://www.kphotoalbum.org/" +SRC_URI="http://www.kphotoalbum.org/download/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="!media-gfx/kimdaba + exif? ( >=media-libs/libkexif-0.2.1 + >=media-gfx/exiv2-0.9.1 ) + >=media-libs/libkipi-0.1 + || ( kde-base/kdegraphics-kfile-plugins kde-base/kdegraphics )" + +pkg_postinst() +{ + if use exif; then + einfo "To enable KPhotoAlbum to search your images" + einfo "using EXIF information you also need to have" + einfo "Qt installed with SQLite support." + einfo + einfo "Make sure your Qt is installed with the sqlite USE flag." + fi +} |