From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C84B8158176 for ; Fri, 10 Oct 2025 18:43:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B6A71340D1F for ; Fri, 10 Oct 2025 18:43:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B5DCB110374; Fri, 10 Oct 2025 18:43:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id ABF5E1102C9 for ; Fri, 10 Oct 2025 18:43:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66664340D3C for ; Fri, 10 Oct 2025 18:43:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C69033077 for ; Fri, 10 Oct 2025 18:43:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1760121736.ecbb4e47d72299f50367625635da2e2575331cac.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ktorrent/ktorrent-25.04.3.ebuild net-p2p/ktorrent/ktorrent-25.08.2.ebuild net-p2p/ktorrent/metadata.xml X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ecbb4e47d72299f50367625635da2e2575331cac X-VCS-Branch: master Date: Fri, 10 Oct 2025 18:43:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d1237ab-ba78-4fca-9098-2457d5574e01 X-Archives-Hash: e23c870f48e769e2f362627e45a50355 commit: ecbb4e47d72299f50367625635da2e2575331cac Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 10 12:33:11 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 10 18:42:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbb4e47 net-p2p/ktorrent: Rename IUSE +mediaplayer -> phonon Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/ktorrent/ktorrent-25.04.3.ebuild | 8 ++++---- net-p2p/ktorrent/ktorrent-25.08.2.ebuild | 8 ++++---- net-p2p/ktorrent/metadata.xml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-25.04.3.ebuild b/net-p2p/ktorrent/ktorrent-25.04.3.ebuild index bc8908381bbc..07c8eb231b6f 100644 --- a/net-p2p/ktorrent/ktorrent-25.04.3.ebuild +++ b/net-p2p/ktorrent/ktorrent-25.04.3.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="6" KEYWORDS="amd64 arm64 ~ppc64 ~x86" IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +logviewer +magnetgenerator -+mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf" +phonon rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf" COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml] @@ -41,7 +41,7 @@ COMMON_DEPEND=" >=net-libs/libktorrent-${PVCUT}:6 infowidget? ( dev-libs/geoip ) ipfilter? ( >=kde-frameworks/karchive-${KFMIN}:6 ) - mediaplayer? ( + phonon? ( >=media-libs/phonon-4.12.0[qt6(+)] >=media-libs/taglib-1.5:= ) @@ -75,7 +75,7 @@ src_configure() { -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) - -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer) + -DENABLE_MEDIAPLAYER_PLUGIN=$(usex phonon) $(cmake_use_find_package rss KF6Syndication) -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder) -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown) @@ -85,6 +85,6 @@ src_configure() { -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf) ) # add back when ported -# -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface) +# -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface) ecm_src_configure } diff --git a/net-p2p/ktorrent/ktorrent-25.08.2.ebuild b/net-p2p/ktorrent/ktorrent-25.08.2.ebuild index ad8c7af33fae..2d3d6757abfd 100644 --- a/net-p2p/ktorrent/ktorrent-25.08.2.ebuild +++ b/net-p2p/ktorrent/ktorrent-25.08.2.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="6" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +logviewer +magnetgenerator -+mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf" +phonon rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf" COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml] @@ -41,7 +41,7 @@ COMMON_DEPEND=" >=net-libs/libktorrent-${PVCUT}:6 infowidget? ( dev-libs/geoip ) ipfilter? ( >=kde-frameworks/karchive-${KFMIN}:6 ) - mediaplayer? ( + phonon? ( >=media-libs/phonon-4.12.0[qt6(+)] >=media-libs/taglib-1.5:= ) @@ -75,7 +75,7 @@ src_configure() { -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) - -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer) + -DENABLE_MEDIAPLAYER_PLUGIN=$(usex phonon) $(cmake_use_find_package rss KF6Syndication) -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder) -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown) @@ -85,6 +85,6 @@ src_configure() { -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf) ) # add back when ported -# -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface) +# -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface) ecm_src_configure } diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml index 887de9589244..c6e3b5f665f4 100644 --- a/net-p2p/ktorrent/metadata.xml +++ b/net-p2p/ktorrent/metadata.xml @@ -6,7 +6,7 @@ Gentoo KDE Project - https://bugs.kde.org/ + https://bugs.kde.org/enter_bug.cgi?product=ktorrent cpe:/a:ktorrent:ktorrent @@ -16,7 +16,7 @@ Filter IP addresses through a blocklist Displays the logging output Generates magnet URI's - Phonon-based media player + Enable media-libs/phonon based media player Syndication plugin for KTorrent, supporting RSS and Atom feeds Scan folders for torrent files and load them Shutdown when done