mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
media-sound/pipemixer: new package
Add pipemixer, a lightweight TUI volume control for PipeWire. Fixes: remove unnecessary dev-lang/rust dependency Signed-off-by: Theron York <theron.york@cloudnuke.org>
This commit is contained in:
@@ -14,15 +14,15 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-lang/rust
|
sys-libs/ncurses
|
||||||
dev-util/meson
|
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="dev-util/meson"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
elog "Run 'pipemixer' to start the TUI."
|
elog "Run 'pipemixer' to start the TUI volume control."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user