# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.1.6.ebuild,v 1.4 2009/02/05 22:10:25 ranger Exp $ EAPI="2" KDE_MINIMAL="4.1" KDE_LINGUAS="ca cs da de el es et fr gl it ja lv nb nds nl nn pl pt pt_BR ru sv uk zh_CN zh_TW" inherit kde4-base DESCRIPTION="A BitTorrent program for KDE." HOMEPAGE="http://ktorrent.org/" SRC_URI="http://ktorrent.org/downloads/${PV}/${P}-5.tar.bz2" # -5 is for revision :( LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" SLOT="3" IUSE="+bwscheduler +infowidget +ipfilter +logviewer +mediaplayer +scanfolder +search +stats +upnp webinterface" DEPEND="app-crypt/qca:2 dev-libs/gmp sys-devel/gettext !kdeprefix? ( !net-p2p/ktorrent:0 ) !net-p2p/ktorrent:4.1" # 4.1 blocker is due to slot change. We wont slot based on kde version but based # on application version. This was stupid mistake. RDEPEND="${DEPEND} infowidget? ( >=dev-libs/geoip-1.4.4 )" src_configure() { local mycmakeargs mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${PREFIX} -DENABLE_DHT_SUPPORT=ON $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN) $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN) $(cmake-utils_use_with infowidget SYSTEM_GEOIP) $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN) $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN) $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN) $(cmake-utils_use_enable search SEARCH_PLUGIN) $(cmake-utils_use_enable stats STATS_PLUGIN) $(cmake-utils_use_enable upnp UPNP_PLUGIN) $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN) $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN)" kde4-base_src_configure }