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 145E415808B 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 42FACE29AA; 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 27ACCE29AA 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 6A0DC34313F 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 02AD9BE7 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: <1727807221.515373026147cf85bdc6f84f84fb1fdcbc4a9f00.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qpwgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qpwgraph/Manifest media-sound/qpwgraph/qpwgraph-0.7.8.ebuild X-VCS-Directories: media-sound/qpwgraph/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 515373026147cf85bdc6f84f84fb1fdcbc4a9f00 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: 99ab9bf0-172f-4ba9-9c04-8451773bd735 X-Archives-Hash: b1aa60b66301dc85cf4e7eedc3b3538f commit: 515373026147cf85bdc6f84f84fb1fdcbc4a9f00 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Fri Sep 20 18:50:14 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 1 18:27:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51537302 media-sound/qpwgraph: add 0.7.8 Closes: https://bugs.gentoo.org/936232 Signed-off-by: Adel KARA SLIMANE zegrapher.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qpwgraph/Manifest | 1 + media-sound/qpwgraph/qpwgraph-0.7.8.ebuild | 55 ++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest index d5e22c9a82b1..34097dce74cf 100644 --- a/media-sound/qpwgraph/Manifest +++ b/media-sound/qpwgraph/Manifest @@ -1 +1,2 @@ DIST qpwgraph-v0.6.2.tar.bz2 213346 BLAKE2B eb2984c0b72d6478a865cad22f9cfb2fcf4098a2d86bd42d69946ccc14780a1c27e8843518b7fc25769bf157090170efe33ff3b95f7df9823ac57c53b465a9ca SHA512 229bc94691206b5bd236c5b998009b799e00c2ca6dd5eb5a1aa7c3ff0c88713d13705700961d536bac82aca6c4ecd8776cd18307f61f9ddc7f5abbdc4e429693 +DIST qpwgraph-v0.7.8.tar.bz2 228111 BLAKE2B 079e5e91d23bd0ded1670b2ab514f5b93f5085dfb76f12e944ff04460544ee858fdde6bacfd3c7d3ad448b880d46e42d8223d0e0562c1752b00631008f47424c SHA512 982cafa0f4d2e17b84de992455d10cb591d77ce8e2c1f052864c3c57de0ecaa67f8d9880a03cf851f5cea24db65ece6a2a42d873bcca4bc43e1de7843548e8f9 diff --git a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild new file mode 100644 index 000000000000..37b4e0ba45ae --- /dev/null +++ b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild @@ -0,0 +1,55 @@ +# Copyright 2024 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 trayicon qt6 wayland" + +BDEPEND=" + !qt6? ( dev-qt/linguist-tools:5 ) + qt6? ( dev-qt/qttools:6[linguist] ) +" +DEPEND=" + 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}" + +src_configure() { + local mycmakeargs=( + -DCONFIG_ALSA_MIDI=$(usex alsa) + -DCONFIG_SYSTEM_TRAY=$(usex trayicon) + -DCONFIG_WAYLAND=$(usex wayland) + -DCONFIG_QT6=$(usex qt6) + ) + cmake_src_configure +}