diff options
author | Dan Armak <danarmak@gentoo.org> | 2003-05-07 11:05:48 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2003-05-07 11:05:48 +0000 |
commit | 9a029b8bc83f0df63b1550dbdc533b470aca19ae (patch) | |
tree | aaf4b2f9102b89d614dfcec18c52be3077533fb9 /kde-base/kdegraphics/kdegraphics-3.1.2.ebuild | |
parent | goes with kde 3.1.2 (diff) | |
download | gentoo-2-9a029b8bc83f0df63b1550dbdc533b470aca19ae.tar.gz gentoo-2-9a029b8bc83f0df63b1550dbdc533b470aca19ae.tar.bz2 gentoo-2-9a029b8bc83f0df63b1550dbdc533b470aca19ae.zip |
ebuilds for kde 3.1.2. it isn't released yet, the ebuilds are in testing.
Diffstat (limited to 'kde-base/kdegraphics/kdegraphics-3.1.2.ebuild')
-rw-r--r-- | kde-base/kdegraphics/kdegraphics-3.1.2.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-base/kdegraphics/kdegraphics-3.1.2.ebuild b/kde-base/kdegraphics/kdegraphics-3.1.2.ebuild new file mode 100644 index 000000000000..a5fc4f159ec4 --- /dev/null +++ b/kde-base/kdegraphics/kdegraphics-3.1.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="gphoto2 tetex scanner" +DESCRIPTION="KDE graphics-related apps" + +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 ) + dev-lang/perl + scanner? ( media-gfx/sane-backends ) + tetex? ( >=app-text/tetex-1.0.7 ) + media-libs/imlib + app-text/ghostscript + virtual/glut virtual/opengl + media-libs/tiff + !media-gfx/kpovmodeler + x86? ( scanner? sys-libs/libieee1284 ) + >=sys-apps/portage-2.0.47" # needed for the above dep ANDing to work + +RDEPEND="$RDEPEND app-text/xpdf" + +use gphoto2 && myconf="$myconf --with-kamera --with-gphoto2-includes=/usr/include/gphoto2 \ + --with-gphoto2-libraries=/usr/lib/gphoto2 \ + --with-gpio --with-gpio-includes=/usr/include \ + --with-gpio-libraries=/usr/lib" || myconf="$myconf --without-kamera" + +use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share" + +use scanner || KDE_REMOVE_DIR="kooka libkscan" + +myconf="$myconf --with-imlib --with-imlib-config=/usr/bin" + |