Install this version:
emerge -a =media-sound/qpwgraph-1.0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/qpwgraph-1.0.4
Or alternatively:
emerge --autounmask-write -a =media-sound/qpwgraph-1.0.4
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
# shellcheck disable=SC2034
EAPI=8
inherit cmake xdg
DESCRIPTION="A 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.git"
else
SRC_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2+"
SLOT="0"
IUSE="+alsa +trayicon"
DEPEND="
dev-qt/qtbase:6=[gui,widgets,xml]
dev-qt/qtsvg:6=
media-video/pipewire:=
alsa? ( media-libs/alsa-lib )
trayicon? ( dev-qt/qtbase:6=[network] )
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DCONFIG_ALSA_MIDI="$(usex alsa)"
-DCONFIG_SYSTEM_TRAY="$(usex trayicon)"
-DCONFIG_QT6=yes
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p media-sound/qpwgraph |
euse -E <flag> -p media-sound/qpwgraph |
euse -D <flag> -p media-sound/qpwgraph
dev-qt/qtbase:6=[gui,widgets,xml] dev-qt/qtsvg:6= media-video/pipewire:= alsa? ( media-libs/alsa-lib ) trayicon? ( dev-qt/qtbase:6=[network] )
dev-qt/qtbase:6=[gui,widgets,xml] dev-qt/qtsvg:6= media-video/pipewire:= alsa? ( media-libs/alsa-lib ) trayicon? ( dev-qt/qtbase:6=[network] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qpwgraph-1.0.4.tar.bz2 | 251374 bytes | https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v1.0.4/qpwgraph-v1.0.4.tar.bz2 |