From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DB2A1581D3 for ; Thu, 16 May 2024 11:49:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9360E2A28; Thu, 16 May 2024 11:49:43 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 84CC0E2A28 for ; Thu, 16 May 2024 11:49:43 +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 82FA8341C25 for ; Thu, 16 May 2024 11:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5975177B for ; Thu, 16 May 2024 11:49:40 +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: <1715859944.56e9626530dce9f054c9ba601e0239622eede7db.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-9999.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56e9626530dce9f054c9ba601e0239622eede7db X-VCS-Branch: master Date: Thu, 16 May 2024 11:49:40 +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: e7c28db1-265e-404b-8f72-e47b0762f558 X-Archives-Hash: 08453cde0dbab3aabc762350d86c9b98 commit: 56e9626530dce9f054c9ba601e0239622eede7db Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 16 11:45:09 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 16 11:45:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=56e96265 media-sound/amarok: Update dependencies Upstream commits: 3e11ccdd1417e70486eaaa84d8475182eec44c20 61066d8e1a614fe4aecb27a1ff76011178f2cba3 8a7c8c3d22fe2aa1cd47e23dc9441caabac87494 c9c4a673c9a8e05afd6a0743bfa01e3e7af6ec02 Bug: https://bugs.gentoo.org/931836 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/amarok/amarok-9999.ebuild | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index b23aff3caa..12c7cb3228 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -6,7 +6,8 @@ EAPI=8 ECM_HANDBOOK="forceoptional" KFMIN=5.115.0 QTMIN=5.15.12 -inherit ecm kde.org optfeature +PYTHON_COMPAT=( python3_{10..12} ) +inherit ecm kde.org optfeature python-any-r1 DESCRIPTION="Advanced audio player based on KDE frameworks" HOMEPAGE="https://amarok.kde.org/" @@ -16,8 +17,7 @@ SLOT="5" IUSE="ipod lastfm mariadb mtp podcast wikipedia" # ipod requires gdk enabled and also gtk compiled in libgpod -BDEPEND="virtual/pkgconfig" -DEPEND=" +COMMON_DEPEND=" >=app-crypt/qca-2.3.0:2[qt5(+)] >=dev-qt/designer-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 @@ -58,7 +58,7 @@ DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 >=kde-frameworks/threadweaver-${KFMIN}:5 >=media-libs/phonon-4.11.0[qt5(+)] - media-libs/taglib:= + >=media-libs/taglib-1.12:= media-libs/taglib-extras sci-libs/fftw:3.0 sys-libs/zlib @@ -74,11 +74,22 @@ DEPEND=" podcast? ( >=media-libs/libmygpo-qt-1.0.9_p20180307 ) wikipedia? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + >=dev-qt/linguist-tools-${QTMIN}:5 +" +RDEPEND="${COMMON_DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 media-video/ffmpeg " +BDEPEND="${PYTHON_DEPS} + virtual/pkgconfig +" + +pkg_setup() { + python-any-r1_pkg_setup + ecm_pkg_setup +} src_configure() { local mycmakeargs=(