Install this version:
emerge -a =media-sound/qpwgraph-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/qpwgraph-9999
Or alternatively:
emerge --autounmask-write -a =media-sound/qpwgraph-9999
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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
KEYWORDS="~amd64 ~x86"
SRC_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
fi
LICENSE="GPL-2+"
SLOT="0"
IUSE="+alsa +trayicon wayland"
DEPEND="
media-video/pipewire
dev-qt/qtbase:6[gui,widgets,xml]
dev-qt/qtsvg:6
trayicon? ( dev-qt/qtbase:6[network] )
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
"-DCONFIG_ALSA_MIDI=$(usex alsa)"
"-DCONFIG_SYSTEM_TRAY=$(usex trayicon)"
"-DCONFIG_WAYLAND=$(usex wayland)"
"-DCONFIG_QT6=true"
)
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
media-video/pipewire dev-qt/qtbase:6[gui,widgets,xml] dev-qt/qtsvg:6 trayicon? ( dev-qt/qtbase:6[network] )
media-video/pipewire dev-qt/qtbase:6[gui,widgets,xml] dev-qt/qtsvg:6 trayicon? ( dev-qt/qtbase:6[network] )