kensington    14/07/17 13:06:23

  Modified:             ChangeLog
  Added:                kphotoalbum-4.5.ebuild
  Log:
  Version bump wrt bug #517254.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.64                 media-gfx/kphotoalbum/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kphotoalbum/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kphotoalbum/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kphotoalbum/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   13 May 2014 18:04:46 -0000      1.63
+++ ChangeLog   17 Jul 2014 13:06:23 -0000      1.64
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/kphotoalbum
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.63 
2014/05/13 18:04:46 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.64 
2014/07/17 13:06:23 kensington Exp $
+
+*kphotoalbum-4.5 (17 Jul 2014)
+
+  17 Jul 2014; Michael Palimaka <kensing...@gentoo.org> 
+kphotoalbum-4.5.ebuild:
+  Version bump wrt bug #517254.
 
   13 May 2014; Johannes Huber <j...@gentoo.org> kphotoalbum-4.4-r1.ebuild,
   kphotoalbum-4.4.ebuild, metadata.xml:



1.1                  media-gfx/kphotoalbum/kphotoalbum-4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-4.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-4.5.ebuild?rev=1.1&content-type=text/plain

Index: kphotoalbum-4.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-4.5.ebuild,v 1.1 
2014/07/17 13:06:23 kensington Exp $

EAPI=5

KDE_LINGUAS="ar be bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga
gl hi hne hr hu is it ja km lt mai mr nb nds nl nn pa pl pt pt_BR ro ru se sk
sv tr ug uk vi zh_CN zh_TW"
KDE_HANDBOOK="optional"
inherit kde4-base

DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing 
images"
HOMEPAGE="http://www.kphotoalbum.org/";
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"

LICENSE="GPL-2 FDL-1.2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug +exif +geolocation +kipi +raw"

DEPEND="
        >=dev-qt/qtsql-4.4:4[sqlite]
        media-libs/phonon[qt4]
        virtual/jpeg:0
        exif? ( >=media-gfx/exiv2-0.17 )
        geolocation? ( $(add_kdebase_dep marble) )
        kipi? ( $(add_kdebase_dep libkipi '' 4.9.58) )
        raw? ( $(add_kdebase_dep libkdcraw '' 4.9.58) )
"
RDEPEND="${DEPEND}
        || ( media-video/mplayer2 media-video/mplayer )
"

DOCS=( ChangeLog README )

src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_with exif Exiv2)
                $(cmake-utils_use_with geolocation Marble)
                $(cmake-utils_use_with kipi)
                $(cmake-utils_use_with raw Kdcraw)
        )

        kde4-base_src_configure
}




Reply via email to