LICENSE="GPL-2"
SLOT="4"
-IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer
+IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +logviewer
+magnetgenerator +mediaplayer rss +scanfolder +search +stats +upnp webinterface
+zeroconf"
app-arch/unzip
$(add_kdeapps_dep kdebase-kioslaves)
)
- kross? ( $(add_kdeapps_dep kross-interpreters) )
"
PATCHES=(
src_configure() {
mycmakeargs=(
- -D_ENABLE_SHUTDOWN_PLUGIN=OFF
+ -DENABLE_SHUTDOWN_PLUGIN=OFF
+ -DENABLE_SCRIPTING_PLUGIN=OFF
$(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
$(cmake-utils_use_enable downloadorder DOWNLOADORDER_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 kross SCRIPTING_PLUGIN)
$(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
$(cmake-utils_use_enable magnetgenerator MAGNETGENERATOR_PLUGIN)
$(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN)
<use>
<flag name="bwscheduler">Schedule upload and download limits over a period of a week</flag>
<flag name="downloadorder">Specify the download order of a multi-file torrent</flag>
- <flag name="kross">Enable kross scripting support</flag>
<flag name="infowidget">Displays general information about a torrent in several tabs</flag>
<flag name="ipfilter">Filter IP addresses through a blocklist</flag>
<flag name="logviewer">Displays the logging output</flag>