media-sound/pipewire-module-xrdp - 0.2 (guru)

Search

Install

Install this version:

emerge -a =media-sound/pipewire-module-xrdp-0.2

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

autounmask =media-sound/pipewire-module-xrdp-0.2

Or alternatively:

emerge --autounmask-write -a =media-sound/pipewire-module-xrdp-0.2

Package Information

Description:
PipeWire module which enables xrdp to use audio redirection
Homepage:
https://github.com/neutrinolabs/pipewire-module-xrdp
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools xdg

DESCRIPTION="PipeWire module which enables xrdp to use audio redirection"
HOMEPAGE="https://github.com/neutrinolabs/pipewire-module-xrdp"
SRC_URI="https://github.com/neutrinolabs/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="media-video/pipewire:="
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	find "${ED}" -name "*.la" -delete || die
}

Inherited Eclasses

xdg

Dependencies

DEPEND

media-video/pipewire:=

RDEPEND

media-video/pipewire:=

BDEPEND

virtual/pkgconfig

Manifest for 0.2

Type File Size Source URLs
DIST pipewire-module-xrdp-0.2.tar.gz 28839 bytes https://github.com/neutrinolabs/pipewire-module-xrdp/archive/refs/tags/v0.2.tar.gz