diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-11 17:22:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-11 17:22:15 +0000 |
commit | 2d048c2ce5664fc2eb91098dd0688b82eb9fa58d (patch) | |
tree | 59fa3669844d3b283b04998c17575738f333688f /media-gfx/kphotoalbum/kphotoalbum-4.1.1.ebuild | |
parent | Drop no-longer required ebuild. (diff) | |
download | gentoo-2-2d048c2ce5664fc2eb91098dd0688b82eb9fa58d.tar.gz gentoo-2-2d048c2ce5664fc2eb91098dd0688b82eb9fa58d.tar.bz2 gentoo-2-2d048c2ce5664fc2eb91098dd0688b82eb9fa58d.zip |
Version bump.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/kphotoalbum/kphotoalbum-4.1.1.ebuild')
-rw-r--r-- | media-gfx/kphotoalbum/kphotoalbum-4.1.1.ebuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/media-gfx/kphotoalbum/kphotoalbum-4.1.1.ebuild b/media-gfx/kphotoalbum/kphotoalbum-4.1.1.ebuild new file mode 100644 index 000000000000..bfca97637157 --- /dev/null +++ b/media-gfx/kphotoalbum/kphotoalbum-4.1.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-4.1.1.ebuild,v 1.1 2009/12/11 17:22:15 ssuominen Exp $ + +EAPI=2 +KDE_LINGUAS="ar be bg ca cs da de el en_GB eo es et fi fr ga gl hi hne is it ja +km lt nb nds nl nn pa pl pt pt_BR ro se sk sv tr uk vi zh_CN zh_TW" +inherit kde4-base + +DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing images." +HOMEPAGE="http://www.kphotoalbum.org/" +SRC_URI="http://www.kphotoalbum.org/data/download/${P}.tar.bz2" + +LICENSE="GPL-2 FDL-1.2" +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="debug +exif +geolocation +kipi +raw +semantic-desktop" + +DEPEND=">=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop?] + media-libs/jpeg + >=x11-libs/qt-sql-4.4:4[sqlite] + exif? ( >=media-gfx/exiv2-0.17 ) + geolocation? ( >=kde-base/marble-${KDE_MINIMAL} ) + kipi? ( >=kde-base/libkipi-${KDE_MINIMAL} ) + raw? ( >=kde-base/libkdcraw-${KDE_MINIMAL} )" +RDEPEND="${DEPEND} + semantic-desktop? ( >=kde-base/nepomuk-${KDE_MINIMAL} )" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with exif Exiv2) + $(cmake-utils_use_with raw Kdcraw) + $(cmake-utils_use_with kipi) + $(cmake-utils_use_with geolocation Marble) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano)" + + kde4-base_src_configure +} + +DOCS="ChangeLog README TODO" |