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 B8B761582EF for ; Fri, 21 Feb 2025 16:46:29 +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 A173B343240 for ; Fri, 21 Feb 2025 16:46:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 35022110473; Fri, 21 Feb 2025 16:45:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 29E5A110473 for ; Fri, 21 Feb 2025 16:45:01 +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 D51943459B4 for ; Fri, 21 Feb 2025 16:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 721FF16DF for ; Fri, 21 Feb 2025 16:44:59 +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: <1740154201.e338bb89d6b8b6cc8c89d70e8eedcf83c1c5a27b.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: e338bb89d6b8b6cc8c89d70e8eedcf83c1c5a27b X-VCS-Branch: master Date: Fri, 21 Feb 2025 16:44:59 +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: dabe9275-0131-4245-907e-0f630021398f X-Archives-Hash: defb05f1f2d4cffce11d4a1c11cf344f commit: e338bb89d6b8b6cc8c89d70e8eedcf83c1c5a27b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 21 16:10:01 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 21 16:10:01 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e338bb89 media-sound/amarok: Disable finding media-libs/taglib-extras See also: https://invent.kde.org/multimedia/amarok/-/issues/18 https://invent.kde.org/multimedia/amarok/-/merge_requests/136 Bug: https://bugs.gentoo.org/949117 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/amarok/amarok-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index c9fab7f638..44569c67e3 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -57,7 +57,6 @@ DEPEND=" >=kde-frameworks/threadweaver-${KFMIN}:6 >=media-libs/phonon-4.12.0[qt6(+)] >=media-libs/taglib-1.12:= - media-libs/taglib-extras sci-libs/fftw:3.0 sys-libs/zlib virtual/opengl @@ -95,6 +94,7 @@ src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_Googlemock=ON -DCMAKE_DISABLE_FIND_PACKAGE_LibOFA=ON -DCMAKE_DISABLE_FIND_PACKAGE_MySQLe=ON + -DCMAKE_DISABLE_FIND_PACKAGE_Taglib-Extras=ON -DWITH_IPOD=$(usex ipod) # $(cmake_use_find_package lastfm LibLastFm) $(cmake_use_find_package !mariadb MySQL)