acct-user/pipewire - 1-r3 (konsolebox)

Search

Install

Install this version:

emerge -a =acct-user/pipewire-1-r3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =acct-user/pipewire-1-r3

Or alternatively:

emerge --autounmask-write -a =acct-user/pipewire-1-r3

Package Information

Description:
User for running PipeWire as a system-wide instance

Ebuild Details

Version EAPI Keywords Slot
1-r3 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit acct-user

DESCRIPTION="User for running PipeWire as a system-wide instance"
ACCT_USER_ID=509
ACCT_USER_GROUPS=( pipewire audio )
ACCT_USER_HOME=/var/lib/pipewire

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"

acct-user_add_deps

Inherited Eclasses