media-sound/pavucontrol-qt: add 2.4.0

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2026-04-21 02:13:57 +03:00
parent 9cbfe7866f
commit 453ab510c1
2 changed files with 36 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST pavucontrol-qt-2.3.0.tar.xz 119132 BLAKE2B a04c77201dfd5de8ba80c5fdc9f8817edf7a9a5acceadc30ad68d8e6171e2e5d9d83f9823ea113b8b68d1950f567675b62c8ae5f4ab028a75ee7f09ba2720350 SHA512 49f61a5663764b4cf75125a936908b69c87fdee347ffca22a76a54ab1450e278b5addc370c3862aba7d97e6d0668a44ca1072ffe8b566dee561902e7ceeceab3
DIST pavucontrol-qt-2.4.0.tar.xz 123576 BLAKE2B a4ea58d349308b71a4c11ca5127666dbd1ec8de88a53292f6a6c56aa354c4a93470afa2d1e6f1b4a12f858cb4ca512dd2d89e9708108afbfd43fadeff40b4d5c SHA512 2ca1bd0d0cdf6e5a4376b1afaaf28c6e832e97fbe71579150c331f87cf1e925866df66b5affec9777ce59017a0aaec63cbb4ca75bda4582241d13a06d326f800
@@ -0,0 +1,35 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Qt GUI Pulseaudio Mixer"
HOMEPAGE="
https://lxqt-project.org/
https://github.com/lxqt/pavucontrol-qt/
"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-2 GPL-2+"
SLOT="0"
BDEPEND="
>=dev-qt/qttools-6.6:6[linguist]
>=dev-util/lxqt-build-tools-2.4.0
virtual/pkgconfig
"
DEPEND="
dev-libs/glib:2
>=dev-qt/qtbase-6.6:6[gui,widgets]
media-libs/libpulse[glib]
"
RDEPEND="${DEPEND}"