public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/kid3/
Date: Mon, 26 Feb 2024 22:38:24 +0000 (UTC)	[thread overview]
Message-ID: <1708986987.46d997dac710a3410e8ff77f2f2bbd06c3585de8.sam@gentoo> (raw)

commit:     46d997dac710a3410e8ff77f2f2bbd06c3585de8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 22:35:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 22:36:27 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=46d997da

media-sound/kid3: port to Qt6/KF6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/kid3/kid3-9999.ebuild | 33 ++++++++++++++-------------------
 1 file changed, 14 insertions(+), 19 deletions(-)

diff --git a/media-sound/kid3/kid3-9999.ebuild b/media-sound/kid3/kid3-9999.ebuild
index d8ebdfc256..100457cb40 100644
--- a/media-sound/kid3/kid3-9999.ebuild
+++ b/media-sound/kid3/kid3-9999.ebuild
@@ -15,20 +15,17 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2+"
-SLOT="5"
+SLOT="6"
 IUSE="acoustid flac kde mp3 mp4 +mpris +taglib test vorbis"
 
 REQUIRED_USE="flac? ( vorbis )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgui:5
-	dev-qt/qtmultimedia:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
+	!media-sound/kid3:5
+	dev-qt/qtbase:6[gui,network,widgets,xml]
+	dev-qt/qtdeclarative:6
+	dev-qt/qtmultimedia:6
 	sys-libs/readline:=
 	acoustid? (
 		media-libs/chromaprint:=
@@ -39,12 +36,12 @@ RDEPEND="
 		media-libs/libvorbis
 	)
 	kde? (
-		kde-frameworks/kconfig:5
-		kde-frameworks/kconfigwidgets:5
-		kde-frameworks/kcoreaddons:5
-		kde-frameworks/kio:5
-		kde-frameworks/kwidgetsaddons:5
-		kde-frameworks/kxmlgui:5
+		kde-frameworks/kconfig:6
+		kde-frameworks/kconfigwidgets:6
+		kde-frameworks/kcoreaddons:6
+		kde-frameworks/kio:6
+		kde-frameworks/kwidgetsaddons:6
+		kde-frameworks/kxmlgui:6
 	)
 	mp3? ( media-libs/id3lib )
 	mp4? ( media-libs/libmp4v2 )
@@ -55,11 +52,9 @@ RDEPEND="
 		media-libs/libvorbis
 	)
 "
-DEPEND="${RDEPEND}
-	test? ( dev-qt/qttest:5 )
-"
+DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}
-	dev-qt/linguist-tools:5
+	dev-qt/qttools:6[linguist]
 	kde? ( kde-frameworks/extra-cmake-modules:0 )
 "
 
@@ -76,7 +71,7 @@ src_prepare() {
 
 src_configure() {
 	local mycmakeargs=(
-		-DBUILD_WITH_QT6=OFF
+		-DBUILD_WITH_QT6=ON
 		-DWITH_QAUDIODECODER=ON # bug 855281
 		-DWITH_CHROMAPRINT=$(usex acoustid)
 		-DWITH_DBUS=$(usex mpris)


             reply	other threads:[~2024-02-26 22:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-26 22:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21 14:07 [gentoo-commits] proj/kde:master commit in: media-sound/kid3/ Andreas Sturmlechner
2024-09-21 12:37 Andreas Sturmlechner
2024-03-07 12:09 Andreas Sturmlechner
2023-08-19  7:30 Andreas Sturmlechner
2023-07-11 19:36 Andreas Sturmlechner
2023-03-22 18:55 Andreas Sturmlechner
2022-09-10  8:51 Sam James
2022-07-03 22:12 Andreas Sturmlechner
2021-06-20 20:02 Andreas Sturmlechner
2020-09-27 18:55 Andreas Sturmlechner
2020-05-24 17:27 Andreas Sturmlechner
2020-02-12 22:45 Andreas Sturmlechner
2020-01-01  8:53 Andreas Sturmlechner
2013-02-12  0:05 Chris Reffett
2013-02-05  1:27 Chris Reffett
2011-09-09 19:13 Ian Whyman
2011-09-08 17:19 Ian Whyman
2011-09-08 17:05 Ian Whyman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1708986987.46d997dac710a3410e8ff77f2f2bbd06c3585de8.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox