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, 11 Feb 2025 20:54:33 +0000 (UTC) [thread overview]
Message-ID: <1739307263.e9f45df8efd7fa66dd2b87181ea7d5b0e5a9fdf8.asturm@gentoo> (raw)
commit: e9f45df8efd7fa66dd2b87181ea7d5b0e5a9fdf8
Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Mon Feb 10 23:01:31 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 20:54:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f45df8
media-sound/qpwgraph: add 0.8.1
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/qpwgraph/Manifest | 1 +
media-sound/qpwgraph/qpwgraph-0.8.1.ebuild | 43 ++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest
index c671604255c4..fb8507211b4c 100644
--- a/media-sound/qpwgraph/Manifest
+++ b/media-sound/qpwgraph/Manifest
@@ -1 +1,2 @@
DIST qpwgraph-v0.7.8.tar.bz2 228111 BLAKE2B 079e5e91d23bd0ded1670b2ab514f5b93f5085dfb76f12e944ff04460544ee858fdde6bacfd3c7d3ad448b880d46e42d8223d0e0562c1752b00631008f47424c SHA512 982cafa0f4d2e17b84de992455d10cb591d77ce8e2c1f052864c3c57de0ecaa67f8d9880a03cf851f5cea24db65ece6a2a42d873bcca4bc43e1de7843548e8f9
+DIST qpwgraph-v0.8.1.tar.bz2 236954 BLAKE2B 5b9da5edaf8f2b02b78c38f3d2619499a87450d420e784fde05da96d8b0ce6a6595381030c4b909f7c55b1a7c845c5a2c34f5f0edcfc98c3808ec626b4731fc7 SHA512 1050940ff259ecab10dfee2df546001d4846e1c9e79e64dff66cc65615697b94ae46c4e3edef0f9dac0f061178770b832c3838b1645fc0b36c3ad4df20014daf
diff --git a/media-sound/qpwgraph/qpwgraph-0.8.1.ebuild b/media-sound/qpwgraph/qpwgraph-0.8.1.ebuild
new file mode 100644
index 000000000000..3828ef0c1a28
--- /dev/null
+++ b/media-sound/qpwgraph/qpwgraph-0.8.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="PipeWire Graph Qt GUI Interface"
+HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph"
+else
+ SRC_URI="https://gitlab.freedesktop.org/rncbc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+ S="${WORKDIR}/${PN}-v${PV}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="alsa"
+
+BDEPEND="
+ 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 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCONFIG_ALSA_MIDI=$(usex alsa)
+ -DCONFIG_SYSTEM_TRAY=1
+ -DCONFIG_WAYLAND=1
+ -DCONFIG_QT6=1
+ )
+ cmake_src_configure
+}
next reply other threads:[~2025-02-11 20:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-11 20:54 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
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-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=1739307263.e9f45df8efd7fa66dd2b87181ea7d5b0e5a9fdf8.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