summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-03 14:55:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-05 19:01:39 +0100
commitffa99e27e612ed5dfb61b4e67ccd8a12ecd1db96 (patch)
tree5f0af06afcc33dafbef429bd2111fcbcce4293a6 /net-p2p/ktorrent
parentnet-misc/kio-zeroconf: 22.12.1 version bump (diff)
downloadgentoo-ffa99e27e612ed5dfb61b4e67ccd8a12ecd1db96.tar.gz
gentoo-ffa99e27e612ed5dfb61b4e67ccd8a12ecd1db96.tar.bz2
gentoo-ffa99e27e612ed5dfb61b4e67ccd8a12ecd1db96.zip
net-p2p/ktorrent: 22.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r--net-p2p/ktorrent/Manifest1
-rw-r--r--net-p2p/ktorrent/ktorrent-22.12.1.ebuild94
2 files changed, 95 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest
index 9d5ed1a53a8a..639a72e04f99 100644
--- a/net-p2p/ktorrent/Manifest
+++ b/net-p2p/ktorrent/Manifest
@@ -1,2 +1,3 @@
DIST ktorrent-22.08.3.tar.xz 2058188 BLAKE2B 48fcef99aa83410ce8a01efaee6cd27fbd1f9dda5d625497cb2993e52113a7ccfd0bcb6927c758fb22e11387203c7116a895a9acbdfc335ab6d52eb42b08f09d SHA512 3b717b6a825f76d8df4cb1deef231d47be84bb9b101225042681fb666fb388e9b7928fa8fc3fb230a655ccc56bc7dbc4fd49b010d7699a0c76546a61771cd392
DIST ktorrent-22.12.0.tar.xz 2135300 BLAKE2B 8046874cc348a14b1891d5451aec7b7c8e57a767acc415682b66e932b2b0628d0447a6b0855992d18421bcb34c5fcb1dad19a3a17b32357812c53c6bce56b714 SHA512 e36c415a62a9e44cac9189ed000191ff557ee63bcfa0b7e587ac33e50d8d944dc1d2913b48e257113644555b01f5b8ed6e4320c89a42cc2b134034b947f5cd8f
+DIST ktorrent-22.12.1.tar.xz 2135288 BLAKE2B 23ebcf7c35e0da88b10963005ec6c753ae367282a15fe318fb47b3ca75dfbdcd9f7cd9e791ed678ae62f593dbaa9d0320564be721688a3c69ddbe9518a8308c6 SHA512 cf27aa283c829de4e980f3f48ed7849eb829cb1a3261a294cb0d3b258fdb8b5b76ab8f582cc4dfc5a53e1b125bb92bdb47958f69d264353235d2ee7b010d566d
diff --git a/net-p2p/ktorrent/ktorrent-22.12.1.ebuild b/net-p2p/ktorrent/ktorrent-22.12.1.ebuild
new file mode 100644
index 000000000000..7f5728451b82
--- /dev/null
+++ b/net-p2p/ktorrent/ktorrent-22.12.1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="optional"
+KFMIN=5.101.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm gear.kde.org
+
+DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
+HOMEPAGE="https://apps.kde.org/ktorrent/"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +logviewer +magnetgenerator
++mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf"
+
+COMMON_DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/knotifyconfig-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/solid-${KFMIN}:5
+ >=net-libs/libktorrent-${PVCUT}:5
+ infowidget? ( dev-libs/geoip )
+ mediaplayer? (
+ >=media-libs/phonon-4.11.0
+ >=media-libs/taglib-1.5
+ )
+ rss? (
+ >=dev-qt/qtwebengine-${QTMIN}:5
+ >=kde-frameworks/syndication-${KFMIN}:5
+ )
+ shutdown? ( kde-plasma/libkworkspace:5 )
+ stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 )
+ upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 )
+ webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
+ zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 )
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/boost-1.71
+"
+RDEPEND="${COMMON_DEPEND}
+ ipfilter? (
+ app-arch/bzip2
+ app-arch/unzip
+ kde-apps/kio-extras:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ )
+"
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)
+ -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder)
+ -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget)
+ -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter)
+ -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
+ -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
+ -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
+ $(cmake_use_find_package rss KF5Syndication)
+ -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
+ -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
+ -DENABLE_STATS_PLUGIN=$(usex stats)
+ -DENABLE_UPNP_PLUGIN=$(usex upnp)
+ -DENABLE_SEARCH_PLUGIN=$(usex webengine)
+ -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
+ )
+# add back when ported
+# -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
+ ecm_src_configure
+}