blob: b11b6b372a7ff213e96851e98347b538a81622f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-0.6.2_rc1.ebuild,v 1.2 2004/06/24 22:34:47 agriffis Exp $
inherit kde
MY_P=${P/_rc1/RC}
S=${WORKDIR}/${PN}
DESCRIPTION="A KDE frontend for gPhoto 2"
HOMEPAGE="http://digikam.sourceforge.net/"
SRC_URI="http://digikam.free.fr/Tarballs/${MY_P}.tar.bz2"
#rc not via sf available
#SRC_URI="mirror://sourceforge/digikam/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
# kdesdk dependency, because of xml2pot usage, this is a
# known upstream bug, that should be fixed in the final
DEPEND="kde-base/kdesdk
>=media-gfx/gphoto2-2.0-r1"
need-kde 3
|