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 4EE4215808B for ; Tue, 1 Oct 2024 18:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C017E29AC; Tue, 1 Oct 2024 18:27:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 55362E29AC for ; Tue, 1 Oct 2024 18:27:38 +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 93B54343143 for ; Tue, 1 Oct 2024 18:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD5626E4 for ; Tue, 1 Oct 2024 18:27:36 +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: <1727807222.d16c57c24c32da15268b7814705e98c1d25252a4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qpwgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qpwgraph/qpwgraph-0.7.8.ebuild media-sound/qpwgraph/qpwgraph-9999.ebuild X-VCS-Directories: media-sound/qpwgraph/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d16c57c24c32da15268b7814705e98c1d25252a4 X-VCS-Branch: master Date: Tue, 1 Oct 2024 18:27:36 +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: 2c4a7c2e-d4c1-4363-9db9-76e98a6fc31e X-Archives-Hash: 1e35c334f4756d011285ce6bf414ef49 commit: d16c57c24c32da15268b7814705e98c1d25252a4 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Fri Sep 20 18:53:43 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 1 18:27:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16c57c2 media-sound/qpwgraph: drop qt5 support Signed-off-by: Adel KARA SLIMANE zegrapher.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qpwgraph/qpwgraph-0.7.8.ebuild | 21 +++++---------------- media-sound/qpwgraph/qpwgraph-9999.ebuild | 23 ++++++----------------- 2 files changed, 11 insertions(+), 33 deletions(-) diff --git a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild index 37b4e0ba45ae..4095739e23ac 100644 --- a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild +++ b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild @@ -20,27 +20,16 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="alsa trayicon qt6 wayland" +IUSE="alsa trayicon wayland" BDEPEND=" - !qt6? ( dev-qt/linguist-tools:5 ) - qt6? ( dev-qt/qttools:6[linguist] ) + dev-qt/qttools:6[linguist] " DEPEND=" + dev-qt/qtbase:6[gui,network,widgets,xml] + dev-qt/qtsvg:6 media-video/pipewire:= alsa? ( media-libs/alsa-lib ) - !qt6? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - ) - qt6? ( - dev-qt/qtbase:6[gui,widgets,xml,network] - dev-qt/qtsvg:6 - ) " RDEPEND="${DEPEND}" @@ -49,7 +38,7 @@ src_configure() { -DCONFIG_ALSA_MIDI=$(usex alsa) -DCONFIG_SYSTEM_TRAY=$(usex trayicon) -DCONFIG_WAYLAND=$(usex wayland) - -DCONFIG_QT6=$(usex qt6) + -DCONFIG_QT6=1 ) cmake_src_configure } diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild index 744009584113..4095739e23ac 100644 --- a/media-sound/qpwgraph/qpwgraph-9999.ebuild +++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,27 +20,16 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="alsa trayicon qt6 wayland" +IUSE="alsa trayicon wayland" BDEPEND=" - !qt6? ( dev-qt/linguist-tools:5 ) - qt6? ( dev-qt/qttools:6[linguist] ) + dev-qt/qttools:6[linguist] " DEPEND=" + dev-qt/qtbase:6[gui,network,widgets,xml] + dev-qt/qtsvg:6 media-video/pipewire:= alsa? ( media-libs/alsa-lib ) - !qt6? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - ) - qt6? ( - dev-qt/qtbase:6[gui,widgets,xml,network] - dev-qt/qtsvg:6 - ) " RDEPEND="${DEPEND}" @@ -49,7 +38,7 @@ src_configure() { -DCONFIG_ALSA_MIDI=$(usex alsa) -DCONFIG_SYSTEM_TRAY=$(usex trayicon) -DCONFIG_WAYLAND=$(usex wayland) - -DCONFIG_QT6=$(usex qt6) + -DCONFIG_QT6=1 ) cmake_src_configure }