Install this version:
emerge -a =media-sound/pa-dlna-1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/pa-dlna-1.2
Or alternatively:
emerge --autounmask-write -a =media-sound/pa-dlna-1.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2 | 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="Forwards audio streams to DLNA devices."
HOMEPAGE="https://gitlab.com/xdegaye/pa-dlna"
SRC_URI="https://gitlab.com/xdegaye/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/ffmpeg-python[${PYTHON_USEDEP}]
dev-python/libpulse[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
python_test() {
epytest --ignore=pa_dlna/tests/test_config.py
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pa-dlna-1.2.tar.bz2 | 222599 bytes | https://gitlab.com/xdegaye/pa-dlna/-/archive/1.2/pa-dlna-1.2.tar.bz2 |