# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.0.5b-r1.ebuild,v 1.6 2004/03/16 18:20:07 caleb Exp $ inherit kde eutils #don't inherit kde-base or kde-dist! it calls need-kde which adds kdelibs to depend! IUSE="alsa cups ipv6 ssl" DESCRIPTION="KDE $PV - base libraries needed by all kde programs" KEYWORDS="x86 ppc ~alpha sparc" HOMEPAGE="http//www.kde.org/" SRC_URI="mirror://kde/stable/$PV/src/${P}.tar.bz2" SLOT="3.0" LICENSE="GPL-2 LGPL-2" # kde.eclass has kdelibs in DEPEND, and we can't have that in here. so we recreate the entire # DEPEND from scratch. DEPEND="" RDEPEND="" newdepend "dev-lang/perl >=media-libs/audiofile-0.1.9 >=app-arch/bzip2-1.0.1 >=dev-libs/libxslt-1.0.7 >=dev-libs/libpcre-3.5 >=dev-libs/libxml2-2.4.10 ssl? ( >=dev-libs/openssl-0.9.6 ) alsa? ( >=media-libs/alsa-lib-0.5.9 virtual/alsa ) cups? ( >=net-print/cups-1.1.14 ) >=media-libs/tiff-3.5.5 app-admin/fam ~kde-base/arts-1.0.5b virtual/ghostscript sys-devel/gettext" newdepend "/autotools" RDEPEND="$RDEPEND app-text/sgml-common cups? ( net-print/cups ) dev-lang/python >=sys-apps/portage-2.0.36" # for bug #7359 myconf="$myconf --with-distribution=Gentoo" use ipv6 || myconf="$myconf --with-ipv6-lookup=no" use ssl && myconf="$myconf --with-ssl-dir=/usr" || myconf="$myconf --without-ssl" use alsa && myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa" use cups && myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups" [ "$ARCH" == "x86" ] && myconf="$myconf --enable-fast-malloc=full" qtver-from-kdever ${PV} need-qt $selected_version set-kdedir $PV src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-libxml2-2.5.2.diff epatch ${FILESDIR}/${P}-http.patch epatch ${FILESDIR}/${P}-khtml.patch kde_sandbox_patch ${S}/kio/misc/kpac } src_install() { kde_src_install dohtml *.html }