media-sound/qloud - 1.4.3 (guru)

Search

Install

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

Package Information

Description:
Tool to measure loudspeaker frequency and step responses and distortions
Homepage:
https://github.com/molke-productions/qloud
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.4.3 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

	dev-qt/qtcharts:6
	dev-qt/qtbase:6[gui,widgets,xml]
	media-libs/libsndfile
	sci-libs/fftw:3.0
	virtual/jack

RDEPEND

	dev-qt/qtcharts:6
	dev-qt/qtbase:6[gui,widgets,xml]
	media-libs/libsndfile
	sci-libs/fftw:3.0
	virtual/jack

BDEPEND

	dev-qt/qttools:6[linguist]

Manifest for 1.4.3

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