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 C104E15800D for ; Tue, 11 Jul 2023 19:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8FEDE07EC; Tue, 11 Jul 2023 19:36:50 +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 CC6C9E07EC for ; Tue, 11 Jul 2023 19:36:50 +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 8565E34072E for ; Tue, 11 Jul 2023 19:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA6D0A76 for ; Tue, 11 Jul 2023 19:36:47 +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: <1689099807.f3571b9e74f89d2e54c1a26f4881c8ffeaa24531.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/kid3/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/kid3/kid3-9999.ebuild X-VCS-Directories: media-sound/kid3/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f3571b9e74f89d2e54c1a26f4881c8ffeaa24531 X-VCS-Branch: master Date: Tue, 11 Jul 2023 19:36:47 +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: b1dec3a7-1fb4-450f-881a-fab632c99ea5 X-Archives-Hash: 3cababf4deb628c0a04e1f2b539292c8 commit: f3571b9e74f89d2e54c1a26f4881c8ffeaa24531 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 11 18:17:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 11 18:23:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3571b9e media-sound/kid3: Set BUILD_WITH_QT6=OFF, update SRC_URI Upstream commit 9936dfb1ce0f504b7163a203505d001c272b8eae Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/kid3/kid3-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/kid3/kid3-9999.ebuild b/media-sound/kid3/kid3-9999.ebuild index e1858bcbed..e6eebdf644 100644 --- a/media-sound/kid3/kid3-9999.ebuild +++ b/media-sound/kid3/kid3-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Simple tag editor based on Qt" HOMEPAGE="https://kid3.kde.org/" if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi @@ -47,7 +47,7 @@ RDEPEND=" kde-frameworks/kxmlgui:5 ) mp3? ( media-libs/id3lib ) - mp4? ( media-libs/libmp4v2:0 ) + mp4? ( media-libs/libmp4v2 ) mpris? ( dev-qt/qtdbus:5 ) taglib? ( >=media-libs/taglib-1.9.1 ) vorbis? ( @@ -76,6 +76,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DBUILD_WITH_QT6=OFF -DWITH_CHROMAPRINT=$(usex acoustid) -DWITH_DBUS=$(usex mpris) -DWITH_FLAC=$(usex flac)