From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qpwgraph/
Date: Tue, 1 Oct 2024 18:27:36 +0000 (UTC) [thread overview]
Message-ID: <1727807222.d16c57c24c32da15268b7814705e98c1d25252a4.asturm@gentoo> (raw)
commit: d16c57c24c32da15268b7814705e98c1d25252a4
Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Fri Sep 20 18:53:43 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <adel.ks <AT> zegrapher.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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
}
next reply other threads:[~2024-10-01 18:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-01 18:27 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-11 20:54 [gentoo-commits] repo/gentoo:master commit in: media-sound/qpwgraph/ Andreas Sturmlechner
2025-02-11 20:54 Andreas Sturmlechner
2024-10-01 18:27 Andreas Sturmlechner
2024-10-01 18:27 Andreas Sturmlechner
2024-10-01 18:27 Andreas Sturmlechner
2024-10-01 18:27 Andreas Sturmlechner
2024-04-26 6:55 Joonas Niilola
2024-01-20 12:23 Sam James
2023-10-14 5:45 Sam James
2023-09-03 19:13 Sam James
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=1727807222.d16c57c24c32da15268b7814705e98c1d25252a4.asturm@gentoo \
--to=asturm@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