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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1D0A158B20 for ; Sun, 02 Feb 2025 10:28:49 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CF0AE343093 for ; Sun, 02 Feb 2025 10:28:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 41677110478; Sun, 02 Feb 2025 10:28:32 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 38F9E110478 for ; Sun, 02 Feb 2025 10:28:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4E0234302E for ; Sun, 02 Feb 2025 10:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 743F025DB for ; Sun, 02 Feb 2025 10:28:29 +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: <1738491518.b10349b6272a4b5463d3b6afd56b7e7de699e554.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/tokodon/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/tokodon/tokodon-9999.ebuild X-VCS-Directories: net-im/tokodon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b10349b6272a4b5463d3b6afd56b7e7de699e554 X-VCS-Branch: master Date: Sun, 02 Feb 2025 10:28:29 +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: 4490c29a-b412-4de2-aafc-3aa43d5e4406 X-Archives-Hash: 7c72c20e5645fbf031f4d8be8d8d0d79 commit: b10349b6272a4b5463d3b6afd56b7e7de699e554 Author: Alfred Wingate protonmail com> AuthorDate: Sun Feb 2 04:59:01 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 10:18:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b10349b6 net-im/tokodon: drop mpvqt support Upstream commit: d9aba0a87bf0641618620a28112748881b719c89 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/kde/pull/1022 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/tokodon/tokodon-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-im/tokodon/tokodon-9999.ebuild b/net-im/tokodon/tokodon-9999.ebuild index ca9880e697..56b69a28b3 100644 --- a/net-im/tokodon/tokodon-9999.ebuild +++ b/net-im/tokodon/tokodon-9999.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/tokodon/" LICENSE="CC-BY-SA-4.0 GPL-2+ GPL-3+ || ( LGPL-2.1+ LGPL-3+ ) MIT" SLOT="0" KEYWORDS="" -IUSE="+mpv webengine" +IUSE="webengine" # TODO: Add kunifiedpush support once packaged (cd01eb31d1ec298d4c1e10d25a0781d799161bfc) DEPEND=" @@ -22,6 +22,7 @@ DEPEND=" >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtmultimedia-${QTMIN}:6[qml] >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebsockets-${QTMIN}:6 >=kde-frameworks/breeze-icons-${KFMIN}:* @@ -38,8 +39,6 @@ DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/purpose-${KFMIN}:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 - mpv? ( media-libs/mpvqt ) - !mpv? ( >=dev-qt/qtmultimedia-${QTMIN}:6[qml] ) webengine? ( >=dev-qt/qtwebview-${QTMIN}:6 ) " RDEPEND="${DEPEND} @@ -50,7 +49,6 @@ BDEPEND="virtual/pkgconfig" src_configure() { local mycmakeargs=( - -DUSE_QTMULTIMEDIA=$(usex !mpv) $(cmake_use_find_package webengine Qt6WebView) # "only makes sense on mobile" )