blob: 590030aacd6ff6f676247be5500d03e0c20ffd75 (
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
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.2.0_beta2.ebuild,v 1.10 2004/01/17 11:20:57 aliz Exp $
inherit kde-dist
IUSE="gphoto2 tetex scanner opengl"
DESCRIPTION="KDE graphics-related apps"
KEYWORDS="~x86 ~sparc ~amd64"
DEPEND="~kde-base/kdebase-${PV}
gphoto2? ( media-gfx/gphoto2 )
scanner? ( media-gfx/sane-backends )
tetex? ( virtual/tetex )
dev-libs/fribidi
opengl? ( virtual/glut virtual/opengl )
media-libs/imlib
virtual/ghostscript
media-libs/tiff
x86? ( scanner? sys-libs/libieee1284 )"
RDEPEND="$DEPEND app-text/xpdf"
use gphoto2 && myconf="$myconf --with-kamera \
--with-gphoto2-includes=/usr/include/gphoto2 \
--with-gphoto2-libraries=/usr/lib/gphoto2" || \
myconf="$myconf --without-kamera"
use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share"
use scanner || DO_NOT_COMPILE="$DO_NOT_COMPILE kooka libkscan"
myconf="$myconf --with-imlib --with-imlib-config=/usr/bin"
|