Install this version:
emerge -a =media-sound/qloud-1.4.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/qloud-1.4.3
Or alternatively:
emerge --autounmask-write -a =media-sound/qloud-1.4.3
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
DESCRIPTION="Tool to measure loudspeaker frequency and step responses and distortions"
HOMEPAGE="https://github.com/molke-productions/qloud"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/molke-productions/${PN}"
else
SRC_URI="https://github.com/molke-productions/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
RESTRICT="test"
BDEPEND="
dev-qt/qttools:6[linguist]
"
RDEPEND="
dev-qt/qtcharts:6
dev-qt/qtbase:6[gui,widgets,xml]
media-libs/libsndfile
sci-libs/fftw:3.0
virtual/jack
"
DEPEND="${RDEPEND}"
src_configure() {
eqmake6 PREFIX="${EPREFIX}/usr"
}
src_install() {
emake \
INSTALL_ROOT="${D}" \
install
}
dev-qt/qtcharts:6 dev-qt/qtbase:6[gui,widgets,xml] media-libs/libsndfile sci-libs/fftw:3.0 virtual/jack
dev-qt/qtcharts:6 dev-qt/qtbase:6[gui,widgets,xml] media-libs/libsndfile sci-libs/fftw:3.0 virtual/jack
dev-qt/qttools:6[linguist]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qloud-1.4.3.tar.gz | 50062 bytes | https://github.com/molke-productions/qloud/archive/v1.4.3.tar.gz |