public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/
Date: Fri, 10 Oct 2025 18:43:44 +0000 (UTC)	[thread overview]
Message-ID: <1760121736.ecbb4e47d72299f50367625635da2e2575331cac.asturm@gentoo> (raw)

commit:     ecbb4e47d72299f50367625635da2e2575331cac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 12:33:11 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<bugs-to>https://bugs.kde.org/enter_bug.cgi?product=ktorrent</bugs-to>
 		<remote-id type="cpe">cpe:/a:ktorrent:ktorrent</remote-id>
 	</upstream>
 	<use>
@@ -16,7 +16,7 @@
 		<flag name="ipfilter">Filter IP addresses through a blocklist</flag>
 		<flag name="logviewer">Displays the logging output</flag>
 		<flag name="magnetgenerator">Generates magnet URI's</flag>
-		<flag name="mediaplayer">Phonon-based media player</flag>
+		<flag name="phonon">Enable <pkg>media-libs/phonon</pkg> based media player</flag>
 		<flag name="rss">Syndication plugin for KTorrent, supporting RSS and Atom feeds</flag>
 		<flag name="scanfolder">Scan folders for torrent files and load them</flag>
 		<flag name="shutdown">Shutdown when done</flag>


             reply	other threads:[~2025-10-10 18:43 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-10 18:43 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-28  5:38 [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/ Arthur Zamarin
2025-07-24 19:23 Arthur Zamarin
2025-03-27  7:21 Arthur Zamarin
2025-02-09 16:49 Andreas Sturmlechner
2024-10-25  5:49 Arthur Zamarin
2024-10-12 18:16 Arthur Zamarin
2024-09-02 14:50 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-04-25 20:43 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-21 14:52 Andreas Sturmlechner
2023-12-17 23:02 Andreas Sturmlechner
2023-02-07 10:37 Andreas Sturmlechner
2022-10-06  9:07 Andreas Sturmlechner
2022-09-04 13:03 David Seifert
2022-02-02 19:48 Andreas Sturmlechner
2021-08-04  9:01 Agostino Sarubbo
2021-08-04  8:40 Agostino Sarubbo
2021-04-06  6:31 Agostino Sarubbo
2020-10-27  1:26 Georgy Yakovlev
2020-07-20 21:34 Andreas Sturmlechner
2020-07-20  6:42 Agostino Sarubbo
2020-07-11 11:29 Sam James
2020-07-11  1:25 Andreas Sturmlechner
2020-06-07  9:30 Andreas Sturmlechner
2020-06-07  9:30 Andreas Sturmlechner
2019-12-27  0:07 Andreas Sturmlechner
2019-11-08 16:54 Aaron Bauman
2019-11-03 13:29 Mikle Kolyada
2019-10-06 17:42 Andreas Sturmlechner
2019-09-08 16:18 Andreas Sturmlechner
2019-09-01 21:34 Andreas Sturmlechner
2019-09-01 20:43 Andreas Sturmlechner
2019-08-12  6:16 Andreas Sturmlechner
2019-08-11 21:30 Thomas Deutschmann
2019-07-22  8:48 Mikle Kolyada
2018-10-11 19:02 Andreas Sturmlechner
2018-10-10 12:24 Mikle Kolyada
2018-10-10  3:01 Thomas Deutschmann
2018-09-11 18:46 Andreas Sturmlechner
2017-09-29  2:55 Michael Palimaka
2017-09-29  2:55 Michael Palimaka
2017-08-31 20:54 Andreas Sturmlechner
2017-06-04 18:46 Andreas Sturmlechner
2017-01-04 17:22 Johannes Huber
2016-12-23 18:50 Johannes Huber
2016-12-21  9:40 Tobias Klausmann
2016-11-20  8:15 Johannes Huber
2016-09-17 19:22 Michael Palimaka
2016-08-20 18:28 Michael Palimaka
2016-07-07 17:52 Michael Palimaka
2016-06-26 18:07 Michael Palimaka
2016-06-02 14:21 Michael Palimaka
2016-04-20 16:37 Michael Palimaka
2016-04-20 10:34 Michael Palimaka
2016-04-19 12:10 Johannes Huber
2016-04-16 13:43 Johannes Huber
2016-04-16 13:43 Johannes Huber
2016-03-08 14:34 Michael Palimaka
2016-03-08 14:29 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1760121736.ecbb4e47d72299f50367625635da2e2575331cac.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox