blob: a26b21512a62f86b08cf2747533bd91df22b56aa (
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 Technologies, Inc.
# 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.1 2004/06/07 15:46:06 carlo 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
|