From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1585956-garchives=archives.gentoo.org@lists.gentoo.org> 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 6A40715803E for <garchives@archives.gentoo.org>; Sun, 31 Dec 2023 21:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 242EC2BC039; Sun, 31 Dec 2023 21:16:12 +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 024DD2BC039 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Dec 2023 21:16:12 +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 E31F533E690 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Dec 2023 21:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C0B13D5 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Dec 2023 21:16:09 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1704054385.6b8c2036a8c082badcf405dc1e9afa896fb5c73b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b8c2036a8c082badcf405dc1e9afa896fb5c73b X-VCS-Branch: master Date: Sun, 31 Dec 2023 21:16:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9b90b65-653f-4b28-ab3d-abde92df0fb2 X-Archives-Hash: a70b45e3c165fb3d342fbcbf7f74853a commit: 6b8c2036a8c082badcf405dc1e9afa896fb5c73b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 31 20:25:54 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 31 20:26:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b8c2036 media-libs/pulseaudio-qt: Port to KF6 Thanks-to: Aidan Harris <me <AT> aidanharr.is> Closes: https://github.com/gentoo/kde/pull/969 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild index 30714ce1fb..ad07d70db9 100644 --- a/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild @@ -6,7 +6,8 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_QTHELP="true" ECM_TEST="optional" -QTMIN=5.15.9 +KFMIN=5.247.0 +QTMIN=6.6.0 inherit ecm kde.org DESCRIPTION="Qt bindings for libpulse" @@ -21,14 +22,10 @@ LICENSE="LGPL-2.1" SLOT="0/3" RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtbase-${QTMIN}:6[gui,dbus] media-libs/libpulse " DEPEND="${RDEPEND} - test? ( - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - ) + test? ( >=dev-qt/qtdeclarative-${QTMIN}:6 ) " BDEPEND="virtual/pkgconfig"