From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SMnNf-0004BL-28 for garchives@archives.gentoo.org; Tue, 24 Apr 2012 21:34:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B62DE0713; Tue, 24 Apr 2012 21:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E2D18E0713 for ; Tue, 24 Apr 2012 21:34:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 387ED1B4023 for ; Tue, 24 Apr 2012 21:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0158AE5402 for ; Tue, 24 Apr 2012 21:34:28 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1335303195.85ffb5122f2d66be7aff5bc58218dc53768255a6.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-4.2.ebuild media-gfx/kphotoalbum/metadata.xml X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 85ffb5122f2d66be7aff5bc58218dc53768255a6 X-VCS-Branch: master Date: Tue, 24 Apr 2012 21:34:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f4e65d7e-7d5e-4a40-9a79-33893c52d7c9 X-Archives-Hash: 3e4000b3beb41e45e57a90d83989db40 commit: 85ffb5122f2d66be7aff5bc58218dc53768255a6 Author: Chris Reffett gmail com> AuthorDate: Tue Apr 24 21:32:07 2012 +0000 Commit: Chris Reffett gmail com> CommitDate: Tue Apr 24 21:33:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D85ffb512 [media-gfx/kphotoalbum] Version bump to 4.2, bug 413407 (Portage version: 2.2.0_alpha100/git/Linux x86_64, unsigned Manifest comm= it) --- media-gfx/kphotoalbum/kphotoalbum-4.2.ebuild | 45 ++++++++++++++++++++= ++++++ media-gfx/kphotoalbum/metadata.xml | 9 +++++ 2 files changed, 54 insertions(+), 0 deletions(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-4.2.ebuild b/media-gfx/kph= otoalbum/kphotoalbum-4.2.ebuild new file mode 100644 index 0000000..50e703d --- /dev/null +++ b/media-gfx/kphotoalbum/kphotoalbum-4.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_LINGUAS=3D"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=3D"KDE Photo Album is a tool for indexing, searching, and vi= ewing images." +HOMEPAGE=3D"http://www.kphotoalbum.org/" +SRC_URI=3D"mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" + +LICENSE=3D"GPL-2 FDL-1.2" +KEYWORDS=3D"~amd64 ~x86" +SLOT=3D"4" +IUSE=3D"debug +exif +geolocation +kipi +raw +semantic-desktop" + +DOCS=3D"ChangeLog README TODO" + +DEPEND=3D" + $(add_kdebase_dep kdelibs 'semantic-desktop=3D') + >=3Dx11-libs/qt-sql-4.4:4[sqlite] + virtual/jpeg + exif? ( >=3Dmedia-gfx/exiv2-0.17 ) + geolocation? ( $(add_kdebase_dep marble) ) + kipi? ( $(add_kdebase_dep libkipi) ) + raw? ( $(add_kdebase_dep libkdcraw) ) +" +RDEPEND=3D"${DEPEND} + semantic-desktop? ( $(add_kdebase_dep nepomuk) ) +" +src_configure() { + mycmakeargs=3D( + $(cmake-utils_use_with exif Exiv2) + $(cmake-utils_use_with geolocation Marble) + $(cmake-utils_use_with kipi) + $(cmake-utils_use_with raw Kdcraw) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + ) + + kde4-base_src_configure +} diff --git a/media-gfx/kphotoalbum/metadata.xml b/media-gfx/kphotoalbum/m= etadata.xml new file mode 100644 index 0000000..342cf6a --- /dev/null +++ b/media-gfx/kphotoalbum/metadata.xml @@ -0,0 +1,9 @@ + + + +kde + + Add support for kde-base/marble + Support for the KDE Image Plugin Interface + +