media-sound/pa-dlna - 1.2 (robert7k)

Search

Install

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

Package Information

Description:
Forwards audio streams to DLNA devices.
Homepage:
https://gitlab.com/xdegaye/pa-dlna
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/ffmpeg-python[]
	dev-python/libpulse[]
	dev-python/psutil[]

Manifest for 1.2

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