summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2025-10-24 16:48:56 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2025-10-24 16:48:56 +0000
commitbda054bb6267b820f54339f0e386864e4933bae1 (patch)
tree3688d9fcfc669c5b9854b4d1d8ebffe2852a91d2
parent7e251e41d9bc0700bb3962530b1fde088f2fb21b (diff)
parent58fcff6ccdd0e845ca43bdf081a377bdef073df9 (diff)
downloadkde-bda054bb6267b820f54339f0e386864e4933bae1.tar.gz
kde-bda054bb6267b820f54339f0e386864e4933bae1.tar.bz2
kde-bda054bb6267b820f54339f0e386864e4933bae1.zip
Merge updates from master
-rw-r--r--net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild3
-rw-r--r--net-p2p/ktorrent/ktorrent-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild b/net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild
index 4affd0c5e82..105427ab74c 100644
--- a/net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild
+++ b/net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild
@@ -75,7 +75,8 @@ src_configure() {
-DENABLE_IPFILTER_PLUGIN=$(usex ipfilter)
-DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
- -DENABLE_MEDIAPLAYER_PLUGIN=$(usex phonon)
+ $(cmake_use_find_package phonon Taglib)
+ $(cmake_use_find_package phonon Phonon4Qt6)
$(cmake_use_find_package rss KF6Syndication)
-DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
-DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild
index 4affd0c5e82..105427ab74c 100644
--- a/net-p2p/ktorrent/ktorrent-9999.ebuild
+++ b/net-p2p/ktorrent/ktorrent-9999.ebuild
@@ -75,7 +75,8 @@ src_configure() {
-DENABLE_IPFILTER_PLUGIN=$(usex ipfilter)
-DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
- -DENABLE_MEDIAPLAYER_PLUGIN=$(usex phonon)
+ $(cmake_use_find_package phonon Taglib)
+ $(cmake_use_find_package phonon Phonon4Qt6)
$(cmake_use_find_package rss KF6Syndication)
-DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
-DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)