summaryrefslogtreecommitdiff
blob: f1c182537ee0a78edb7bf47b6d1f4973393666e7 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/kipi-plugins/kipi-plugins-0.1.3-r2.ebuild,v 1.2 2007/07/10 23:08:59 mr_bones_ Exp $

WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"

inherit kde

MY_P=${P/_/-}
S=${WORKDIR}/${MY_P}

DESCRIPTION="Plugins for the KDE Image Plugin Interface (libkipi)."
HOMEPAGE="http://www.kipi-plugins.org/"
SRC_URI="mirror://sourceforge/kipi/${MY_P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="opengl gphoto2"

DEPEND=">=media-libs/libkipi-0.1.5
	media-libs/libkexiv2
	gphoto2? ( >=media-libs/libgphoto2-2.3.1 )
	>=media-libs/imlib2-1.1.0
	>=media-gfx/imagemagick-6.2.4
	>=media-video/mjpegtools-1.6.0
	opengl? ( virtual/opengl )
	>=media-libs/tiff-3.5
	>=dev-libs/libxslt-1.1"

RDEPEND="${DEPEND}
	>=media-gfx/dcraw-8.45"

need-kde 3.5

PATCHES="${FILESDIR}/${P}-external-dcraw.patch
		${FILESDIR}/${P}-exiv2-fedora.patch"

pkg_setup(){
	slot_rebuild "media-libs/libkipi media-libs/libkexif" && die
	if ! built_with_use media-libs/imlib2 X ; then
		eerror "X support is required in media-libs/imlib2 in order to be able"
		eerror "to compile media-plugins/kipi-plugins. Please, re-emerge"
		eerror "media-libs/imlib2 with the 'X' USE flag enabled."
		die
	fi
}

src_compile() {
	myconf="$(use_with opengl) $(use_with gphoto2)"
	kde_src_compile all
}