Install this version:
emerge -a =dev-python/libpulse-0.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/libpulse-0.7
Or alternatively:
emerge --autounmask-write -a =dev-python/libpulse-0.7
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.7 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Asyncio interface to the Pulseaudio and Pipewire libpulse library"
HOMEPAGE="https://gitlab.com/xdegaye/libpulse"
SRC_URI="https://gitlab.com/xdegaye/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
media-libs/libpulse
"
distutils_enable_tests pytest
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libpulse-0.7.tar.gz | 58261 bytes | https://gitlab.com/xdegaye/libpulse/-/archive/0.7/libpulse-0.7.tar.gz |